Clone data files from sparc for sparc64.
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
This commit is contained in:
parent
e756612a6d
commit
14f0cad68b
|
@ -0,0 +1,17 @@
|
|||
|
||||
Welcome to Debian GNU/Linux ${DEBIAN_VERSION}!
|
||||
|
||||
This is a Debian installation ${MEDIA_TYPE}, built on ${BUILD_DATE}.
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
[ ENTER - Boot install ] [ Type "expert" - Boot into expert mode ]
|
||||
[ Type "rescue" - Boot into rescue mode ]
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
This subarchitecture is currently not supported by Debian.
|
||||
Only 64-bit systems are supported (sparc64).
|
||||
|
||||
The last Debian release to support sparc32 (sun4m) was Etch (4.0).
|
|
@ -0,0 +1,35 @@
|
|||
partition=1
|
||||
timeout=600
|
||||
message=/boot/debian.txt
|
||||
default=install
|
||||
|
||||
### sparc64 boot images
|
||||
image[sun4u]=/boot/sparc64
|
||||
label=install
|
||||
initrd=/boot/initrd.gz
|
||||
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
||||
label=install
|
||||
|
||||
# sparc64 expert boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
label=expert
|
||||
initrd=/boot/initrd.gz
|
||||
append="debconf/priority=low"
|
||||
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
||||
label=expert
|
||||
|
||||
# sparc64 rescue boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
label=rescue
|
||||
initrd=/boot/initrd.gz
|
||||
append="rescue/enable=true"
|
||||
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
||||
label=rescue
|
||||
|
||||
# sparc64 auto-install boots
|
||||
image[sun4u]=/boot/sparc64
|
||||
label=auto
|
||||
initrd=/boot/initrd.gz
|
||||
append="auto=true priority=critical"
|
||||
image[sun4,sun4c,sun4d,sun4m]="cat /boot/notsupported.txt"
|
||||
label=auto
|
|
@ -0,0 +1,3 @@
|
|||
choose-mirror
|
||||
netcfg
|
||||
ethdetect
|
|
@ -0,0 +1,2 @@
|
|||
netcfg
|
||||
ethdetect
|
|
@ -0,0 +1,2 @@
|
|||
netcfg
|
||||
ethdetect
|
Loading…
Reference in New Issue