Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | switch to C ficlonerange instead of Python | Andrew Cady | |
2022-01-10 | fixup! bump fsmgr, with fixes for Debian "bullseye" release | Andrew Cady | |
2022-01-10 | rootfs fixes & improvements; now using Debian bullseye | u | |
Probably breaks Debian buster, which probably won't be fixed. | |||
2022-01-10 | bump fsmgr, with fixes for Debian "bullseye" release | u | |
2022-01-10 | rootfs: update build-deps.yaml for bullseye | u | |
2022-01-10 | partvi: show grub-install runtime | u | |
2022-01-10 | Makefile: avoid mv interactive prompt with -f | u | |
2022-01-10 | install grub-efi instead of grub-pc | x | |
2022-01-10 | add "cleanmu" make target | x | |
2022-01-10 | remove cruft | Your Name | |
2022-01-09 | drop openssh patch | Andrew Cady | |
2022-01-09 | Revert "rootfs: upgrade openssh to 8.4p1-5 and now get its dependencies from ↵ | Andrew Cady | |
sid" This reverts commit a8710d9fb1e4ed2c12d406b2b7d0f1f6c1ffbc74. | |||
2021-10-06 | Makefile: use apt instead of apt-get when available | Andrew Cady | |
2021-09-25 | avoid lsb_release | u | |
2021-03-22 | bump fsmgr | Andrew Cady | |
2021-03-13 | This is obsoleted by (and conflicts with) fsmgr support for apt-update: true | Andrew Cady | |
2021-03-13 | initrd: improve messaging | Andrew Cady | |
2021-03-13 | make cleaner | Andrew Cady | |
2021-03-13 | samizdat.patchfs.btrfs was missing dependency on samizdat.seed.btrfs | Andrew Cady | |
2021-03-13 | rootfs: upgrade openssh to 8.4p1-5 and now get its dependencies from sid | Andrew Cady | |
2021-03-13 | bump fsmgr | Andrew Cady | |
2021-03-13 | Specify REWRITE_SOURCES_LIST=y for samizdat.btrfs | Andrew Cady | |
This means it is always on, but there is no sid access until "apt-update" is specified true. | |||
2021-03-13 | Makefile: improve core command-line interface targets | Andrew Cady | |
2021-03-13 | also generate .verity file for .patch.btrfs file | Andrew Cady | |
2021-03-13 | firstboot: do not attempt to eject samizdat medium when booting to ram | Andrew Cady | |
2021-03-12 | try to fix efi boot with alternative grub-install commandefi-test | Andrew Cady | |
2021-03-11 | new make targets: total-destroy and testinitrd | Andrew Cady | |
2021-03-11 | initrd: umount /mnt/* before booting | Andrew Cady | |
2021-03-11 | calling umount slightly sooner is more correct | Andrew Cady | |
2021-03-03 | automatically make the boot medium ejectable | Andrew Cady | |
2021-03-02 | Fix to make the btrfs install method work. | Andrew Cady | |
Just figured this out. We must change the fsuid after removing the devices, because btrfs MODIFIES the READ-ONLY SEED DEVICES to mark them unavailable after when remove them from the read-write device. When we reboot with the UNMODIFIED, IMMUTABLE seed image, btrfs cannot handle the duplicate fsuid. We detect this situation (kind of) and call btrfstune -m to change the fsuid of the /dev/mapper/samizdatcrypt single device fs. Now it just works. It would be much better to call this on the booted system on the running rootfs, but btrfs can't, so we instead call it on the initrd mount time. A more proper fix might use the partition table to mark the partition as in need of 'btrfstune -m'. | |||
2021-03-02 | include btrfstune and sfdisk on initrd | Andrew Cady | |
2021-03-02 | simplify samizdat-eject.sh | Andrew Cady | |
2021-03-02 | mkinitramfs-samizdat: use standard location for initrd by default | Andrew Cady | |
2021-03-02 | new target: make testinitrdkey | Andrew Cady | |
2021-03-02 | make-total-destroy: try to make device unbusy | Andrew Cady | |
2021-03-02 | initrd: improve console logging | Andrew Cady | |
2021-03-02 | Fix dynmenu restart error | Andrew Cady | |
Thanks https://bbs.archlinux.org/viewtopic.php?id=94780 libncurses should change error string from 'unknown' to '$TERM is unset'! | |||
2021-03-02 | initrd: improve console logging | Andrew Cady | |
2021-03-02 | initrd: do not autoboot again if first autoboot failed | Andrew Cady | |
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 | |