We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2b263 commit f9923f5Copy full SHA for f9923f5
mklive.sh
@@ -31,7 +31,7 @@ umask 022
31
REQUIRED_PKGS=(base-files libgcc dash coreutils sed tar gawk squashfs-tools xorriso)
32
TARGET_PKGS=(base-files)
33
INITRAMFS_PKGS=(binutils xz device-mapper dhclient dracut-network openresolv)
34
-PACKAGE_LIST=()
+PACKAGE_LIST=(sudo)
35
IGNORE_PKGS=()
36
PLATFORMS=()
37
readonly PROGNAME="$(basename "$0")"
0 commit comments