Initial import (#1460787)
This commit is contained in:
parent
9451c3dc58
commit
5ca44ec96a
9 changed files with 586 additions and 0 deletions
5
set_mounts.sh
Executable file
5
set_mounts.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue