summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-22workaround for btrfs limitation (read-only seed fix)Andrew Cady
2016-04-22Add multi-layered seed supportAndrew Cady
The available filesystem with the largest number of seeds will be chosen for the root of the initial install.
2016-04-22qemu will boot layered-seed isoAndrew Cady
2016-04-22updated btrfs send/recv code; script to put layered seed on isoAndrew Cady
2016-04-22functions to send btrfs diffs back to the parent (incomplete)Andrew Cady
these hard-code paths on my local machine the names of the generated files are also not useful
2016-04-22remove some cruftAndrew Cady
2016-04-22add some scripts into root's homedirAndrew Cady
2016-04-22move gnupghome onto installed fs rootAndrew Cady
2016-04-20btrfs-based encrypted persistent rootAndrew Cady
This replaces the old LVM code with btrfs-based code.
2016-04-20add various missing dependenciesAndrew Cady
2016-04-20qemu will abort if initrd.sh failedAndrew Cady
2016-04-20Put gnupghome onto the isoAndrew Cady
This currently requires samizdat sources in $HOME/src/samizdat. They are called from there instead of being copied into this repository.
2016-04-19implement menu select option for booting with ramdisk rootAndrew Cady
2016-04-19remove debug output that's now unreadable anywayAndrew Cady
2016-04-19use qemu's built-in bootloader instead of pxe (even faster)Andrew Cady
2016-04-19make sure real openvt (not busybox) is available and usedAndrew Cady
this fixes recovery after menu selection (menu is relaunched)
2016-04-19offer to install even when disk space is below cdrom sizeAndrew Cady
2016-04-19make the samizdat boot menu show upAndrew Cady
2016-04-19cause the grok-block hooks to runAndrew Cady
2016-04-19quieter outputAndrew Cady
2016-04-19ensure that root can log inAndrew Cady
2016-04-19minimal, dumb mountroot()Andrew Cady
2016-04-19rebuild initrd as necessary before qemuAndrew Cady
2016-04-19disable boot menu; boot directly to samizdatAndrew Cady
2016-04-19Set boot=samizdat parameter in isolinux configAndrew Cady
Setting BOOT=samizdat using the conf/param.conf hook doesn't seem to work
2016-04-19switch to mkinitramfs-based methodAndrew Cady
2016-04-19use qemu's built-in tftp serverAndrew Cady
2016-04-19override initramfs in tftp dirAndrew Cady
2016-04-19xorriso.shAndrew Cady
2016-04-19use debian-live-standard instead of -gnome-desktopAndrew Cady
2016-04-19tell qemu where to find the isoAndrew Cady
2016-04-19make isolinux directory work for tftp bootAndrew Cady
2016-04-19qemu.shAndrew Cady
2016-04-19isolinux from debian-liveAndrew Cady
From file: debian-live-8.4.0-amd64-gnome-desktop.iso
2016-04-18initAndrew Cady