Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-02 | initrd: improve terminal and error handling for menu | Andrew Cady | |
2021-03-02 | initrd: improve readability and robustness to recovery | Andrew Cady | |
The luks.secret is stored per block device, and any existing /dev/mapper/samizdatcrypt is removed before we try to create that device. This makes it more possible to recover from a failed menu-select from the emergency console. | |||
2021-03-02 | initrd: more responsive/user-friendly boot logging | Andrew Cady | |
2021-03-02 | slight refactor | Andrew Cady | |
2021-03-02 | initrd: menu-select: robustness | Andrew Cady | |
Try to make menu-select slightly more robust to being run a second time after a failed run. | |||
2021-03-02 | fixup! emu support for persist.img | Andrew Cady | |
2021-03-02 | new target: make testinitrd | Andrew Cady | |
2021-03-02 | partvi: do not rely on part image file to get size | Andrew Cady | |
When partvi writes directly to a boot medium, it shouldn't copy part files, because these involve copying the unused parts of the filesystems. Instead, it should create a new filesystem on the target and copy files into it. This change moves in that direction. | |||
2021-02-28 | silence qemu warning | Andrew Cady | |
2021-02-28 | bump fsmgr | Andrew Cady | |
2021-02-28 | rootfs improvements | Andrew Cady | |
2021-02-28 | make total-destroy target to overwrite persist.img | Andrew Cady | |
2021-02-28 | various rootfs improvements | Andrew Cady | |
2021-02-28 | ignore "btrfs device ready" failure | Andrew Cady | |
2021-02-28 | bump fsmgr for new feature | Andrew Cady | |
2021-02-28 | rootfs makefile: add missing deps; add targets clean and gold | Andrew Cady | |
2021-02-28 | initrd fixes: calls to "btrfs device ready" | Andrew Cady | |
2021-02-28 | emu support for persist.img | Andrew Cady | |
2021-02-27 | partvi: move all functions to top | Andrew Cady | |
2021-02-27 | partvi: avoid hard-coded "_build" | Andrew Cady | |
2021-02-27 | partvi: check that $GPG_INPUT_DIR is a directory | Andrew Cady | |
2021-02-25 | fixup! partvi: clarify code | Andrew Cady | |
2021-02-25 | partvi: clarify code | Andrew Cady | |
2021-02-25 | partvi: eliminate code duplication | Andrew Cady | |
2021-02-25 | do not depend on qemu-system-gui | Andrew Cady | |
2021-02-25 | use sfdisk default instead of calculating "last-lba" | Andrew Cady | |
2021-02-25 | Ignore failures from grub-install EFI run | Andrew Cady | |
The second call to grub-install, which installs an EFI bootloader, fails on this machine. No need to fail the whole process for that, since I am not using EFI. | |||
2021-02-25 | partvi: fixes related to key-only mode | Andrew Cady | |
fixed race condition in kpartx fix for sfdisk kernel reload ptable failure cleaned up some code duplication created make keymu target amended make clean target | |||
2021-02-25 | Remove redundant definition of emu | Andrew Cady | |
2021-02-23 | key-only mode for partvi; integrated partvi | Andrew Cady | |
These commands are available in sami: make upgrade make emu make key They use partvi. | |||
2021-02-23 | partvi: create key.img when $1=="key" | Andrew Cady | |
2021-02-23 | fixup! new targets: "make emu" "make upgrade" | Andrew Cady | |
2021-02-23 | include backports in apt-cache | Andrew Cady | |
2021-02-23 | new targets: "make emu" "make upgrade" | Andrew Cady | |
2021-02-23 | partvi: "make usb" target | Andrew Cady | |
2021-02-23 | bump fsmgr for 4096 byte multiple fix | Andrew Cady | |
2021-02-23 | samizdat.patch.btrfs will be multiple of 4096 | Andrew Cady | |
2021-02-23 | make key: qemu will use curses mode | Andrew Cady | |
2021-02-23 | boot menu: add shutdown option | Andrew Cady | |
2021-02-23 | fix "make key" | Andrew Cady | |
2021-02-23 | mkinitramfs-samizdat: exit after fatal error | Andrew Cady | |
2021-02-23 | mkinitramfs-samizdat: correct /vmlinuz symlink | Andrew Cady | |
2021-02-23 | update for submodule fixes | Andrew Cady | |
2021-02-09 | fixup! remove selfstrap from this archive, which should be installed from fsmgr | Andrew Cady | |
2021-01-21 | bump fsmgr | Andrew Cady | |
2021-01-21 | remove selfstrap from this archive, which should be installed from fsmgr | Andrew Cady | |
2021-01-19 | eatmydata for speed | Andrew Cady | |
2021-01-19 | implement more of the discoverable partition specification | Andrew Cady | |
2021-01-19 | enable linux serial console | Andrew Cady | |
2021-01-18 | hybrid mbr verified boots | Andrew Cady | |