summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle deleted device files for swap.HEADmasterArkadiusz Miśkiewicz2023-09-021-1/+1
* drop logic to detect modules for root on loop device12821Jan Palus2023-06-201-23/+0
* luks: reword warning about unsupported optionJan Palus2023-03-031-1/+1
* luks: log only unsupported option, not all of themJan Palus2023-03-031-1/+1
* check if /newroot/dev/console creation can succeed12818Jan Palus2022-09-281-2/+2
* don't try to mount /usr if it's not on separate fsJan Palus2022-09-281-2/+4
* luks: initial support for luks2 tokensJan Palus2022-09-281-1/+28
* luks: look for key in /etc/cryptsetup-keys.dJan Palus2022-09-281-14/+19
* luks: correct indentationJan Palus2022-09-281-2/+2
* luks: "none" and "-" both mean no key fileJan Palus2022-09-281-1/+1
* luks: use posix compliant "AND" operatorJan Palus2022-09-281-1/+1
* swsusp: don't consider in-memory zram swapsJan Palus2022-09-201-2/+2
* usbkbd: find usb controllers attached to any busJan Palus2022-09-202-4/+21
* usbkbd: always add hid-generic if usb keyboard was foundJan Palus2022-09-191-0/+3
* luks: try adding modules for cbc(aes) and xts(aes) aliasesJan Palus2022-09-191-0/+2
* don't fail if root device cannot be determinedJan Palus2021-11-022-3/+2
* add support for using modprobe instead of insmodJan Palus2021-11-021-8/+55
* AES/CBC can be built-in (and in PLD 5.13 kernel CBC is built-in).Arkadiusz Miśkiewicz2021-08-221-2/+2
* add support for lz4 compressorJan Palus2020-12-301-2/+9
* fix zstd compressionJan Palus2020-12-301-1/+1
* Disable swsusp support when swap device not found.Arkadiusz Miśkiewicz2020-12-261-1/+2
* - swsusp support from mis@pld-linuxArkadiusz Miśkiewicz2020-12-263-2/+84
* don't try to expand pci devices if pci bus is missingJan Palus2020-11-121-4/+6
* Move /run mount to newroot. Always mount run for easier transition to /run hi...Arkadiusz Miśkiewicz2020-02-061-2/+2
* glibc 2.31 ldd prints 'not a dynamic executable' on stderr, so silence it.Arkadiusz Miśkiewicz2020-02-041-2/+2
* Accept d/D symbols, too (ffffffff825ca52c D __initramfs_start) as noticed in ...Arkadiusz Miśkiewicz2019-11-251-1/+1
* Try to detect a need for nvme driver. If you know better method then share wi...Arkadiusz Miśkiewicz2019-07-211-0/+5
* fix indentElan Ruusamäe2019-07-151-15/+15
* Another way for findings usb keyboard drivers that works on newer kernels.Arkadiusz Miśkiewicz2019-07-151-0/+17
* Prepend cpu microcode to initrd image, so kernel will pick it up when LILO is...Arkadiusz Miśkiewicz2019-05-152-0/+22
* Timeout here is not a good idea. rootfs cannot be mounted and kernel oopses d...Arkadiusz Miśkiewicz2019-01-251-2/+2
* Use existing mechanism for installing udev apps but install regular variants,...Arkadiusz Miśkiewicz2018-12-181-2/+2
* udevd uses ata_id and scsi_id, so install these.Arkadiusz Miśkiewicz2018-12-181-1/+3
* Install mdadm in /sbin because udevd expects it to be there.Arkadiusz Miśkiewicz2018-12-181-2/+2
* Install blkid in /sbin because udevd expects it to be there.Arkadiusz Miśkiewicz2018-12-182-3/+3
* tmp is now mounted early, so no need to duplicate.12787Arkadiusz Miśkiewicz2018-12-171-1/+0
* Use mdadm instead of mdassemble (since mdadm 4.1 dropped mdassemble).Arkadiusz Miśkiewicz2018-12-171-6/+2
* Mechanism for waiting until devices are available (wired for mod-md for now)....Arkadiusz Miśkiewicz2018-12-174-1/+63
* Fix condition for --debug mode which adds additional text after 'inactive' text.Arkadiusz Miśkiewicz2018-08-141-1/+1
* Include more modules for luks. https://bugs.debian.org/cgi-bin/bugreport.cgi?...Arkadiusz Miśkiewicz2018-08-141-0/+4
* cryptsetup needs /var/run/cryptsetup dir.Arkadiusz Miśkiewicz2018-08-141-0/+1
* libpthread dlopens libgcc_s.so.1, so install it.Arkadiusz Miśkiewicz2018-08-141-2/+7
* Drop forced luks type as latest tools support luks2, too. Leave it for crypts...Arkadiusz Miśkiewicz2018-08-131-2/+2
* ramdisk_size warning makes no sense for initramfs.Arkadiusz Miśkiewicz2018-08-101-7/+9
* ext4 can use crc32 but has it in softdep onlyArkadiusz Miśkiewicz2018-05-041-0/+3
* Add support for zstd(.spec) compression.Arkadiusz Miśkiewicz2017-11-131-2/+9
* warn about btrfs not fully supported by geninitrdTomasz Pala2016-08-291-0/+1
* Revert "revert bogus commit"Tomasz Pala2016-08-291-31/+12
* revert bogus commitElan Ruusamäe2016-08-151-12/+31
* save 19 lines of debug output (debugrd)Tomasz Pala2016-08-141-31/+12