Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-05 | avoid use of SHA-1 | Andrew Cady | |
refactor producing samizdat-ssh-uid | |||
2020-02-07 | key-specific dyndns commands | Andrew Cady | |
2019-10-23 | add "dyndns.ssh-rsa.cryptonomic.net" command and related | Andrew Cady | |
2019-10-21 | add commands kiki-import-stdin & kiki-export-stdout | Andrew Cady | |
2019-10-17 | fixup! avoid initrd race condition | Andrew Cady | |
2019-10-16 | avoid initrd race condition | Andrew Cady | |
2019-10-16 | remove "splash" from kernel command line | Andrew Cady | |
2019-10-16 | try another keygen.sh fix | Andrew Cady | |
2019-10-16 | keygen.sh: attempt workaround for newer gpg | Andrew Cady | |
this substantially slows it down, so this is just for testing. | |||
2019-10-15 | default "make boot" to use slow boot (with pxe to get kernel) | Andrew Cady | |
2019-10-15 | retry fallocating samizdat.disk.img with smaller disk sizes | Andrew Cady | |
2019-10-13 | fix luksFormat for newer initramfs-tools | Andrew Cady | |
2019-10-13 | initrd.sh will rebuild if matching initrd.img in /boot changed | Andrew Cady | |
2019-10-13 | samizdat-ssh-command | Andrew Cady | |
2019-10-11 | new target: make install-bootserver | Andrew Cady | |
2019-10-06 | keygen.sh | Andrew Cady | |
2019-10-06 | store-child-permanently will check for file "reused-child" | Andrew Cady | |
2019-10-06 | for nested kvm, increment the MAC address | Andrew Cady | |
2019-10-06 | Avoid unnecessary initramfs rebuilds | Andrew Cady | |
Fixes a bug, plus adds a line of output that explains why a rebuild was needed. | |||
2019-10-06 | qemu: moving toward nesting VMs | Andrew Cady | |
2019-10-05 | remove deprecated qemu argument | Andrew Cady | |
2019-10-04 | create /home/u with btrfs subvolumes preinstalled | Andrew Cady | |
2019-10-04 | use correct kernel version for booting | Andrew Cady | |
specifically, use the version of linux-image-amd64 present in samizdat.btrfs | |||
2019-10-04 | selfstrap will avoid calling apt-get update more than once per day | Andrew Cady | |
2019-10-04 | qemu.sh will generate empty samizdat.disk.img as needed | Andrew Cady | |
2019-10-04 | qemu.sh: support 32bit | Andrew Cady | |
2019-06-25 | selfstrap: allow '--unpack' | Andrew Cady | |
2019-06-22 | fix reversed arguments | Andrew Cady | |
2019-06-19 | add some commands to the live system | Andrew Cady | |
2019-06-19 | remember to remove temporary directories | Andrew Cady | |
2019-06-19 | initrd patchroot.sh: remove cruft | Andrew Cady | |
2019-06-19 | selfstrap | Andrew Cady | |
2019-06-19 | avoid redundantly copying files into rootfs | Andrew Cady | |
2019-06-18 | unused code | Andrew Cady | |
2019-06-18 | avoid hard-coded IP address for nbd server | Andrew Cady | |
2019-06-18 | initrd.sh: improve kernel package selection logic | Andrew Cady | |
2019-06-18 | selfstrap: include backports in sources.list | Andrew Cady | |
2019-06-18 | Change version selection logic for vmlinuz/initrd | Andrew Cady | |
We now choose the installed version of linux-image-rt-amd64 This will surely break if linux-image-rt-amd64 is not installed. | |||
2019-06-18 | Comments explaining changes in apt output | Andrew Cady | |
2019-06-18 | selfstrap: better debug output | Andrew Cady | |
2019-06-18 | bugfix for new output from apt that looks like this: | Andrew Cady | |
line=Inst base-files [9.9+deb9u6] (9.9+deb9u9 Debian:9.9/stable [amd64]) It appears the third arg, the version inside the square brackets, was added. The code is now compatible with both the old output and the new output. | |||
2019-06-17 | make-total-destroy | Andrew Cady | |
This tool is a convenience for testing. Run it in the initrd shell and it will erase the hard drive so that you can install Samizdat fresh. | |||
2019-06-17 | selfstrap | Andrew Cady | |
2018-07-09 | eliminate warning (don't numerically compare the empty string) | Andrew Cady | |
2018-07-09 | bugfix: new installs were never finalized | Andrew Cady | |
Because a non-local shell variable was accidentally overwritten, the partitions containing a fresh install to an empty disk were never relabeled to indicate finalization. They would have to be relabeled manually to boot the installed system. | |||
2018-06-16 | Move unknown mountpoints before booting | Andrew Cady | |
If there are mountpoints outside of /root, which `run-init` does not have in its whitelist, then `run-init` will refuse to boot and will crash the kernel instead (process 1 will exit). | |||
2018-06-13 | making btrfs subvolumes should be idempotent | Andrew Cady | |
2018-06-13 | use current running kernel version | Andrew Cady | |
2018-06-13 | Update for newer versions of qemu | Andrew Cady | |
(The new qemu warns about opening a file as a raw disk image unless `raw` is specified explicitly.) | |||
2018-06-13 | Update for newer versions of nbd-client | Andrew Cady | |
The kernel commandline syntax for `nbdroot=...` changed. |