diff options
author | Juan RP <xtraeme@gmail.com> | 2014-09-21 09:41:57 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-09-21 09:41:57 +0200 |
commit | 0245d934c5c96d74783550e4520aca2bb0cdd8ee (patch) | |
tree | 062e95147e5d85433427eec6202bbca5c3e488e2 /mklive.sh.in | |
parent | 4b559d86c96a104e7b079db68966db1af16c61e8 (diff) | |
download | hrmpf-0245d934c5c96d74783550e4520aca2bb0cdd8ee.tar.gz hrmpf-0245d934c5c96d74783550e4520aca2bb0cdd8ee.tar.xz hrmpf-0245d934c5c96d74783550e4520aca2bb0cdd8ee.zip |
mklive: do not add dialog to the pkg list inconditionally; it's optional.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r-- | mklive.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index 3995984..22a7ccf 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -257,7 +257,7 @@ shift $(($OPTIND - 1)) : ${BOOT_TITLE:="Void Linux"} # 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)" |