summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-11-22workaround for mk-build-deps bugHEADmasterAndrew Cady
2023-11-22fixupAndrew Cady
2023-11-22the cleaner i make it, the cleaner it getsGordon GECOS
2023-11-22build system cleanupGordon GECOS
2023-11-22cruftGordon GECOS
2023-11-22build system cleanupsGordon GECOS
2023-11-22eschew unstableGordon GECOS
2023-11-19remove more samizdat-paths cruftu
2023-11-18apt bookworm.listAndrew Cady
2023-11-17delete cruft filesu
2023-11-17install system grub defaultsu
2023-11-17rootfs/Makefileu
cleanups
2023-11-17Store large files in subvolumesAndrew Cady
These files should never be mixed into the same directories as source code, since source code should be backed up by filesystem snapshot, and these should not. This change includes file renames in this repository and in two of its submodules.
2023-11-17Removal of functionality that depended on gpgAndrew Cady
This material wasn't removed in the original commit removing gpg, because it seemed to have documentary value. This commit serves as the documentation index. Some of this functionality should be reimplemented.
2023-11-17remove gpgAndrew Cady
2023-11-17removed unusedAndrew Cady
2023-11-17"make efi" targetAndrew Cady
2023-11-17Don't install submodules with 'make install'Ella Grapp
It is important than 'make key' not build the submodules unnecessarily. It would make sense to rename the current 'install' target for use as dependency, re-introduce an 'install' target that does both for manual use at the command line.
2023-11-17add target: make muAndrew Cady
2023-11-17switch to C ficlonerange instead of PythonAndrew Cady
2023-11-17Makefile: avoid mv interactive prompt with -fu
2023-11-17add "cleanmu" make targetx
2023-11-17drop openssh patchAndrew Cady
2023-11-17Makefile: use apt instead of apt-get when availableAndrew Cady
2023-11-17avoid lsb_releaseu
2021-03-13Makefile: improve core command-line interface targetsAndrew Cady
2021-03-13also generate .verity file for .patch.btrfs fileAndrew Cady
2021-03-11new make targets: total-destroy and testinitrdAndrew Cady
2021-03-02mkinitramfs-samizdat: use standard location for initrd by defaultAndrew Cady
2021-03-02new target: make testinitrdkeyAndrew Cady
2021-03-02new target: make testinitrdAndrew Cady
2021-02-28various rootfs improvementsAndrew Cady
2021-02-25Remove redundant definition of emuAndrew Cady
2021-02-23key-only mode for partvi; integrated partviAndrew Cady
These commands are available in sami: make upgrade make emu make key They use partvi.
2021-02-23fixup! new targets: "make emu" "make upgrade"Andrew Cady
2021-02-23new targets: "make emu" "make upgrade"Andrew Cady
2021-02-23fix "make key"Andrew Cady
2021-02-09fixup! remove selfstrap from this archive, which should be installed from fsmgrAndrew Cady
2021-01-18ficlonerange.pyAndrew Cady
2020-11-17install partvi with samizdatAndrew Cady
2020-11-17Don't install btrfs-shrink; it's part of fsmgrAndrew Cady
2020-11-01rename usb.sh -> usbGordon GECOS
2020-10-30ui improvementAndrew Cady
2020-10-30use parted-usb.sh to call usb.shAndrew Cady
2020-10-30"make usb" targetAndrew Cady
2020-10-30"make boot" target to use samizdat-gold.seed.btrfs by defaultAndrew Cady
2020-10-30Remove or disable references to initrd.shAndrew Cady
The program 'mkinitramfs-samizdat' will replace initrd.sh for now.
2020-10-30automatically call "git reset" on submodulesAndrew Cady
if there are NO FILES in the submodule dir, but the git submodule is initialized, then DO NOT treat the submodule as locally modified. Instead, try to remedy the situation. ('git reset' already will avoid destroying data, but it likewise does not treat the absence of a file as data to be preserved.)
2020-10-30port veritymount forward to separated verity partitionGordon GECOS
2020-10-30use separate verity partitionGordon GECOS