summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-08-07 10:53:46 -0500
committerZach van Rijn <me@zv.io>2024-08-07 10:53:46 -0500
commit3dd9f2d661ea2577c22c8a2f56993eb075f9547e (patch)
tree14b0adc163c0d8c422db0cd2aef93f260dd95ca9
parent604be185da9e198d9795362ec8535007f30c43a8 (diff)
downloadbootstrap-3dd9f2d661ea2577c22c8a2f56993eb075f9547e.tar.gz
bootstrap-3dd9f2d661ea2577c22c8a2f56993eb075f9547e.tar.bz2
bootstrap-3dd9f2d661ea2577c22c8a2f56993eb075f9547e.tar.xz
bootstrap-3dd9f2d661ea2577c22c8a2f56993eb075f9547e.zip
bootstrap: update mcmtools to fix QEMU regression.
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index d5025a9..a3e0299 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
# Purpose : Bootstraps Adélie from source for any architecture.
# Authors : Zach van Rijn <me@zv.io>
# License : MIT
-# Revision : 20240804
+# Revision : 20240807
#===============================================================
#===============================================================
@@ -409,7 +409,7 @@ if ! test -d "${MTOOLS}"/sys/emus/bin; then # FIXME: no hard code
test -d bootstrap \
|| git clone ${CHAINS}/bootstrap.git;
cd bootstrap;
- git checkout 223661d0382433d783dbe5f35c59a1bdc5cb95f1;
+ git checkout 0300577c88101b89cf3cb9b002d28f3b1d96c2b5;
## seed rootfs
#