uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

commit 228d4ed0616569cb5e87ff89d5a3c8a8fb1a2bfa
parent 67741022a91c83ac3d06669b2ec4a83a7068581e
Author: parazyd <parazyd@dyne.org>
Date:   Tue,  2 Feb 2021 23:59:05 +0100

Add more initscripts to runlevels.

Diffstat:
Minstall.sh.in | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/install.sh.in b/install.sh.in @@ -46,10 +46,15 @@ EOF echo "ttyGS0" >> /etc/securetty echo "ttyAMA0" >> /etc/securetty -boot_initscripts="rngd syslog urandom klogd hostname" +boot_initscripts="rngd urandom hostname sysfs devfs sysctl" +default_initscripts="local" for i in $boot_initscripts; do rc-update add $i boot done +for i in $default_initscripts; do + rc-update add $i default +done + # Final cleanup rm -f /etc/shadow- /etc/group- /etc/passwd-