diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-19 11:11:26 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-19 11:11:26 +0100 |
commit | 216cf5e5f1b2a119792d89b2c2754ddf292a3f34 (patch) | |
tree | 64c94f9e23831233416014e729374e1be824930d /sys-kernel/dracut/files | |
parent | 82276e3694d5e868740f176638f19dd81447e663 (diff) |
sys-kernel/dracut-config-redcore : new package (split dracut redcore configuration in a separate package)
Diffstat (limited to 'sys-kernel/dracut/files')
-rw-r--r-- | sys-kernel/dracut/files/redcore-dracut.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-kernel/dracut/files/redcore-dracut.conf b/sys-kernel/dracut/files/redcore-dracut.conf deleted file mode 100644 index b3a3fa86..00000000 --- a/sys-kernel/dracut/files/redcore-dracut.conf +++ /dev/null @@ -1,11 +0,0 @@ -# Host-Only mode: Install only what is needed for booting the local host instead of a generic host and generate host-specific configuration. -hostonly="yes" - -# Combine early microcode with ramdisk. Uncomment the line bellow, and run "dracut -f" if you want early microcode update. -# early_microcode="yes" - -# Dracut modules to add when building the iniframfs -add_dracutmodules+=" drm " - -# Dracut modules to ommit when building the initramfs. -omit_dracutmodules+=" plymouth systemd systemd-initrd systemd-networkd dracut-systemd " |