Skip to content

Commit

Permalink
mkinitramfs-ll.{ba,z}sh: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jan 6, 2015
1 parent e8c8551 commit 8b3b0b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions mkinitramfs-ll.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ function usage {
-y, --keymap=:fr-latin1 include a colon separated list of keymaps to the initramfs
-K, --keep-tmpdir keep temporary the directory instead of removing it
-h, --help, -? print this help or usage message and exit
usage: build an initramfs for kernel \$(uname -r) if run without an argument
usgae: generate an initramfs with LUKS, GnuPG, LVM2 and AUFS+squashfs support
${PKG[name]}.${PKG[shell]} -a -f -y -k$(uname -r)
EOH
exit $?
}
Expand Down Expand Up @@ -292,7 +288,6 @@ if [[ -d "${opts[-usrdir]}" ]]; then
mv -f {usr/,}root &&
mv -f {usr/,}etc &&
mv -f usr/lib lib${opts[-arc]} || die
rm -f usr/README*
else
die "${opts[-usrdir]} dir not found"
fi
Expand Down
5 changes: 0 additions & 5 deletions mkinitramfs-ll.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ function usage {
-y, --keymap=:fr-latin1 include a colon separated list of keymaps to the initramfs
-K, --keep-tmpdir keep temporary the directory instead of removing it
-h, --help, -? print this help or usage message and exit
usage: build an initramfs for kernel \$(uname -r) if run without an argument
usgae: generate an initramfs with LUKS, GnuPG, LVM2 and AUFS+squashfs support
${PKG[name]}.${PKG[shell]} -a -k$(uname -r)
EOF
exit $?
}
Expand Down Expand Up @@ -277,7 +273,6 @@ if [[ -d ${opts[-usrdir]} ]] {
mv -f {usr/,}root &&
mv -f {usr/,}etc &&
mv -f usr/lib lib${opts[-arc]} || die
rm -f usr/README*
} else {
die "${opts[-usrdir]} dir not found"
}
Expand Down

0 comments on commit 8b3b0b1

Please sign in to comment.