summaryrefslogtreecommitdiff
path: root/old-school
AgeCommit message (Collapse)Author
2016-04-27fix: only remove root's password on new installAndrew Cady
2016-04-27get rid of unused isolinux files; change iso cdrom pathsAndrew Cady
2016-04-26fixup! Cdrom duplicationAndrew Cady
2016-04-26ejection script for cdrom duplicationAndrew Cady
included some necessary dependencies
2016-04-25fixup! Cdrom duplicationAndrew Cady
2016-04-25fixup! Cdrom duplicationAndrew Cady
2016-04-25Cdrom duplicationAndrew 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-22mount seed layers when booting with RAM optionAndrew Cady
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-22remove some cruftAndrew 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-19implement menu select option for booting with ramdisk rootAndrew 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