summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-11bump fsmgrwip-2020-10-11Andrew Cady
2020-10-11Installed and successfully ran btrfs dev rem.Andrew Cady
Ran it in the VM with the command: make install; sudo ./src/mkinitramfs-samizdat ; sudo bash ./src/parted-usb.sh Didn't use the .patch.btrfs here yet.
2020-10-11it boots to ramAndrew Cady
2020-10-10getting closerAndrew Cady
2020-10-10i think it worksAndrew Cady
2020-10-10util: watch-entropyAndrew Cady
2020-10-10about to reboot and try this shitAndrew Cady
2020-10-10improvementsAndrew Cady
2020-10-10add script originating from cryptonomic sourceAndrew Cady
2020-10-10mostly old uncommitted changesAndrew Cady
committing everything without discretion rebase -i from me
2020-10-10fixup! parted-usb: add grub.cfg lateAndrew Cady
2020-10-10mkinitramfs-samizdat (used locally; unincorporated)Andrew Cady
Builds a global initramfs in /boot using samizdat bootloader. This should be incorporated into the makefile or called from a make target. Or else just have samizdat use the global initramfs config. In any case I used this on this system to proceed building a kernel-upgraded bootloader.
2020-10-10use smaller patchfs sizeAndrew Cady
2020-10-10parted-usb small fixupsAndrew Cady
2020-10-10parted-usb: add grub.cfg lateAndrew Cady
2020-10-10parted-usb workingwip-2020-10-10Andrew Cady
2020-10-09parted-usb.shAndrew Cady
2020-08-27make set -x less noisywip-2020-09-15Andrew Cady
2020-08-27fix btrfs-shrinkAndrew Cady
2020-08-24code cleanupAndrew Cady
2020-08-23Serve samizdat.patch.btrfs on nbd serverAndrew Cady
2020-08-23Makefile: use fsmgr to build samizdat.patch.btrfsAndrew Cady
2020-08-23Makefile output tweakAndrew Cady
2020-08-17bump opensshAndrew Cady
update rootfs to use bumped openssh packages
2020-08-16initrd.sh: improved error handlingAndrew 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-19installer: begin plaintext partition at 8MiBAndrew Cady
2020-06-04make install: install "hostname.cryptonomic.net"Andrew Cady
2020-06-04bumpsAndrew Cady
2020-06-04Makefile fixes for cryptonomic-dyndns-server submoduleAndrew Cady
2020-05-31"hostname.cryptonomic.net" shows the cryptonomic hostname of the current systemAndrew Cady
2020-05-31move file into rootfs/Andrew Cady
2020-05-31bump dependenciesAndrew Cady
2020-05-30gitignore temporary products of "fsmgr chroot"Andrew Cady
2020-05-30use new fsmgr capabilities to build samiztest.btrfsAndrew Cady
2020-05-30patchroot.sh: download less (but still some, for demonstration)Andrew Cady
2020-05-29set hostname & silence sudo warningAndrew Cady
2020-05-29avoid calling sudo as rootAndrew 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-28bump fsmgrAndrew Cady
2020-05-28add git-ll-remoteAndrew Cady
2020-05-28allow dyndns client command to pass arguments to serverAndrew 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-28better error reportingAndrew Cady