summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-01-10Makefile: avoid mv interactive prompt with -fu
2022-01-10add "cleanmu" make targetx
2022-01-10remove cruftYour Name
2022-01-09drop openssh patchAndrew Cady
2021-10-06Makefile: use apt instead of apt-get when availableAndrew Cady
2021-09-25avoid 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
2020-10-30use samizdat.seed.btrfs as image nameGordon GECOS
2020-10-25commit everything for steveGordon GECOS
2020-10-10mostly old uncommitted changesAndrew Cady
committing everything without discretion rebase -i from me
2020-08-23Makefile: use fsmgr to build samizdat.patch.btrfsAndrew Cady
2020-08-23Makefile output tweakAndrew Cady
2020-08-07try to fix submodule updatesAndrew Cady
2020-08-07add makefile alias target "install-boot-server"Andrew Cady
2020-07-26make install will install dyndns client programsAndrew Cady
2020-06-04make install: install "hostname.cryptonomic.net"Andrew Cady
2020-06-04Makefile fixes for cryptonomic-dyndns-server submoduleAndrew Cady
2020-05-31move file into rootfs/Andrew Cady
2020-05-29here is a better spotAndrew Cady
2020-05-29update SUBMODULES to include the new oneAndrew Cady
2020-05-29move cryptonomic.net dyndns server into git submodule repoAndrew Cady
2020-05-28use local copy of mk-build-deps and do not depend on devscriptsAndrew Cady
2020-05-28auto-upgrade submodulesAndrew Cady
It only does this if git is clean.
2020-05-28add git-ll-remoteAndrew Cady
2020-05-28New makefile target 'install-dyndns-server'Andrew Cady
This isn't fully implemented: * doesn't create the dyndns user * doesn't install or configure pdns.
2020-05-28apt install equivs before running mk-build-depsAndrew Cady