babelbox/preseed_early
Luca Capello 2879ec58c2 import babelbox-squeeze.tgz (thanks, tolimar)
SHA-1:1e24d3e7c54ddffb96423a6f61e565d078b97a7a, from
<http://d-i.debian.org/babelbox/babelbox-squeeze.tgz>
2012-07-03 17:03:15 -06:00

17 lines
372 B
Bash
Executable file

#! /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 "Japanese" || 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