make -h option work for mkrootfs and mkplatformfs
Closes: #133 [via git-merge-pr]
This commit is contained in:
@@ -72,7 +72,7 @@ _EOF
|
||||
|
||||
BASEPKG=base-system
|
||||
|
||||
while getopts "b:p:k:c:C:r:x:h:V" opt; do
|
||||
while getopts "b:p:k:c:C:r:x:hV" opt; do
|
||||
case $opt in
|
||||
b) BASEPKG="$OPTARG" ;;
|
||||
p) EXTRA_PKGS="$OPTARG" ;;
|
||||
|
||||
Reference in New Issue
Block a user