summaryrefslogtreecommitdiff
path: root/initramfs-tools
AgeCommit message (Collapse)Author
2023-11-22build system cleanupGordon GECOS
2023-11-19remove more samizdat-paths cruftu
2023-11-17remove gpgAndrew Cady
2021-03-13initrd: improve messagingAndrew Cady
2021-03-02include btrfstune and sfdisk on initrdAndrew Cady
2021-03-02initrd: improve console loggingAndrew Cady
2021-03-02initrd: more responsive/user-friendly boot loggingAndrew Cady
2021-03-02slight refactorAndrew Cady
2020-10-10mostly old uncommitted changesAndrew Cady
committing everything without discretion rebase -i from me
2020-08-24code cleanupAndrew Cady
2020-05-14call bootmenu before installing udev rulesu
2020-05-06initrd: call samizdat_install_udev_rules earlierAndrew Cady
2019-10-17fixup! avoid initrd race conditionAndrew Cady
2019-10-16avoid initrd race conditionAndrew Cady
2019-10-13fix luksFormat for newer initramfs-toolsAndrew Cady
2019-10-11fix spuriously disabled outputAndrew Cady
2019-10-06comments documenting video card modulesAndrew Cady
2019-10-06initrd: visible output when waiting to find a networkAndrew Cady
2019-10-06initramfs hook: improve error reportingAndrew Cady
2019-10-05fix initramfs-tools hook to find binaries in ↵Andrew Cady
/usr/local/lib/samizdat-rhizome/initrd
2019-06-19initramfs: make sure we get $ROOTSERVER propagatedAndrew Cady
2019-06-19write /etc/resolv.conf on rootfs before bootingAndrew Cady
2019-06-18avoid hard-coded IP address for nbd serverAndrew Cady
2018-06-13gpg2 now requires gpg-agent to be in /usr/bin/Andrew Cady
2018-06-13Update for newer versions of nbd-clientAndrew Cady
The kernel commandline syntax for `nbdroot=...` changed.
2017-03-28Use pxelinux "ipappend" option to choose rootfs sourceAndrew Cady
This fixes the issue described in the first 'netkeys' commit, where the network would need to be available even when it was not used. The "ipappend" option results in a $BOOTIF variable in the initrd environment. This variable is now used to determine whether to wait on the network for a rootfs & keys, or to wait on the boot device becoming available to determine whether it has the keys. That is, there may or may not be a boot device which may or may not have keys and/or rootfs, but we will always know for sure whether it does, therefore there are no races and no waiting on the network unnecessarily. The qemu.sh script was updated to provide the BOOTIF variable when PXE boot is emulated.
2017-03-28change some log locationsAndrew Cady
2017-03-28fix apparently-racy orderingAndrew Cady
2017-03-28Implement boot parameter "netkeys"Andrew Cady
This allows the keys to be loaded from the boot medium even when the root filesystem is loaded over the network. I.e., specifying nbdroot= no longer implies that the keys will be loaded over the network. The ISO images generated by xorriso-usb.sh will not specify 'netkeys' so the keys on the USB stick will be used. The idea is that after install, the network should not be needed at all; but that requires using a new mechanism instead of the nbdroot= parameter, to determine dynamically whether to use a network root fs device. Currently, the network is still needed to boot a device that has its root fs on the local disk and the keys on the boot medium, even though no data is fetched from the NBD server. You can force the machine to boot by going to the initramfs shell and running: for n in $(seq 1 20); do killall ipconfig; done Otherwise it blocks waiting for the network.
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-05-01run an extra grok-block since nbd0 wasn't mountable otherwiseAndrew Cady
2016-05-01avoid waiting for cdrom in more placesAndrew Cady
2016-05-01hide tftp error messagesAndrew Cady
2016-05-01Download gnupghome.tar when net-bootingAndrew Cady
This contains a keyring that is generated on the server for each client that netboots.
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-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