Browse Source

sysfiles: apply overlay.d silently

user/amery/runit-rework
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
1285e6f833
  1. 2
      base/sysfiles/sysfiles.conf

2
base/sysfiles/sysfiles.conf

@ -18,7 +18,7 @@ main_sf() {
cd $root/
echo "Creating various etc/* files ..."
overlay_apply -n "$confdir/overlay.d"
overlay_apply -n -q "$confdir/overlay.d"
[ -f etc/HOSTNAME ] || echo localhost > etc/HOSTNAME
chmod +x etc/initscript etc/rc.d/rc

Loading…
Cancel
Save