diff options
Diffstat (limited to 'app-admin/calamares/files/calamares-kogaion-dracut-call.patch')
-rw-r--r-- | app-admin/calamares/files/calamares-kogaion-dracut-call.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/calamares/files/calamares-kogaion-dracut-call.patch b/app-admin/calamares/files/calamares-kogaion-dracut-call.patch deleted file mode 100644 index 31143732..00000000 --- a/app-admin/calamares/files/calamares-kogaion-dracut-call.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur a/src/modules/dracut/main.py b/src/modules/dracut/main.py ---- a/src/modules/dracut/main.py 2016-04-12 10:23:47.000000000 +0100 -+++ b/src/modules/dracut/main.py 2016-08-06 13:21:38.055554294 +0100 -@@ -28,7 +28,7 @@ - - :return: - """ -- return target_env_call(['dracut', '-f']) -+ return target_env_call(['dracut', '-H', '-f', '-o', 'systemd', '-o', 'systemd-initrd', '-o', 'systemd-networkd', '-o', 'dracut-systemd', '--kver', '4.4.5-kogaion', '/boot/initramfs-genkernel-x86_64-4.4.5-kogaion']) - - - def run(): |