diff --git a/README.floppy b/README.floppy
index c2bed63..3a5b0c4 100644
--- a/README.floppy
+++ b/README.floppy
@@ -50,7 +50,7 @@ To set root filesystem on NFS
You can also read current boot arguments from floppy:
- # emile-set-cmdline -r /dev/fd0
+ # emile-set-cmdline -g /dev/fd0
Current command line: "root=/dev/ramdisk ramdisk_size=2048"
--------------------------------------------------------------------------------
@@ -62,12 +62,6 @@ First of all, you must "flatten" the kernel object:
# objcopy -I elf32-big -O binary -R .note -R .comment -S vmlinux vmlinux.bin
-To allocate correct buffer size during uncompress, EMILE needs to know the size of flattened kernel:
-
- # ls -l vmlinux.bin
- -rwxr-xr-x 1 m68k users 1290240 2004-06-09 22:41 vmlinux.bin
-
-
You can now compress kernel with gzip (bzip2 is not supported by EMILE):
# gzip -9 vmlinux.bin
@@ -75,7 +69,7 @@ You can now compress kernel with gzip (bzip2 is not supported by EMILE):
You can copy first and second level bootloader and kernel to floppy:
- # emile-install -f first -s second -i vmlinux.bin.gz -b 1290240 /dev/fd0
+ # emile-install -f first -s second -k vmlinux.bin.gz /dev/fd0
And finally, you can set kernel boot arguments:
@@ -85,7 +79,7 @@ And finally, you can set kernel boot arguments:
If you have a ramdisk, the two last steps become:
- # emile-install -f first -s second -i vmlinux.bin.gz -b 1290240 -r ramdisk.gz /dev/fd0
+ # emile-install -f first -s second -k vmlinux.bin.gz -r ramdisk.gz /dev/fd0
# emile-set-cmdline /dev/fd0 "root=/dev/ramdisk ramdisk_size=2048"
--------------------------------------------------------------------------------
diff --git a/docs/emile-set-cmdline.sgml b/docs/emile-set-cmdline.sgml
index b1648e2..73f8d3f 100644
--- a/docs/emile-set-cmdline.sgml
+++ b/docs/emile-set-cmdline.sgml
@@ -60,7 +60,7 @@ manpage.1: manpage.sgml
&dhprogram;
- -r
+ -gimage
@@ -70,7 +70,7 @@ manpage.1: manpage.sgml
&dhprogram; sets the kernel command line
to cmdline for a &dhpackage;
bootloader disk image, floppy disk device (/dev/fd0),
- or the second level file. Executing with "-r" flag,
+ or the second level file. Executing with "-g" flag,
displays the current command line.
@@ -88,7 +88,7 @@ manpage.1: manpage.sgml
-
+ Display current kernel command line.