diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-13 08:01:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-13 08:01:48 +0000 |
commit | 5af57fcbd68f2efc3ab3a6ece2d48c36499fc285 (patch) | |
tree | d0c050da4f12825eb073fd99e46c0f24cdd1f6e9 /setup-alpine.in | |
parent | 757df0e19133b902da3c1a66f557bd9e1c4c7c44 (diff) | |
download | alpine-conf-5af57fcbd68f2efc3ab3a6ece2d48c36499fc285.zip |
setup-alpine: start urandom at boot, run setup-disk
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |