fix typos
This commit is contained in:
parent
ead666ef0d
commit
5bfcf716be
4
config
4
config
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
# debug mode
|
||||
debug=1
|
||||
#debug=1
|
||||
|
||||
# parse fstab
|
||||
#use_fstab=0
|
||||
@ -18,7 +18,7 @@ root="UUID=07729c48-25d8-4096-acaf-ce5322915680"
|
||||
#root_args=""
|
||||
|
||||
# device manager ( mdev,mdevd,udev )
|
||||
devmgr="udev"
|
||||
devmgr="mdev"
|
||||
|
||||
# drivers
|
||||
#drivers=""
|
||||
|
4
generate
4
generate
@ -230,7 +230,7 @@ EOF
|
||||
}
|
||||
|
||||
# TODO add more compession tools
|
||||
# create cpio archive and compress
|
||||
# create and compress cpio archive
|
||||
create_initramfs() {
|
||||
{
|
||||
( cd "$tmpdir" && {
|
||||
@ -257,7 +257,9 @@ check_requirements
|
||||
|
||||
# handle debug mode
|
||||
[ "$debug" = 1 ] && {
|
||||
# debug shell commands
|
||||
set -x
|
||||
# don't remove anything
|
||||
trap : EXIT INT
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user