diff --git a/data/sparc/etc/boot-msg.txt b/data/sparc/etc/boot-msg.txt deleted file mode 100644 index 263c42a3..00000000 --- a/data/sparc/etc/boot-msg.txt +++ /dev/null @@ -1,2 +0,0 @@ - -FIXME: need info on device naming diff --git a/data/sparc/etc/debian.txt b/data/sparc/etc/debian.txt deleted file mode 100644 index bebfb255..00000000 --- a/data/sparc/etc/debian.txt +++ /dev/null @@ -1,21 +0,0 @@ - - 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 deleted file mode 100644 index 0115f16a..00000000 --- a/data/sparc/etc/silo.conf +++ /dev/null @@ -1,36 +0,0 @@ -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