From c15d3d5be4011f9bfc7e36fb1629529c1eb2e009 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Oct 2017 09:03:03 +0200 Subject: Various fixes and cleanups for base upgrade systemd 234 qemu 2.10 linux 4.13 --- bootstrap.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bootstrap.txt (limited to 'bootstrap.txt') 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 + + We currently only use init plus udev in scripts/init-{top,bottom} -- cgit v1.1