Attempt at making init scripts container aware

This commit is contained in:
2017-11-26 17:09:27 -06:00
parent f977ad5793
commit 008c9f186a
10 changed files with 60 additions and 40 deletions

View File

@@ -17,6 +17,8 @@
. /lib/lsb/init-functions
[ -z $container ] || exit 0
case "$1" in
start)
log_init_msg "Remounting root file system in read-write mode"