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:
commit
635d04b29f
13 changed files with 598 additions and 0 deletions
17
preseed_early
Executable file
17
preseed_early
Executable file
|
@ -0,0 +1,17 @@
|
|||
#! /bin/sh
|
||||
|
||||
# Script run at the beginning of the installation (as set in preseed.cfg).
|
||||
|
||||
set -e
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
db_subst babelbox/info LANGNAME "English" || true
|
||||
db_info babelbox/info || true
|
||||
|
||||
mkdir -p /lib/partman/init.d
|
||||
cp /hd-media/srv/babelbox/00del_partition /lib/partman/init.d/
|
||||
|
||||
apt-install alsa-base || true
|
||||
apt-install alsa-utils || true
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue