summaryrefslogtreecommitdiff
path: root/initramfs-tools
AgeCommit message (Collapse)Author
2016-04-27fix: make initramfs hook work with non-booted kernel versionAndrew Cady
2016-04-27fix: only remove root's password on new installAndrew Cady
2016-04-25read samizdat.iso from network block device (nbd)Andrew Cady
2016-04-22workaround for btrfs limitation (read-only seed fix)Andrew Cady
2016-04-22add some scripts into root's homedirAndrew 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-19implement menu select option for booting with ramdisk rootAndrew Cady
2016-04-19remove debug output that's now unreadable anywayAndrew 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-19make the samizdat boot menu show upAndrew Cady
2016-04-19cause the grok-block hooks to runAndrew Cady
2016-04-19ensure that root can log inAndrew Cady
2016-04-19minimal, dumb mountroot()Andrew 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