Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-04-22 | fix btrfs receive script to properly set up seed subvolumes | Andrew Cady | |
2016-04-22 | use newer layer seed | Andrew Cady | |
2016-04-22 | boot unlayered iso if layered is unavailable | Andrew Cady | |
2016-04-22 | mount seed layers when booting with RAM option | Andrew Cady | |
2016-04-22 | workaround for btrfs limitation (read-only seed fix) | Andrew Cady | |
2016-04-22 | Add multi-layered seed support | Andrew Cady | |
The available filesystem with the largest number of seeds will be chosen for the root of the initial install. | |||
2016-04-22 | qemu will boot layered-seed iso | Andrew Cady | |
2016-04-22 | updated btrfs send/recv code; script to put layered seed on iso | Andrew Cady | |
2016-04-22 | functions 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-22 | remove some cruft | Andrew Cady | |
2016-04-22 | add some scripts into root's homedir | Andrew Cady | |
2016-04-22 | move gnupghome onto installed fs root | Andrew Cady | |
2016-04-20 | btrfs-based encrypted persistent root | Andrew Cady | |
This replaces the old LVM code with btrfs-based code. | |||
2016-04-20 | add various missing dependencies | Andrew Cady | |
2016-04-20 | qemu will abort if initrd.sh failed | Andrew Cady | |
2016-04-20 | Put gnupghome onto the iso | Andrew Cady | |
This currently requires samizdat sources in $HOME/src/samizdat. They are called from there instead of being copied into this repository. | |||
2016-04-19 | implement menu select option for booting with ramdisk root | Andrew Cady | |
2016-04-19 | remove debug output that's now unreadable anyway | Andrew Cady | |
2016-04-19 | use qemu's built-in bootloader instead of pxe (even faster) | Andrew Cady | |
2016-04-19 | make sure real openvt (not busybox) is available and used | Andrew Cady | |
this fixes recovery after menu selection (menu is relaunched) | |||
2016-04-19 | offer to install even when disk space is below cdrom size | Andrew Cady | |
2016-04-19 | make the samizdat boot menu show up | Andrew Cady | |
2016-04-19 | cause the grok-block hooks to run | Andrew Cady | |
2016-04-19 | quieter output | Andrew Cady | |
2016-04-19 | ensure that root can log in | Andrew Cady | |
2016-04-19 | minimal, dumb mountroot() | Andrew Cady | |
2016-04-19 | rebuild initrd as necessary before qemu | Andrew Cady | |
2016-04-19 | disable boot menu; boot directly to samizdat | Andrew Cady | |
2016-04-19 | Set boot=samizdat parameter in isolinux config | Andrew Cady | |
Setting BOOT=samizdat using the conf/param.conf hook doesn't seem to work | |||
2016-04-19 | switch to mkinitramfs-based method | Andrew Cady | |
2016-04-19 | use qemu's built-in tftp server | Andrew Cady | |
2016-04-19 | override initramfs in tftp dir | Andrew Cady | |
2016-04-19 | xorriso.sh | Andrew Cady | |
2016-04-19 | use debian-live-standard instead of -gnome-desktop | Andrew Cady | |
2016-04-19 | tell qemu where to find the iso | Andrew Cady | |
2016-04-19 | make isolinux directory work for tftp boot | Andrew Cady | |
2016-04-19 | qemu.sh | Andrew Cady | |
2016-04-19 | isolinux from debian-live | Andrew Cady | |
From file: debian-live-8.4.0-amd64-gnome-desktop.iso | |||
2016-04-18 | init | Andrew Cady | |