diff options
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} |