import babelbox-etch.tgz (thanks, bubulle)

SHA-1:b7fcbd9076903bb98474a7b6c5b4d860ece09bcd, from
<http://d-i.alioth.debian.org/pub/etch/babelbox/babelbox.tgz>
This commit is contained in:
Luca Capello 2012-07-03 16:38:15 -06:00
commit 635d04b29f
13 changed files with 598 additions and 0 deletions

14
babelbox-grub Normal file
View file

@ -0,0 +1,14 @@
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
title Babelbox demo
root (hd0,4)
kernel /boot/vmlinuz-2.6.18-4-686 root=/dev/sda5 ro quiet
initrd /boot/initrd.img-2.6.18-4-686
savedefault
boot