Add cdrom.conf for sarge and etch

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Laurent Vivier 2014-05-10 18:41:17 +02:00
parent 10560b543f
commit d9935378a9
3 changed files with 38 additions and 1 deletions

19
config/cdrom-etch.conf Normal file
View File

@ -0,0 +1,19 @@
gestaltID 92
timeout 5
default 0
vga default
title Etch Install
kernel /install/kernels/vmlinuz-2.6.26-1-mac
args root=/dev/ram debian-installer/framebuffer=false suite=etch-m68k modules=etch-support
initrd /install/cdrom/initrd.gz
title Etch Install (Expert Mode)
kernel /install/kernels/vmlinuz-2.6.26-1-mac
args root=/dev/ram debian-installer/framebuffer=false suite=etch-m68k modules=etch-support priority=low
initrd /install/cdrom/initrd.gz
title Rescue Mode
kernel /install/kernels/vmlinuz-2.6.26-1-mac
args root=/dev/ram debian-installer/framebuffer=false suite=etch-m68k modules=etch-support rescue/enable=true
initrd /install/cdrom/initrd.gz

18
config/cdrom-sarge.conf Normal file
View File

@ -0,0 +1,18 @@
timeout 5
default 0
vga default
title Sarge Install
kernel /install/kernels/vmlinuz-2.2.25-mac
args root=/dev/ramdisk ramdisk_size=13000
initrd /install/cdrom/initrd22.gz
title Sarge Install (Expert Mode)
kernel /install/kernels/vmlinuz-2.2.25-mac
args priority=low root=/dev/ramdisk ramdisk_size=13000
initrd /install/cdrom/initrd22.gz
title Rescue Mode
kernel /install/kernels/vmlinuz-2.2.25-mac
args root=/dev/ramdisk ramdisk_size=13000 rescue/enable=true
initrd /install/cdrom/initrd22.gz

View File

@ -37,7 +37,7 @@ initrd /install/cdrom/initrd22.gz
title Debian CD Etch
root iso9660:(sd3)
kernel /install/kernels/vmlinuz-2.6.17-2-mac
kernel /install/kernels/vmlinuz-2.6.26-1-mac
args root=/dev/ramdisk ramdisk_size=16384
initrd /install/cdrom/initrd.gz