Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-04-27 | samizdat eject accepts target filename | Andrew Cady | |
2016-04-27 | xorriso.sh accepts btrfs filesystem seeds as arguments | Andrew Cady | |
2016-04-27 | fix: make initramfs hook work with non-booted kernel version | Andrew Cady | |
2016-04-27 | put /root in separate btrfs snapshot | Andrew Cady | |
2016-04-27 | qemu.sh accepts iso fs as first argument | Andrew Cady | |
2016-04-27 | on failed install, remove /dev/mapper/samizdatcrypt | Andrew Cady | |
2016-04-27 | fix: only remove root's password on new install | Andrew Cady | |
2016-04-27 | get rid of unused isolinux files; change iso cdrom paths | Andrew Cady | |
2016-04-27 | add dependencies on isolinux, nbd-client | Andrew Cady | |
2016-04-27 | incomplete xorriso-layer multi-layer support | Andrew Cady | |
2016-04-27 | works best with no upstream cd | Andrew Cady | |
2016-04-27 | works even better | Andrew Cady | |
2016-04-27 | works kinda | Andrew Cady | |
2016-04-26 | more verbose output for btrfs-receive-root | Andrew Cady | |
2016-04-26 | btrfs-receive script uses ".part" on partially received fs | Andrew Cady | |
2016-04-26 | fixup! Cdrom duplication | Andrew Cady | |
2016-04-26 | ejection script for cdrom duplication | Andrew Cady | |
included some necessary dependencies | |||
2016-04-26 | xorriso-layer no longer hardcodes the layer fs filename | Andrew Cady | |
2016-04-25 | fixup! Cdrom duplication | Andrew Cady | |
2016-04-25 | fixup! Cdrom duplication | Andrew Cady | |
2016-04-25 | Cdrom duplication | Andrew Cady | |
The cdrom can now be copied into the btrfs filesystem (if there is enough space) and hot-removed. This isn't done automatically, though. In fact, the code to do it isn't available anymore after boot; it would have to be copied back onto the system to be run. | |||
2016-04-25 | read samizdat.iso from network block device (nbd) | Andrew Cady | |