From cac7e95c6ae1925d17c951f5ea5bdd39b92a9ae8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Aug 2016 12:33:48 +0100 Subject: patch calamares dracut module with kogaion specific call, hope this works --- .../calamares/files/calamares-kogaion-dracut-call.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app-admin/calamares/files/calamares-kogaion-dracut-call.patch (limited to 'app-admin/calamares/files/calamares-kogaion-dracut-call.patch') diff --git a/app-admin/calamares/files/calamares-kogaion-dracut-call.patch b/app-admin/calamares/files/calamares-kogaion-dracut-call.patch new file mode 100644 index 00000000..a607e23e --- /dev/null +++ b/app-admin/calamares/files/calamares-kogaion-dracut-call.patch @@ -0,0 +1,12 @@ +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', '-N', '-f', '-o', 'systemd', '-o', 'systemd-initrd', '-o', 'systemd-networkd', '-o', 'dracut-systemd', '--no-hostonly-cmdline', '--kver', '4.4.4-kogaion', '/boot/initramfs-genkernel-x86_64-4.4.4-kogaion']) + + + def run(): -- cgit v1.2.3