mklive: do not add dialog to the pkg list inconditionally; it's optional.
This commit is contained in:
@@ -257,7 +257,7 @@ shift $(($OPTIND - 1))
|
|||||||
: ${BOOT_TITLE:="Void Linux"}
|
: ${BOOT_TITLE:="Void Linux"}
|
||||||
|
|
||||||
# Required packages in the image for a working system.
|
# Required packages in the image for a working system.
|
||||||
PACKAGE_LIST="$BASE_SYSTEM_PKG dialog $PACKAGE_LIST"
|
PACKAGE_LIST="$BASE_SYSTEM_PKG $PACKAGE_LIST"
|
||||||
|
|
||||||
LOGFILE="$(mktemp -t vmklive-XXXXXXXXXX.log)"
|
LOGFILE="$(mktemp -t vmklive-XXXXXXXXXX.log)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user