From: <abe...@us...> - 2015-12-09 04:36:06
|
Revision: 7388 http://sourceforge.net/p/astlinux/code/7388 Author: abelbeck Date: 2015-12-09 04:36:04 +0000 (Wed, 09 Dec 2015) Log Message: ----------- kernel-reboot, tweak to allow the vfat partition to be un-mounted before the kexec Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/sbin/kernel-reboot Modified: branches/1.0/project/astlinux/target_skeleton/sbin/kernel-reboot =================================================================== --- branches/1.0/project/astlinux/target_skeleton/sbin/kernel-reboot 2015-12-09 00:08:58 UTC (rev 7387) +++ branches/1.0/project/astlinux/target_skeleton/sbin/kernel-reboot 2015-12-09 04:36:04 UTC (rev 7388) @@ -139,6 +139,9 @@ do_failure fi + cd /root + losetup -d $DEVLOOP + # Stop services and unmount all file systems or remount 'ro' if busy /etc/rc shutdown This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |