mass update from my home pc

This commit is contained in:
2014-02-25 04:45:13 +04:00
parent acdcc82461
commit b5ebe89685
17 changed files with 241 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ service_type='oneshot'
start() {
[[ -w / ]] || { mount -o remount,rw /; }
mount -a
swapon -a
}
unset stop