aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rework ZFS unlockThomas Deutschmann2020-01-111-12/+30
* linuxrc: Don't call findfs multiple timesThomas Deutschmann2020-01-051-6/+0
* linuxrc, initrd.scripts: allow PARTLABEL for root & resumeBen Kohler2020-01-031-2/+2
* linuxrc: Set USE_CRYPTSETUP=1 when crypt_{root,swap} is usedThomas Deutschmann2019-11-251-0/+2
* linuxrc: Make sure that we always load bcache module when dobcache is setThomas Deutschmann2019-11-241-0/+7
* initrd.scripts: modules_load() refactoredThomas Deutschmann2019-11-241-0/+8
* linuxrc: Fix code styleThomas Deutschmann2019-11-241-1/+1
* Add support for a custom font at bootThomas Deutschmann2019-11-241-0/+13
* linuxrc: Don't advertise multipath usageThomas Deutschmann2019-10-131-1/+0
* linuxrc: Update REAL_INIT variable when using fallbackv4.0.0_beta19Thomas Deutschmann2019-10-071-0/+1
* linuxrc: Check that init value is actually a fileThomas Deutschmann2019-10-071-9/+14
* linuxrc: Set ZPOOL_IMPORT_UDEV_TIMEOUT_MS=0Georgy Yakovlev2019-08-161-0/+1
* initrd.scripts: preserve_log(): Add support for additional mountpointsThomas Deutschmann2019-08-161-4/+4
* linuxrc: Remove dead codeThomas Deutschmann2019-08-071-2/+0
* initrd.scripts: prompt_user(): Read answer from $GK_PROMPT_FILE on timeoutThomas Deutschmann2019-08-071-0/+10
* linuxrc: Remove dead codeThomas Deutschmann2019-08-071-5/+0
* linuxrc: Log initramfs output/commandsThomas Deutschmann2019-08-071-49/+93
* linuxrc: Fix console supportThomas Deutschmann2019-08-061-4/+21
* linuxrc: Rework debug modeThomas Deutschmann2019-08-061-1/+1
* initrd.scripts: Move splash() function to initrd.scriptsThomas Deutschmann2019-08-061-4/+0
* linuxrc: Create /dev/tty{0,1}Thomas Deutschmann2019-08-041-0/+2
* initramfs: Don't call mknod when --busybox is usedThomas Deutschmann2019-07-211-0/+8
* linuxrc: Umount /newroot when it was rejected before prompting for a new root...Thomas Deutschmann2019-07-161-0/+12
* linuxrc: Tell user why we consider a root device as invalidThomas Deutschmann2019-07-161-6/+30
* linuxrc: Change ROOTDELAY handlingThomas Deutschmann2019-07-161-7/+11
* linuxrc: break out when REAL_ROOT is on ZFS but kernel was started without dozfsThomas Deutschmann2019-07-161-2/+2
* linuxrc: Really prompt for new root block device when got_good_root is 0Thomas Deutschmann2019-07-161-19/+18
* linuxrc: Add rootdelay timeout indicatorThomas Deutschmann2019-07-161-1/+11
* linuxrc: Add catch all block to avoid unnecessary rootdelay for devices alrea...Thomas Deutschmann2019-07-151-0/+8
* linuxrc: Fix waiting on rootThomas Deutschmann2019-07-151-21/+6
* linuxrc: No need to call 'busybox findfs'Thomas Deutschmann2019-07-151-7/+1
* linuxrc: Set got_good_root=1 when we got root via LABEL|UUID|PARTUUIDThomas Deutschmann2019-07-151-0/+2
* linuxrc: Relax NEWROOT validationThomas Deutschmann2019-07-151-1/+3
* initramfs: Add PARTUUID= support for devicesThomas Deutschmann2019-07-151-4/+4
* Add bcache supportThomas Deutschmann2019-07-141-0/+3
* Rework --ssh supportThomas Deutschmann2019-07-141-3/+37
* linuxrc: Try to regenerate /etc/ld.so.cache when needed & possibleThomas Deutschmann2019-07-141-0/+6
* gen_initramfs.sh: Refactor append_base_layout()Thomas Deutschmann2019-07-141-0/+6
* initrd.scripts: do_rundebugshell() replaced with refactored run_shell() functionThomas Deutschmann2019-07-141-2/+2
* linuxrc: Fix code styleThomas Deutschmann2019-07-141-293/+334
* linuxrc: Fix dobtrfs kernel parameter parsingThomas Deutschmann2019-07-141-1/+1
* linuxrc: Remove deprecated dolvm2 kernel parameterThomas Deutschmann2019-07-141-4/+0
* linuxrc: Suppress output of mountpoint commandThomas Deutschmann2019-07-141-1/+2
* initrd.scripts: Rename startVolumes() to start_volumes()Thomas Deutschmann2019-07-141-1/+1
* initrd.scripts: Rename startLUKS() to start_LUKS()Thomas Deutschmann2019-07-141-2/+2
* initrd.scripts: Rename startiscsi() to start_iscsi()Thomas Deutschmann2019-07-141-1/+1
* Replace backticksThomas Deutschmann2019-07-141-2/+2
* Merge pull request #18 from gyakovlev/zfs-encryptionRobin H. Johnson2019-02-271-14/+35
|\
| * Add basic zfs encryption supportGeorgy Yakovlev2019-02-251-3/+24
| * Fix 'legacy' mountpoint detectionGeorgy Yakovlev2019-02-251-1/+1