diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 09:03:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-12 09:03:03 +0200 |
commit | c15d3d5be4011f9bfc7e36fb1629529c1eb2e009 (patch) | |
tree | b9795c693cbbd7d1ee2d6af666981ac861d57517 /bootstrap.txt | |
parent | 86f6a19d36b1738c1e9d4a95a1c7e7d310f9960c (diff) |
Various fixes and cleanups for base upgrade
systemd 234
qemu 2.10
linux 4.13
Diffstat (limited to 'bootstrap.txt')
-rw-r--r-- | bootstrap.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bootstrap.txt b/bootstrap.txt new file mode 100644 index 0000000..91d4d9f --- /dev/null +++ b/bootstrap.txt @@ -0,0 +1,15 @@ +* Packages to watch out for (new versions often cause upgrade issues): + + - systemd + - qemu-system-x86 + - linux-image-amd64 + +* Examining init changes: + + - Get the latest initramfs-tools-core and udev packages + - Extract /usr/share/initramfs-tools/{scripts,init} into new directory + - Compare: + + diff -urw <old> <new> + + We currently only use init plus udev in scripts/init-{top,bottom} |