aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ==== release 3.4.3 ====v3.4.3Natanael Copa2019-06-071-1/+1
|
* ==== release 3.4.2 ====v3.4.2Natanael Copa2019-04-081-1/+1
|
* Makefile: include dhcp and https featuresCarlo Landmeter2019-04-051-1/+3
|
* ==== release 3.4.1 ====v3.4.1Natanael Copa2019-02-081-1/+1
|
* ==== 3.4.0 ====v3.4.0Natanael Copa2019-01-231-1/+1
|
* ==== release 3.4.0_rc1 ====v3.4.0_rc1Natanael Copa2019-01-031-1/+1
|
* add xenpci featureHenrik Riomar2018-11-081-0/+1
| | | | | | | | 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.
* Fix installation path customisationAin2018-08-211-3/+4
| | | | | Previously, datadir was ignored when installing, using the hardcoded default value.
* Add manpagesAin2018-08-021-3/+8
|
* ==== release 3.3.0 ====v3.3.0Natanael Copa2018-06-221-1/+1
|
* make: exclude ext2 as default featureNatanael Copa2018-06-121-1/+1
| | | | the ext4 module can handle ext2
* ==== release 3.3.0_rc1 ====v3.3.0_rc1Natanael Copa2018-06-121-1/+1
|
* Add support for keyfileslemmarathon2018-06-121-0/+1
| | | | | | | 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.
* initramfs-init: add disk and network detection on s390xTuan M. Hoang2018-05-141-1/+6
| | | | | - Allow including dasd and qeth modules when building initramfs - Add detection for dasd and qeth devices from cmdline in init
* generate mkinitfs.confNatanael Copa2018-05-141-2/+5
| | | | we may want have conditional default config depending on architecture
* Add xfs_repairazarus2018-05-071-0/+1
| | | | | Having xfs_repair in the initramfs can help if your root filesystem is messed up.
* init: add support for loading AWS ENA driversMike Crute2018-01-241-0/+1
|
* ==== release 3.2.0 ====v3.2.0Natanael Copa2017-11-231-1/+1
| | | | release 3.2.0
* makefile: add features.d/btrfs.files to CONF_FILESJakub Jirutka2017-09-221-0/+1
|
* ==== release 3.1.0 ====v3.1.0Natanael Copa2017-06-161-1/+1
|
* ==== release 3.1.0_rc1 ====v3.1.0_rc1Natanael Copa2017-04-071-1/+1
|
* ==== release 3.0.9 ====v3.0.9Natanael Copa2017-01-101-1/+1
|
* ==== release 3.0.8 ====v3.0.8Natanael Copa2017-01-101-1/+1
|
* make: install nvme and zfs filesNatanael Copa2017-01-091-3/+6
|
* ==== release 3.0.7 ====v3.0.7Natanael Copa2016-11-281-1/+1
|
* ==== release 3.0.6 ====v3.0.6Timo Teräs2016-11-241-1/+1
|
* mkinitfs: add nbd supportCarlo Landmeter2016-10-281-1/+3
| | | | | this also introduces default behaviour for networking calling configure_ip without setting ip defaults to dhcp
* build: honor CPPFLAGSTimo Teräs2016-07-131-1/+1
|
* ==== release 3.0.5 ====v3.0.5Natanael Copa2016-06-151-1/+1
|
* ==== 3.0.4 ====v3.0.4Natanael Copa2016-03-111-1/+1
|
* ==== release 3.0.3 ====v3.0.3Natanael Copa2016-01-201-1/+1
|
* ==== release 3.0.2 ====v3.0.2Natanael Copa2016-01-061-1/+1
|
* ==== release 3.0.1 ====v3.0.1Natanael Copa2015-12-181-1/+1
|
* ==== release 3.0.0 ====v3.0.0Natanael Copa2015-12-181-1/+1
|
* build: install mmc.modulesTimo Teräs2015-12-181-0/+1
|
* make: remove kms.filesNatanael Copa2015-11-251-1/+0
|
* nlplug-findfs: fix cryptsetup race conditionNatanael Copa2015-11-251-2/+4
| | | | | | | | | | | | | | | | | | | 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.
* add new tool nlplug-findfsNatanael Copa2015-09-231-3/+22
| | | | | | | | 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.
* features: raid: add mdadm filesJesse Young2015-09-221-0/+1
|
* ==== release 2.8.0 ===v2.8.0Natanael Copa2015-07-151-1/+1
|
* ==== release 2.7.1 ====v2.7.1Natanael Copa2014-12-011-1/+1
|
* ==== release 2.7.0 ====v2.7.0Natanael Copa2014-11-101-1/+1
|
* ==== release 2.6.0 ====v2.6.0Natanael Copa2014-03-251-1/+1
|
* mkinitfs-rundep: removeNatanael Copa2014-03-251-1/+1
| | | | We use lddtree instead.
* move files.d/* and modules.d/* to features.d/*.{files,modules}Natanael Copa2014-03-181-32/+32
|
* Add F2FS support.Bartłomiej Piotrowski2014-03-181-1/+2
|
* ==== release 2.5.3 ====v2.5.3Natanael Copa2014-01-071-1/+1
|
* ==== release 2.5.2 ====v2.5.2Natanael Copa2014-01-071-1/+1
|
* ==== release 2.5.1 ====v2.5.1Natanael Copa2013-11-071-1/+1
|
* add feature: networkKaarle Ritvanen2013-09-061-0/+2
|