URI:
       tAdd more initscripts to runlevels. - uwu - hardware bitcoin wallet software and build system
  HTML git clone https://git.parazyd.org/uwu
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 228d4ed0616569cb5e87ff89d5a3c8a8fb1a2bfa
   DIR parent 67741022a91c83ac3d06669b2ec4a83a7068581e
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue,  2 Feb 2021 23:59:05 +0100
       
       Add more initscripts to runlevels.
       
       Diffstat:
         M install.sh.in                       |       7 ++++++-
       
       1 file changed, 6 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/install.sh.in b/install.sh.in
       t@@ -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-