From 9014df79b77b131eb45914c0cd5551d18b612045 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Jul 2020 07:21:08 +0200 Subject: 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) --- bootstrap.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bootstrap.txt') 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. -- cgit v1.1