suckless-extra

A collection of gentoo ebuilds for suckless programs as well as their dependencies and setup scripts
git clone git://git.stellar-nexus.ru/suckless-extra
Log | Files | Refs

sinit-scripts-1.0-fs-fix.diff (331B)


      1 A simple fix for some systems failing to boot without remounting
      2 Patch by Plat
      3 
      4 --- sinit-scripts-main/bin/rc.init
      5 +++ sinit-scripts-main/bin/rc.init
      6 @@ -58,6 +58,8 @@
      7  [ "$HOSTNAME" ] && echo "$HOSTNAME" >| /proc/sys/kernel/hostname
      8  
      9  echo;
     10 +mount -o remount /
     11 +echo;
     12  echo "Starting daemontools-encore..."
     13  
     14  lk_prepare /etc/rc