aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-09-06 07:01:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-09-06 07:01:59 +0200
commit14f1af73722cab98d02096221b482c27a0e14355 (patch)
tree0e261b3d44d520584564c20be7255ae5cc4c14cd /bootstrap.txt
parent88d02d623b6f1e57839e7add0dc67db101703d28 (diff)
Upgrade to latest Debian testing
New (old) versions of key packages: systemd/udev 251.3-1 (249.5-2) qemu-system-x86 7.0+dfsg-7+b1 (6.1+dfsg-8) linux-image-amd64 5.18.16 (5.14.9-2) g++ 12.2.0-1 (11.2.0-2) initramfs-tools 0.142 (0.140) debootstrap 1.0.127 (1.0.125) New (old) sizes: buildos-image 6,631,136 (6,316,352) buildos-initrd 350,467,663 (332,280,629)
Diffstat (limited to 'bootstrap.txt')
-rw-r--r--bootstrap.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.txt b/bootstrap.txt
index c7057e1..5489a72 100644
--- a/bootstrap.txt
+++ b/bootstrap.txt
@@ -21,7 +21,8 @@
diff -urw <old> <new>
- We currently only use init plus udev in scripts/init-{top,bottom}.
+ We currently only use init plus udev in scripts/init-{top,bottom} (but
+ the latter may use functions form other files).
* Grep for 'bug' and @@ in init and bootstrap scripts, see if any bugs have
been fixed and corresponding workarounds can be removed.
@@ -49,4 +50,5 @@
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.
+* Compare sizes to previous version for any abnormalities (if a lot larger,
+ check if GCC executables are stripped).