summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'make_boot_img')
-rwxr-xr-xmake_boot_img24
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", "