Adding in a script to mount specific local file systems.

ubuntu-22.04.03
Dwayne Hart 2023-11-13 09:30:43 -03:30
parent 32d1778821
commit df6708f2b1
1 changed files with 6 additions and 0 deletions

6
scripts/conf-local-mnt-pts.sh Executable file
View File

@ -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