Skip to content

Commit

Permalink
init mkinitramfs-ll.conf: 0.15.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Dec 23, 2014
1 parent dc00939 commit 25ca78d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 7 additions & 5 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion mkinitramfs-ll.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Header: mkinitramfs-ll/mkinitramfs-ll.conf, 2014/10/10 08:33:06 Exp
# Header: mkinitramfs-ll/mkinitramfs-ll.conf, 2014/12/22 Exp
#
# opts an associative array which hold pretty much every single option,
# so one could assign default values for pretty much everything: opts[-arg]
Expand Down Expand Up @@ -102,8 +102,12 @@ env+=(
#'iroot=root-sda2:ext4:chk'
# Set up root key mode
#'ikroot=pwd'
# Setup init variable if necessary
#'init=/sbin/runit-init'
# Set up extra option (squash(ed) directory)
#'isquashd=:+LOCAL:var/portage'
# Set this variable to keep {proc,dev,sys} mounted
#'sysfs_umount=1'
)

#
Expand Down

0 comments on commit 25ca78d

Please sign in to comment.