-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init mkinitramfs-ll.conf: 0.15.0 version bump
- Loading branch information
1 parent
dc00939
commit 25ca78d
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# $Header: mkinitramfs-ll/init Exp $ | ||
# $Author: (c) 2011-2014 -tclover <[email protected]> Exp $ | ||
# $License: 2-clause/new/simplified BSD Exp $ | ||
# $Version: 0.14.4 2014/12/01 12:33:03 Exp $ | ||
# $Version: 0.15.0 2014/12/22 12:33:03 Exp $ | ||
# | ||
# WARNING: USE AT YOUR OWN RISK! EVERYTHING IS GIVEN “AS IS”, SEE COPYING FILE | ||
# NEED SOME HELP? WHERE'S THE README FILE? YOU ASK? WHO KNOWS. | ||
|
@@ -402,12 +402,14 @@ msg -i "Switching / ..." | |
$SPLD && debug spld_stop | ||
sleep 1 | ||
|
||
debug -d umount -l /sys | ||
debug -d umount -l /dev/pts | ||
debug -d umount -l /dev | ||
export LOGFILE=/$0.log | ||
debug -d umount -l /run | ||
debug -d umount -l /proc | ||
debug -d umount -l /dev/pts | ||
if -z "$sysfs_umount"; then | ||
debug -d umount -l /sys | ||
debug -d umount -l /dev | ||
debug -d umount -l /proc | ||
fi | ||
|
||
lvl 4s | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters