aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-11-09 07:07:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-11-09 07:07:04 +0200
commitf5c7e5662e133e7415ed6fe0392013c4e5cbc86e (patch)
tree2df95bab04ccd35eeb8a9aafef86a1a116036eec /bootstrap.txt
parent0ff59e362608ad75c306471204b24319cc9523fb (diff)
Upgrade to latest Debian testing
There is a new strange warning when deleting a btrfs subvolume as a non-root user (Debian but #998840). New (old) versions of key packages: systemd/udev 249.5-2 (245.6-2) qemu-system-x86 6.1+dfsg-8 (5.0-13) linux-image-amd64 5.14.9-2 (5.7.6) g++ 11.2.0-2 (9.3.0-15) initramfs-tools 0.140 (0.137) debootstrap 1.0.125 (1.0.123) New (old) sizes: buildos-image 6,316,352 (5,572,672) buildos-initrd 332,280,629 (316,454,368)
Diffstat (limited to 'bootstrap.txt')
-rw-r--r--bootstrap.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/bootstrap.txt b/bootstrap.txt
index d746c80..c7057e1 100644
--- a/bootstrap.txt
+++ b/bootstrap.txt
@@ -11,7 +11,7 @@
in unstable, consider using testing. See Debian Changelog for release
dates.
- Check the current source (unstable/testing) and update is necessary.
+ Check the current source (unstable/testing) and update if necessary.
* Examining init changes:
@@ -26,6 +26,9 @@
* Grep for 'bug' and @@ in init and bootstrap scripts, see if any bugs have
been fixed and corresponding workarounds can be removed.
+ For some may make sense to do a round of cleanups after successful bootstrap
+ not to conflate failures.
+
* Upgrade to latest debootstrap and debian-archive-keyring from unstable
(or testing).
@@ -33,7 +36,7 @@
* Bootstrap:
- ./bootstrap 2>&1 | tee bootstrap.log
+ ./bootstrap 2>&1 | tee bootstrap-X.Y.log
NOTE: tee does not play well with bash prompt (used for troubleshooting).
@@ -41,6 +44,8 @@
btrfs submodules, then it most likely has nested submodules (see nspawn()
in bootstrap).
+ NOTE: to kill nspawn container, press Ctrl-]]].
+
Save the log for later comparison (might have to redo a from-stage-1
bootstrap to get the complete log).