aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-12 12:23:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-10-04 06:10:57 +0200
commit81b23d75d873cbabc086729022a4b9b4f3d22a66 (patch)
treed083968e8555afbee843a834e63de80e4419a076 /bootstrap.txt
parenta22c237897a5fee1e32b52251d5a324248dc41f8 (diff)
Add support for aarch64
Diffstat (limited to 'bootstrap.txt')
-rw-r--r--bootstrap.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/bootstrap.txt b/bootstrap.txt
index 5489a72..e9963fa 100644
--- a/bootstrap.txt
+++ b/bootstrap.txt
@@ -4,7 +4,7 @@
- systemd
- qemu-system-x86
- - linux-image-amd64
+ - linux-image-amd64 & btrfs-progs
- g++
If some of them are very recent (and thus likely to still have issues)
@@ -31,7 +31,10 @@
not to conflate failures.
* Upgrade to latest debootstrap and debian-archive-keyring from unstable
- (or testing).
+ (or testing). Other required host packages:
+
+ uuid-runtime (uuidgen)
+ systemd-container (systemd-nspawn)
* Note: as of latest attempt, bootstrap over https was still broken.
@@ -52,3 +55,6 @@
* Compare sizes to previous version for any abnormalities (if a lot larger,
check if GCC executables are stripped).
+
+* After deployment, test VM upload/removal scripts (there are often issues
+ after upgrading to new btrfs-progs).