diff options
-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)" |