소스 검색

mklive: do not add dialog to the pkg list inconditionally; it's optional.

Juan RP 10 년 전
부모
커밋
0245d934c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mklive.sh.in

+ 1 - 1
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)"