We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906652a commit 3200b00Copy full SHA for 3200b00
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=(jq)
+PACKAGE_LIST=(jq sudo)
35
IGNORE_PKGS=()
36
PLATFORMS=()
37
readonly PROGNAME="$(basename "$0")"
0 commit comments