Initial import (#1460787)

This commit is contained in:
yuqi-zhang 2017-06-13 17:34:24 -04:00
commit 5ca44ec96a
9 changed files with 586 additions and 0 deletions

5
set_mounts.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
findmnt /var/lib > /dev/null || mount --bind --make-shared /var/lib /var/lib
mount --make-shared /run
findmnt /run/systemd > /dev/null || mount --bind --make-rslave /run/systemd /run/systemd