summaryrefslogtreecommitdiff
path: root/src/initrd.sh
AgeCommit message (Collapse)Author
2020-08-16initrd.sh: improved error handlingAndrew Cady
2019-10-15default "make boot" to use slow boot (with pxe to get kernel)Andrew Cady
2019-10-13initrd.sh will rebuild if matching initrd.img in /boot changedAndrew Cady
2019-10-06Avoid unnecessary initramfs rebuildsAndrew Cady
Fixes a bug, plus adds a line of output that explains why a rebuild was needed.
2019-10-04use correct kernel version for bootingAndrew Cady
specifically, use the version of linux-image-amd64 present in samizdat.btrfs
2019-06-18initrd.sh: improve kernel package selection logicAndrew Cady
2019-06-18Change version selection logic for vmlinuz/initrdAndrew Cady
We now choose the installed version of linux-image-rt-amd64 This will surely break if linux-image-rt-amd64 is not installed.
2018-06-13use current running kernel versionAndrew Cady
2017-03-26bump kernel version to 4.9.0Andrew Cady
2017-03-25Bump installed linux kernel version to 4.6Andrew Cady
2016-04-29path independence achieved?Andrew Cady
2016-04-29fix more pathsAndrew Cady
2016-04-29more path fixesAndrew Cady
2016-04-29fix paths (in progress)Andrew Cady