diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-14 01:44:45 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-14 01:44:45 +0000 |
commit | 36fccfb5d292eefd9dbbf14a189444faa306e124 (patch) | |
tree | 7c88312845c48a6a5c09b1e67d74a3a705a0ce01 /bootdisk | |
parent | 8d4254d7aac50a38fa6431c9f7953ae43e4cb192 (diff) | |
download | anaconda-36fccfb5d292eefd9dbbf14a189444faa306e124.tar.gz anaconda-36fccfb5d292eefd9dbbf14a189444faa306e124.tar.xz anaconda-36fccfb5d292eefd9dbbf14a189444faa306e124.zip |
added silo config files
Diffstat (limited to 'bootdisk')
-rw-r--r-- | bootdisk/sparc/silo.conf | 55 | ||||
-rw-r--r-- | bootdisk/sparc/silo64.conf | 40 |
2 files changed, 95 insertions, 0 deletions
diff --git a/bootdisk/sparc/silo.conf b/bootdisk/sparc/silo.conf new file mode 100644 index 000000000..20cd91417 --- /dev/null +++ b/bootdisk/sparc/silo.conf @@ -0,0 +1,55 @@ +partition=1 +default=linux +read-write +timeout=100 +message=/etc/boot.msg +image="cat /etc/boot.msg" + label=1 + single-key +image="cat /etc/general.msg" + label=2 + single-key +image="cat /etc/expert.msg" + label=3 + single-key +image="cat /etc/rescue.msg" + label=4 + single-key +image="cat /etc/kickit.msg" + label=5 + single-key +image="cat /etc/param.msg" + label=6 + single-key +image[sun4u]=/boot/vmlinux64.gz + label=linux + alias=install + initrd=/boot/initrd64.img +image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz + label=linux + alias=install + initrd=/boot/initrd32.img +image[sun4u]=/boot/vmlinux64.gz + label=text + append=text + initrd=/boot/initrd64.img +image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz + label=text + append=text + initrd=/boot/initrd32.img +image[sun4u]=/boot/vmlinux64.gz + label=expert + append=expert + initrd=/boot/initrd64.img +image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz + label=expert + append=expert + initrd=/boot/initrd32.img +image[sun4u]=/boot/vmlinux64.gz + label=ks + append=ks + initrd=/boot/initrd64.img +image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz + label=ks + append=ks + initrd=/boot/initrd32.img diff --git a/bootdisk/sparc/silo64.conf b/bootdisk/sparc/silo64.conf new file mode 100644 index 000000000..766e2d7d6 --- /dev/null +++ b/bootdisk/sparc/silo64.conf @@ -0,0 +1,40 @@ +partition=1 +root=/dev/fd0 +default=linux +read-write +timeout=100 +message=/boot.msg +image="cat /boot.msg" + label=1 + single-key +image="cat /general.msg" + label=2 + single-key +image="cat /expert.msg" + label=3 + single-key +image="cat /rescue.msg" + label=4 + single-key +image="cat /kickit.msg" + label=5 + single-key +image="cat /param.msg" + label=6 + single-key +image=/vmlinux64.gz + label=linux + alias=install + initrd=/initrd64.img +image=/vmlinux64.gz + label=text + append=text + initrd=/initrd64.img +image=/vmlinux64.gz + label=expert + append=expert + initrd=/initrd64.img +image=/vmlinux64.gz + label=ks + append=ks + initrd=/initrd64.img |