diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-26 10:07:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-26 10:07:00 +0000 |
commit | 351cf57488e27aebb32baf3009b1ac01af4c7ace (patch) | |
tree | 1b7779d966abb8e592ec060bf4b853b00b9ad5c8 /make_boot_img | |
parent | 23c22ae05ec5203dcaf93ec4194b8ec2a5408f28 (diff) | |
download | drakx-351cf57488e27aebb32baf3009b1ac01af4c7ace.tar drakx-351cf57488e27aebb32baf3009b1ac01af4c7ace.tar.gz drakx-351cf57488e27aebb32baf3009b1ac01af4c7ace.tar.bz2 drakx-351cf57488e27aebb32baf3009b1ac01af4c7ace.tar.xz drakx-351cf57488e27aebb32baf3009b1ac01af4c7ace.zip |
*** empty log message ***
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/make_boot_img b/make_boot_img index 41cecb13f..49abdd55e 100755 --- a/make_boot_img +++ b/make_boot_img @@ -188,36 +188,36 @@ image[sun4c,sun4d,sun4m]=/$boot/vmlinux label=linux alias=install initrd=/$boot/live.rdz - append=ramdisk_size=32000 + append=\"ramdisk_size=32000\" image[sun4c,sun4d,sun4m]=/$boot/vmlinux label=text initrd=/$boot/live.rdz - append=ramdisk_size=32000 text + append=\"ramdisk_size=32000 text\" image[sun4c,sun4d,sun4m]=/$boot/vmlinux label=expert initrd=/$boot/live.rdz - append=ramdisk_size=32000 expert + append=\"ramdisk_size=32000 expert\" image[sun4c,sun4d,sun4m]=/$boot/vmlinux label=ks initrd=/$boot/live.rdz - append=ramdisk_size=32000 ks + append=\"ramdisk_size=32000 ks\" image[sun4u]=/$boot/vmlinux64 label=linux alias=install - initrd=/$boot/live.rdz - append=ramdisk_size=32000 + initrd=/$boot/live64.rdz + append=\"ramdisk_size=32000\" image[sun4u]=/$boot/vmlinux64 label=text - initrd=/$boot/live.rdz - append=ramdisk_size=32000 text + initrd=/$boot/live64.rdz + append=\"ramdisk_size=32000 text\" image[sun4u]=/$boot/vmlinux64 label=expert - initrd=/$boot/live.rdz - append=ramdisk_size=32000 expert + initrd=/$boot/live64.rdz + append=\"ramdisk_size=32000 expert\" image[sun4u]=/$boot/vmlinux64 label=ks - initrd=/$boot/live.rdz - append=ramdisk_size=32000 ks + initrd=/$boot/live64.rdz + append=\"ramdisk_size=32000 ks\" "); output("$dir/$boot/README", " |