diff options
author | Francois Pons <fpons@mandriva.com> | 2000-06-19 09:44:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-06-19 09:44:00 +0000 |
commit | 0a2e340ded0614f73596bd90e586b5a8797fcbd2 (patch) | |
tree | 13d9216118fe7c2dd8d59d286e60bba265329dc4 /make_boot_img | |
parent | f6eb0d8e0240ce36d5ba5db16722b7d663b22d6f (diff) | |
download | drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.gz drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.bz2 drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.tar.xz drakx-backup-do-not-use-0a2e340ded0614f73596bd90e586b5a8797fcbd2.zip |
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_boot_img b/make_boot_img index 2eb091fa7..58dff887e 100755 --- a/make_boot_img +++ b/make_boot_img @@ -224,7 +224,7 @@ image[sun4u]=/$boot/vmlinux64 output("$dir/$boot/README", " To Build a Bootable CD-ROM, try: - mkisofs -R -o t.iso -S $boot/cd.b -B $boot/second.b -s /$boot/silo.conf /export + mkisofs -R -o t.iso -s /$boot/silo.conf /export "); } elsif ($type =~ /^tftprd(.*)/) { my $dir = "/export"; @@ -260,7 +260,7 @@ read-write image=/vmlinux$I.gz label=linux initrd=/$type.rdz - append=ramdisk_size=32000 $ltype$corporate + append=\"ramdisk_size=32000 $ltype$corporate\" "); _ "genromfs -d $dir -f /dev/ram -A 2048,/.. -a 512 -V \'DrakX boot disk\'"; _ "$sudo mount -t romfs /dev/ram $mnt"; |