Force use of unmount. Update .gitignores.
This commit is contained in:
parent
f75231001a
commit
82420113a2
5 changed files with 32 additions and 23 deletions
19
etc/runit/.gitignore
vendored
19
etc/runit/.gitignore
vendored
|
|
@ -1,10 +1,9 @@
|
||||||
1
|
/1
|
||||||
2
|
/2
|
||||||
3
|
/3
|
||||||
core-services/
|
/core-services/
|
||||||
crypt.awk
|
/crypt.awk
|
||||||
ctrlaltdel
|
/ctrlaltdel
|
||||||
functions
|
/functions
|
||||||
reboot
|
/reboot
|
||||||
shutdown.d/
|
/stopit
|
||||||
stopit
|
|
||||||
|
|
|
||||||
6
etc/runit/runsvdir/.gitignore
vendored
6
etc/runit/runsvdir/.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
current
|
/current
|
||||||
previous
|
/previous
|
||||||
single/
|
/single/
|
||||||
|
|
|
||||||
20
etc/runit/runsvdir/default/.gitignore
vendored
20
etc/runit/runsvdir/default/.gitignore
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
acpid
|
/acpid
|
||||||
agetty-tty1
|
/agetty-tty1
|
||||||
agetty-tty2
|
/agetty-tty2
|
||||||
agetty-tty3
|
/agetty-tty3
|
||||||
agetty-tty4
|
/agetty-tty4
|
||||||
agetty-tty5
|
/agetty-tty5
|
||||||
agetty-tty6
|
/agetty-tty6
|
||||||
dhcpcd
|
/dhcpcd
|
||||||
sshd
|
/sshd
|
||||||
udevd
|
/udevd
|
||||||
|
|
|
||||||
9
etc/runit/shutdown.d/.gitignore
vendored
Normal file
9
etc/runit/shutdown.d/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
/10-sv-stop.sh
|
||||||
|
/20-rc-shutdown.sh
|
||||||
|
/30-seedrng.sh
|
||||||
|
/40-hwclock.sh
|
||||||
|
/50-wtmp.sh
|
||||||
|
/60-udev.sh
|
||||||
|
/70-pkill.sh
|
||||||
|
/80-filesystems.sh
|
||||||
|
/90-kexec.sh
|
||||||
1
etc/runit/shutdown.d/75-force-unmounts.sh
Normal file
1
etc/runit/shutdown.d/75-force-unmounts.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
umount -f -r -a -t nosysfs,noproc,nodevtmpfs,notmpfs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue