- 05 Apr, 2019 1 commit
-
-
Carlo Landmeter authored
-
- 08 Feb, 2019 1 commit
-
-
Natanael Copa authored
-
- 23 Jan, 2019 1 commit
-
-
Natanael Copa authored
-
- 03 Jan, 2019 1 commit
-
-
Natanael Copa authored
-
- 08 Nov, 2018 1 commit
-
-
Add a xenpci feature needed for xen driver domains that needs PCI devices already in initramfs. This is for instance needed for a xen storage driver domain hosting its rootfs on a pci passthrough SAS controller.
-
- 21 Aug, 2018 1 commit
-
-
Previously, datadir was ignored when installing, using the hardcoded default value.
-
- 02 Aug, 2018 1 commit
-
-
- 22 Jun, 2018 1 commit
-
-
Natanael Copa authored
-
- 12 Jun, 2018 3 commits
-
-
Natanael Copa authored
the ext4 module can handle ext2
-
Natanael Copa authored
-
The "cryptkey" boot parameter enables keyfile decryption. By default, init will look for a keyfile named "/crypto_keyfile.bin". Another file may be specified like so: "cryptkey=/path/to/keyfile.bin". If keyfile decryption fails, init will fall back to passphrase mode.
-
- 14 May, 2018 2 commits
-
-
Tuan M. Hoang authored
- Allow including dasd and qeth modules when building initramfs - Add detection for dasd and qeth devices from cmdline in init
-
Natanael Copa authored
we may want have conditional default config depending on architecture
-
- 07 May, 2018 1 commit
-
-
Having xfs_repair in the initramfs can help if your root filesystem is messed up.
-
- 24 Jan, 2018 1 commit
-
-
- 23 Nov, 2017 1 commit
-
-
Natanael Copa authored
release 3.2.0
-
- 22 Sep, 2017 1 commit
-
-
Jakub Jirutka authored
-
- 16 Jun, 2017 1 commit
-
-
Natanael Copa authored
-
- 07 Apr, 2017 1 commit
-
-
Natanael Copa authored
-
- 10 Jan, 2017 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- 09 Jan, 2017 1 commit
-
-
Natanael Copa authored
-
- 28 Nov, 2016 1 commit
-
-
Natanael Copa authored
-
- 24 Nov, 2016 1 commit
-
-
Timo Teräs authored
-
- 28 Oct, 2016 1 commit
-
-
Carlo Landmeter authored
this also introduces default behaviour for networking calling configure_ip without setting ip defaults to dhcp
-
- 13 Jul, 2016 1 commit
-
-
Timo Teräs authored
-
- 15 Jun, 2016 1 commit
-
-
Natanael Copa authored
-
- 11 Mar, 2016 1 commit
-
-
Natanael Copa authored
-
- 20 Jan, 2016 1 commit
-
-
Natanael Copa authored
-
- 06 Jan, 2016 1 commit
-
-
Natanael Copa authored
-
- 18 Dec, 2015 3 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Timo Teräs authored
-
- 25 Nov, 2015 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
We need run cryptsetup in parallel so that keyboard drivers are loaded while waiting for password input. But cryptsetup will recreate the device which means that the uevent for new device node will first be added then changed and finally will it create the /dev/mapper/* device node. We handle the first generated uevent and while handling, the device node might have disappeared causeing blkid not find any UUID, and the /dev/mapper/* does not yet exist. This means that we need to: - handle uevents in parallel while waiting for password input - block uevent handling while actually setting up the crypt device So we use libcryptsetup and add a mutex while setting up the crypt device.
-
- 23 Sep, 2015 1 commit
-
-
Natanael Copa authored
nlplug-findfs is a tool that will help us to find a given filesystem using coldplug. The only reason that initramfs exist in first place is to set up a rootfs and switch to it. The nlplug-findfs will handle coldplug events til a given filesystem/device is found and then mount it.
-
- 22 Sep, 2015 1 commit
-
-
- 15 Jul, 2015 1 commit
-
-
Natanael Copa authored
-
- 01 Dec, 2014 1 commit
-
-
Natanael Copa authored
-
- 10 Nov, 2014 1 commit
-
-
Natanael Copa authored
-