From 1450190875c41163b959ca25f59f18c5f08988df Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Sun, 2 Sep 2001 04:08:51 +0000 Subject: [PATCH] Move these from tools/boot/potato/ since they are generic --- data/sparc/etc/boot-msg.txt | 2 ++ data/sparc/etc/debian.txt | 21 +++++++++++++++++++++ data/sparc/etc/silo.conf | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 data/sparc/etc/boot-msg.txt create mode 100644 data/sparc/etc/debian.txt create mode 100644 data/sparc/etc/silo.conf diff --git a/data/sparc/etc/boot-msg.txt b/data/sparc/etc/boot-msg.txt new file mode 100644 index 00000000..263c42a3 --- /dev/null +++ b/data/sparc/etc/boot-msg.txt @@ -0,0 +1,2 @@ + +FIXME: need info on device naming diff --git a/data/sparc/etc/debian.txt b/data/sparc/etc/debian.txt new file mode 100644 index 00000000..bebfb255 --- /dev/null +++ b/data/sparc/etc/debian.txt @@ -0,0 +1,21 @@ + + Welcome to Debian GNU/Linux 2.2! + +This is the Debian Install CD. Keep it once you have installed your +system, as you can boot from it to repair the system on your hard disk if +that ever becomes necessary. + +In order to proceed, you must tell the SILO bootloader the CDROM type. Press +either 'I' (for IDE CDROM drives) or 'S' (for SCSI CDROM drives) below. If +neither of these works, then you will need to type in the full name of the +actual device. Pressing 'O' will give you more info on device naming. + +WARNING: You should completely back up all of your hard disks before + proceeding. The installation procedure can completely and irreversibly + erase them! If you haven't made backups yet, remove the rescue CD from + the drive and press L1-A to get back to the OpenBoot prompt. + +Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted +by applicable law. + +[ S - SCSI ] [ I - IDE ] [ O - OTHER ] -- This CD uses Linux 2.2.15 diff --git a/data/sparc/etc/silo.conf b/data/sparc/etc/silo.conf new file mode 100644 index 00000000..0115f16a --- /dev/null +++ b/data/sparc/etc/silo.conf @@ -0,0 +1,36 @@ +partition=1 +timeout=600 +read-only +message=/etc/debian.txt +default=welcome +append="cdrom" +image[sun4c,sun4d,sun4m]=/boot/sun4cdm/linux + label=s + alias=scsi + single-key + root=/dev/scd0 +image[sun4u]=/boot/sun4u/linux + label=s + alias=scsi + single-key + root=/dev/scd0 +image[sun4c,sun4d,sun4m]=/boot/sun4cdm/linux + label=i + alias=ide + single-key + root=/dev/hdc +image[sun4u]=/boot/sun4u/linux + label=i + alias=ide + single-key + root=/dev/hdc +image="cat /etc/boot-msg.txt" + label=o + alias=other + single-key +image="cat /etc/debian.txt" + label=welcome +image[sun4c,sun4d,sun4m]=/boot/sun4cdm/linux + label=linux +image[sun4u]=/boot/sun4u/linux + label=linux