CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: update to 2.26
[crossrootfs.git] / rc / rc.shutdown
index 4888a8e0872d0a955e3bd66a8ec85427a3168cc0..790117e7f55568e64da9eb596c9f142a9fa1ba67 100755 (executable)
@@ -43,6 +43,10 @@ fi
 /sbin/swapoff -a
 
 # Unmount file systems
+/bin/umount -a -r -t nosysfs,noproc
+if [ -x /sbin/lvm ]; then
+       /sbin/vgchange --ignorelockingfailure -a n
+fi
 /bin/umount -a -r
 
 # Remount root filesystem read-only