import babelbox-squeeze.tgz (thanks, tolimar)
SHA-1:1e24d3e7c54ddffb96423a6f61e565d078b97a7a, from <http://d-i.debian.org/babelbox/babelbox-squeeze.tgz>
This commit is contained in:
parent
86b9d8034c
commit
2879ec58c2
7 changed files with 82 additions and 85 deletions
|
@ -1,14 +1,22 @@
|
|||
menuentry 'Babelbox install' --class debian --class gnu-linux --class gnu --class os {
|
||||
insmod part_msdos
|
||||
insmod ext2
|
||||
set root='(hd0,0)'
|
||||
search --no-floppy --fs-uuid --set 172d7a04-a0ce-4e5a-ac09-a44e1903e0af
|
||||
echo 'Loading Linux 2.6.32-5-686 ...'
|
||||
linux /srv/vmlinuz video=vesa:ywrap,mtrr vga=788 priority=critical console-keymaps-at/keymap=de keyboard-configuration/xkb-keymap=de file=/hd-media/srv/babelbox/preseed.cfg debian-installer/locale=en_US
|
||||
echo 'Loading initial ramdisk ...'
|
||||
initrd /srv/initrd.gz
|
||||
}
|
||||
|
||||
title Babelbox install
|
||||
root (hd0,0)
|
||||
kernel /srv/vmlinuz video=vesa:ywrap,mtrr vga=788 priority=critical console-keymaps-at/keymap=us file=/hd-media/srv/babelbox/preseed.cfg locale=en_US
|
||||
initrd /srv/initrd.gz
|
||||
savedefault
|
||||
boot
|
||||
menuentry 'Babelbox demo' --class debian --class gnu-linux --class gnu --class os {
|
||||
insmod part_msdos
|
||||
insmod ext2
|
||||
set root='(hd0,4)'
|
||||
search --no-floppy --fs-uuid --set 172d7a04-a0ce-4e5a-ac09-a44e1903e0af
|
||||
echo 'Loading Linux 2.6.32-5-686 ...'
|
||||
linux /boot/vmlinuz-2.6.32-5-686 root=/dev/sda5 ro quiet
|
||||
echo 'Loading initial ramdisk ...'
|
||||
initrd /boot/initrd.img-2.6.32-5-686
|
||||
}
|
||||
|
||||
title Babelbox demo
|
||||
root (hd0,4)
|
||||
kernel /boot/vmlinuz-2.6.26-1-686 root=/dev/sda5 ro quiet
|
||||
initrd /boot/initrd.img-2.6.26-1-686
|
||||
savedefault
|
||||
boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue