Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-01 | avoid waiting for cdrom in more places | Andrew Cady | |
2016-05-01 | don't wait for the cdrom when all we need is the gpg homedir | Andrew Cady | |
2016-05-01 | get GNUPGHOME from the network-downloaded .tar instead of the cdrom | Andrew Cady | |
(if available) | |||
2016-05-01 | hide tftp error messages | Andrew Cady | |
2016-05-01 | remove unused functions | Andrew Cady | |
2016-05-01 | Download gnupghome.tar when net-booting | Andrew Cady | |
This contains a keyring that is generated on the server for each client that netboots. | |||
2016-05-01 | add important file that should have been in repo! | Andrew Cady | |
2016-05-01 | fixup! remove unused files | Andrew Cady | |
2016-05-01 | rename now-ill-named "lvm-create" | Andrew Cady | |
2016-05-01 | remove unused files | Andrew Cady | |
2016-04-30 | shitty workaround for pxe with inappropriate symlink | Andrew Cady | |
i haven't had enough sleep to deal with path changes again | |||
2016-04-30 | samizdat-eject will wait to do the last step instead of giving up | Andrew Cady | |
2016-04-30 | add btarfs | Andrew Cady | |
2016-04-29 | keygen.sh: work even if the clock is wrong | Andrew Cady | |
2016-04-29 | fix problems with xorriso-usb related to creating a grandchild | Andrew Cady | |
2016-04-29 | don't check for 'expect' | Andrew Cady | |
2016-04-29 | prefix= and instdir= can be set on the make command line | Andrew Cady | |
2016-04-29 | another path fix | Andrew Cady | |
2016-04-29 | path independence achieved? | Andrew Cady | |
2016-04-29 | fix more paths | Andrew Cady | |
2016-04-29 | put qemu.sh on path | Andrew Cady | |
2016-04-29 | avoid expect | Andrew Cady | |
2016-04-29 | remove old versions of xorriso script | Andrew Cady | |
2016-04-29 | more path fixes | Andrew Cady | |
2016-04-29 | fix paths (in progress) | Andrew Cady | |
2016-04-29 | better xorriso script | Andrew Cady | |
2016-04-29 | don't hard-code btrfs default subvolume name | Andrew Cady | |
2016-04-29 | child generation script: generates tmpfs containing child | Andrew Cady | |
2016-04-29 | kiki keygen script | Andrew Cady | |
2016-04-29 | samizdat-eject will wait for btrfs before final copy | Andrew Cady | |
2016-04-28 | copy initrd logs into rootfs | Andrew Cady | |
2016-04-28 | fixed: /outerfs not mounted on first boot | Andrew Cady | |
2016-04-28 | fix apple function keys | Andrew Cady | |
2016-04-28 | ramdisk is now allocated "all" of system memory | Andrew Cady | |
2016-04-28 | qemu.sh now defaults to booting samizdat.iso | Andrew Cady | |
2016-04-28 | patchroot.sh was missing "contrib" apt sources | Andrew Cady | |
2016-04-28 | boot-ram was using erroneous math to calculate ramdisk size | Andrew Cady | |
2016-04-28 | share more code between boot-new and boot-ram -- this fixes a bug | Andrew Cady | |
2016-04-28 | samizdat-eject | Andrew Cady | |
2016-04-28 | more samizdat-eject fixes | Andrew Cady | |
also, copy samizdat-eject from the initramfs to the new rootfs (into /sbin) | |||
2016-04-27 | samizdat-eject fixes | Andrew Cady | |
2016-04-27 | use efi/grub to boot the real isos | Andrew Cady | |
2016-04-27 | add the code to generate grub efi images | Andrew Cady | |
2016-04-27 | slight cleanup/factor | Andrew Cady | |
2016-04-27 | add kernel modules to initrd needed for hfsplus | Andrew Cady | |
2016-04-27 | added efi test script | Andrew Cady | |
successfully booted the generated isohybrid image on both EFI macbook pro and BIOS thinkpad; also qemu -cdrom and qemu -hda | |||
2016-04-27 | ensure initrd has fsck.hfsplus | Andrew Cady | |
2016-04-27 | samizdat-eject improvements | Andrew Cady | |
2016-04-27 | Implement encrypted cdrom ejection | Andrew Cady | |
This allows the cdrom to be copied onto the outer filesystem (mounted in /outerfs) without storing unencrypted gpg keys there. e.g.: samizdat-eject.sh /outerfs/samizdat.iso This was necessary because the other method probably causes btrfs deadlocks. We do end up copying data twice this way (or three times, probably -- if the ISO is saved), but not _from the cdrom_. And we get to eject immediately after the first copy. Future copies will be from the hard drive. Not too bad. | |||
2016-04-27 | build initrd with kernel 4.5.0-0.bpo.1-amd64 instead of uname -r | Andrew Cady | |