slackware-from-scratch/umount-sfs
2021-12-07 19:02:30 +01:00

7 lines
121 B
Bash
Executable file

#!/bin/sh
umount -v "$SFS"/dev/pts
umount -v "$SFS"/dev
umount -v "$SFS"/run
umount -v "$SFS"/proc
umount -v "$SFS"/sys