summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-26Implement booting already-installed native installAndrew Cady
This option is only available if the partitions have been renamed to indicate finalization of the install. The code that finalizes the install by renaming the partitions is available, but not yet run after the install.
2017-03-26create and boot the encrypted root filesystemAndrew Cady
2017-03-26bump kernel version to 4.9.0Andrew Cady
2017-03-25Initial support for installing to an empty disk deviceAndrew Cady
Right now, this just installs a new GPT partition table on the disk, with the partitions samizdat needs. Then nothing happens because nothing else is implemented. It will only allow a disk to be wiped like this if there are no partitions on the disk (or if the only partitions on the disk are partially-installed samizdat partitions).
2017-03-25publish-ip script will work on systems without kikiAndrew Cady
Instead of just looking for host keys where kiki leaves them, publish-ip will (after not finding kiki keys) try to access the system keys, and even use the user's keys. Thus it is now appropriate to run stand-alone on any Debian machine.
2017-03-25qemu script will use built-in linux loader by defaultAndrew Cady
The script was modified so that it would still use PXE to load the other things that are loaded during network boot. The network style booting is also now the default This is the fastest way to boot, though it does not permit testing the bootloader on the CDROM or the PXE boot setup. To test the bootloader, you must now export SLOW_BOOT=y To boot from CDROM image, you must export USE_ISO=y
2017-03-25Bump installed linux kernel version to 4.6Andrew Cady
2017-03-25dnsmasq dhcp-script handles missing gnupghome.tar by generating itAndrew Cady
Previously, this condition would cause the client to poll forever.
2016-05-06added configuration files for various thingsAndrew Cady
2016-05-06xorriso: disable "--in" with message; improve message for (already disabled) ↵Andrew Cady
interactive cdrom choosing
2016-05-03fix the rest of the bugsAndrew Cady
2016-05-03fix everythingAndrew Cady
2016-05-03publish-ip.shAndrew Cady
2016-05-02fix btarfs to support output to non-cwdAndrew Cady
2016-05-01copy more executables from initrd to rootfs (if missing)Andrew Cady
2016-05-01remove references to files outside of this repoAndrew Cady
(commit the files into this repo)
2016-05-01netbooting, with unique keys, WORKSAndrew Cady
2016-05-01run an extra grok-block since nbd0 wasn't mountable otherwiseAndrew Cady
2016-05-01avoid waiting for cdrom in more placesAndrew Cady
2016-05-01don't wait for the cdrom when all we need is the gpg homedirAndrew Cady
2016-05-01get GNUPGHOME from the network-downloaded .tar instead of the cdromAndrew Cady
(if available)
2016-05-01remove unused functionsAndrew Cady
2016-05-01Download gnupghome.tar when net-bootingAndrew Cady
This contains a keyring that is generated on the server for each client that netboots.
2016-05-01add important file that should have been in repo!Andrew Cady
2016-05-01fixup! remove unused filesAndrew Cady
2016-05-01rename now-ill-named "lvm-create"Andrew Cady
2016-05-01remove unused filesAndrew Cady
2016-04-30shitty workaround for pxe with inappropriate symlinkAndrew Cady
i haven't had enough sleep to deal with path changes again
2016-04-30samizdat-eject will wait to do the last step instead of giving upAndrew Cady
2016-04-30add btarfsAndrew Cady
2016-04-29keygen.sh: work even if the clock is wrongAndrew Cady
2016-04-29fix problems with xorriso-usb related to creating a grandchildAndrew Cady
2016-04-29don't check for 'expect'Andrew Cady
2016-04-29prefix= and instdir= can be set on the make command lineAndrew Cady
2016-04-29another path fixAndrew Cady
2016-04-29path independence achieved?Andrew Cady
2016-04-29fix more pathsAndrew Cady
2016-04-29avoid expectAndrew Cady
2016-04-29remove old versions of xorriso scriptAndrew Cady
2016-04-29more path fixesAndrew Cady
2016-04-29fix paths (in progress)Andrew Cady