Put correct root.bin path and fix path to sparc64 kernel (uncompressed now)
This commit is contained in:
parent
ec454c246b
commit
b3d6e310f7
|
@ -4,7 +4,7 @@ read-only
|
||||||
message=/boot/debian.txt
|
message=/boot/debian.txt
|
||||||
default=linux
|
default=linux
|
||||||
append="cdrom"
|
append="cdrom"
|
||||||
initrd=/root.bin
|
initrd=/dists/stable/main/disks-sparc/current/images-1.44/root.bin
|
||||||
|
|
||||||
# Standard boot images
|
# Standard boot images
|
||||||
image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
|
image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
|
||||||
|
@ -16,6 +16,6 @@ image[sun4u]=/boot/sparc64.gz
|
||||||
image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
|
image[sun4c,sun4d,sun4m]=/boot/sparc32.gz
|
||||||
label=rescue
|
label=rescue
|
||||||
append="init=/bin/sh"
|
append="init=/bin/sh"
|
||||||
image[sun4u]=/boot/sparc64.gz
|
image[sun4u]=/boot/sparc64
|
||||||
label=rescue
|
label=rescue
|
||||||
append="init=/bin/sh"
|
append="init=/bin/sh"
|
||||||
|
|
Loading…
Reference in New Issue