summaryrefslogtreecommitdiff
path: root/initramfs-tools/hooks
AgeCommit message (Collapse)Author
2017-03-25Initial support for installing to an empty disk deviceAndrew Cady
Right now, this just installs a new GPT partition table on the disk, with the partitions samizdat needs. Then nothing happens because nothing else is implemented. It will only allow a disk to be wiped like this if there are no partitions on the disk (or if the only partitions on the disk are partially-installed samizdat partitions).
2016-05-03fix the rest of the bugsAndrew Cady
2016-05-03fix everythingAndrew Cady
2016-04-29path independence achieved?Andrew Cady
2016-04-29more path fixesAndrew Cady
2016-04-29fix paths (in progress)Andrew Cady
2016-04-28more samizdat-eject fixesAndrew Cady
also, copy samizdat-eject from the initramfs to the new rootfs (into /sbin)
2016-04-27slight cleanup/factorAndrew Cady
2016-04-27add kernel modules to initrd needed for hfsplusAndrew Cady
2016-04-27ensure initrd has fsck.hfsplusAndrew Cady
2016-04-27fix: make initramfs hook work with non-booted kernel versionAndrew 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-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