Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Icb7b2eadba7390fb27c178bfc07dd91127b21ad6
Signed-off-by: William Douglas <william.douglas@intel.com>
|
|
Change-Id: I8b2674e435e74f5f6bd543e5dbc1f9cd2c22005f
Signed-off-by: William Douglas <william.douglas@intel.com>
|
|
Signed-off-by: William Douglas <william.douglas@intel.com>
|
|
Change-Id: Icbd94c12419dc49daadb9fc812c183e1d158d8a8
Signed-off-by: William Douglas <william.douglas@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check also for surrounding spaces in the module strings
|
|
|
|
If rootflags=nofail, sysroot.mount won't strictly run "Before"
initrd-root-fs.target. So we need to order dracut-pre-pivot after
sysroot.mount.
|
|
[no-]early-microcode was missing from getopt argument list.
Let arguments passed by command line override config files.
|
|
--persistent-policy <policy>:
Use <policy> to address disks and partitions.
<policy> can be any directory name found in /dev/disk.
E.g. "by-uuid", "by-label"
|
|
|
|
|
|
|
|
This prints the kernel command line parameters for the current disk
layout.
$ dracut --print-cmdline
rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471
rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root
rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered
rootfstype=ext4
|
|
|
|
|
|
|
|
|
|
|
|
This enables building a hostonly image, without the udev database
populated.
|
|
|
|
|
|
|
|
|
|
|
|
We only wait for master interfaces for bridge/bonding/team/vlan case.
If none of these complex network is configured, we should wait for
ethernet interface (bootdev) instead.
|
|
|
|
|
|
Only additional rd.luks.UUID have to be manually activated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|