mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Change 'debian' => 'install' for clarity.
This commit is contained in:
parent
351dfdee69
commit
0a5958c3c3
@ -3,34 +3,34 @@
|
||||
|
||||
# It is important not to have a comma after cd:
|
||||
device=cd:
|
||||
default=debian
|
||||
default=install
|
||||
timeout=100
|
||||
|
||||
# FIXME: will this be the correct path?
|
||||
message=/install/powermac/boot.msg
|
||||
|
||||
image=/install/powermac/vmlinux
|
||||
label=debian
|
||||
label=install
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
read-only
|
||||
|
||||
image=/install/powermac/vmlinux2.4
|
||||
label=debian24
|
||||
label=install24
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
read-only
|
||||
|
||||
# some machines have wonky framebuffer support
|
||||
image=/install/powermac/vmlinux
|
||||
label=debian-safe
|
||||
label=install-safe
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
append="video=ofonly"
|
||||
read-only
|
||||
|
||||
image=/install/powermac/vmlinux2.4
|
||||
label=debian24-safe
|
||||
label=install24-safe
|
||||
initrd=/install/powermac/root.bin
|
||||
initrd-size=8192
|
||||
append="video=ofonly"
|
||||
|
Loading…
Reference in New Issue
Block a user