aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-30 07:21:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-30 07:21:08 +0200
commit9014df79b77b131eb45914c0cd5551d18b612045 (patch)
tree54d4aa428615e36d9377cd3f5902b1680cbfea4f /bootstrap.txt
parent5845b11792e48c7841b6c0f43f453de57652c255 (diff)
Upgrade to latest Debian testing
One notable change is the switch from ntp to systemd-timesyncd. systemd/udev 245.6-2 qemu-system-x86 5.0-13 linux-image-amd64 5.7.6 g++ 9.3.0-15 initramfs-tools 0.137 debootstrap 1.0.123 Sizes (previous): buildos-image 5572672 (5466496) buildos-initrd 316454368 (307985422)
Diffstat (limited to 'bootstrap.txt')
-rw-r--r--bootstrap.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/bootstrap.txt b/bootstrap.txt
index 2554d43..d746c80 100644
--- a/bootstrap.txt
+++ b/bootstrap.txt
@@ -23,7 +23,7 @@
We currently only use init plus udev in scripts/init-{top,bottom}.
-* Grep for 'bug' in init and bootstrap scripts, see if any bugs have
+* Grep for 'bug' and @@ in init and bootstrap scripts, see if any bugs have
been fixed and corresponding workarounds can be removed.
* Upgrade to latest debootstrap and debian-archive-keyring from unstable
@@ -35,4 +35,13 @@
./bootstrap 2>&1 | tee bootstrap.log
+ NOTE: tee does not play well with bash prompt (used for troubleshooting).
+
+ NOTE: if during boostrap you need to but unable to delete an intermediate
+ btrfs submodules, then it most likely has nested submodules (see nspawn()
+ in bootstrap).
+
+ Save the log for later comparison (might have to redo a from-stage-1
+ bootstrap to get the complete log).
+
* Compare sizes to previous version for any abnormalities.