diff --git a/e2k-implementation.diff b/e2k-implementation.diff index b2a7f69..b7ae0c0 100644 --- a/e2k-implementation.diff +++ b/e2k-implementation.diff @@ -109,12 +109,12 @@ index a51834a..0fdc9ba 100644 + if not 'systemd.unit=anaconda.target' in kernel_options: + cfg += self.__get_menuentry(entrylabel = isolabel + '-install', + isolabel = isolabel, -+ liveargs = kernel_options + deflang + " systemd.unit=anaconda.target ", ++ liveargs = kernel_options + deflang + " systemd.unit=anaconda.target inst.extlinux ", + index = index) + + cfg += self.__get_menuentry(entrylabel = isolabel + '-install_cli', + isolabel = isolabel, -+ liveargs = kernel_options + deflang + " systemd.unit=anaconda.target inst.text", ++ liveargs = kernel_options + deflang + " systemd.unit=anaconda.target inst.text inst.extlinux ", + index = index) + + if checkisomd5: diff --git a/livecd-tools.spec b/livecd-tools.spec index 63336f7..3dfc72c 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -10,7 +10,7 @@ Name: livecd-tools Summary: Tools for building live CDs Epoch: 1 Version: 28.2 -Release: 25 +Release: 26 License: GPLv2 Group: System/Base URL: https://github.com/livecd-tools/livecd-tools