summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-04 00:07:45 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-04 00:07:45 +0000
commit8a642de9807c236fa36db3eeae4e48a3439be831 (patch)
tree6a14192444eec541beb93ad457ce440af35e1c89 /bootdisk
parentb70651a7120f62b0b53887149c7d6d910eed6684 (diff)
downloadanaconda-8a642de9807c236fa36db3eeae4e48a3439be831.tar.gz
anaconda-8a642de9807c236fa36db3eeae4e48a3439be831.tar.xz
anaconda-8a642de9807c236fa36db3eeae4e48a3439be831.zip
more vmlinux -> vmlinuz munging, only make the netboot image if we can, make sure dirs are created
Diffstat (limited to 'bootdisk')
-rw-r--r--bootdisk/ppc/yaboot.conf.mac2
-rw-r--r--bootdisk/ppc/yaboot.conf.pseries2
2 files changed, 2 insertions, 2 deletions
diff --git a/bootdisk/ppc/yaboot.conf.mac b/bootdisk/ppc/yaboot.conf.mac
index b2ebc749b..d97912595 100644
--- a/bootdisk/ppc/yaboot.conf.mac
+++ b/bootdisk/ppc/yaboot.conf.mac
@@ -2,7 +2,7 @@ init-message = "\nWelcome!\nHit <TAB> for boot options.\n\n"
timeout=6000
enablecdboot
-image=cd:,/ppc/mac/vmlinux
+image=cd:,/ppc/mac/vmlinuz
label=mac
initrd=cd:,/ppc/mac/ramdisk.image.gz
append="maxcpus=1 ramdisk_size=8192"
diff --git a/bootdisk/ppc/yaboot.conf.pseries b/bootdisk/ppc/yaboot.conf.pseries
index 4ac99a75a..6d483cb8b 100644
--- a/bootdisk/ppc/yaboot.conf.pseries
+++ b/bootdisk/ppc/yaboot.conf.pseries
@@ -2,7 +2,7 @@ init-message = "\nWelcome!\nHit <TAB> for boot options.\n\n"
timeout=6000
default=linux
-image=ppc/chrp/vmlinux
+image=ppc/chrp/vmlinuz
label=linux
initrd=ppc/chrp/ramdisk.image.gz
append="maxcpus=1"