index : docker | |
Archlinux32 docker scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-09 15:32:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-09 15:32:17 +0200 |
commit | ad7b3a2a97c6e862d3e0ef36b08462abf84176ff (patch) | |
tree | 8b763b522e708f9f13280687f29d719b229c3411 | |
parent | cb166bea6b16a9f110c2cbacec17019ffeaede5f (diff) |
-rwxr-xr-x | mkimage-arch.sh | 2 |
diff --git a/mkimage-arch.sh b/mkimage-arch.sh index 2756782..98b99bc 100755 --- a/mkimage-arch.sh +++ b/mkimage-arch.sh @@ -97,7 +97,7 @@ expect <<EOF } set timeout $EXPECT_TIMEOUT - spawn pacstrap -C $PACMAN_CONF -c -G -i $ROOTFS base haveged $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE + spawn pacstrap -C $PACMAN_CONF -c -G -i $ROOTFS base base-devel haveged $PACMAN_EXTRA_PKGS --ignore $PKGIGNORE expect { -exact "anyway? \[Y/n\] " { send -- "n\r"; exp_continue } -exact "(default=all): " { send -- "\r"; exp_continue } |