Adding in a script to mount specific local file systems.
parent
32d1778821
commit
df6708f2b1
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Mount specific local file systems
|
||||
mount none -t proc /proc
|
||||
mount none -t sysfs /sys
|
||||
mount none -t devpts /dev/pts
|
||||
Loading…
Reference in New Issue