aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-13 08:05:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-09-13 08:05:54 +0200
commit860b1892a0e9c3b8f33c1428c6f38546995e5d11 (patch)
tree686252dbcb572d4c0cf686998aaca3f25e2e86d1 /bootstrap.txt
parent2f106cc55047a8f77d64c28dde0911343013879b (diff)
WIP
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).