added inst.extlinux cmdline parameter to e2k menuentry

This commit is contained in:
betcher_ 2022-12-14 13:48:30 +03:00
parent 49e73ac776
commit 1474207c3e
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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