Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-09 15:32:17 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-09 15:32:17 +0200
commitad7b3a2a97c6e862d3e0ef36b08462abf84176ff (patch)
tree8b763b522e708f9f13280687f29d719b229c3411
parentcb166bea6b16a9f110c2cbacec17019ffeaede5f (diff)
install base-devel, too
-rwxr-xr-xmkimage-arch.sh2
1 files changed, 1 insertions, 1 deletions
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 }