From 5af57fcbd68f2efc3ab3a6ece2d48c36499fc285 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 13 Apr 2011 08:01:48 +0000 Subject: setup-alpine: start urandom at boot, run setup-disk --- setup-alpine.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-alpine.in b/setup-alpine.in index a14c1a6..fb40e8a 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -47,6 +47,7 @@ grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ $PREFIX/sbin/setup-timezone rc-update -q add networking boot +rc-update -q add urandom boot rc-update -q add acpid rc-update -q add cron @@ -71,4 +72,5 @@ _hn=${_hn%%.*} sed -i -e "s/^127\.0\.0\.1.*/127.0.0.1\t${_hn}.${_dn:-$(get_fqdn)} ${_hn} localhost.localdomain localhost/" /etc/hosts $PREFIX/sbin/setup-apkrepos +$PREFIX/sbin/setup-disk -q -- cgit v1.2.3