mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
added inst.extlinux cmdline parameter to e2k menuentry
This commit is contained in:
parent
49e73ac776
commit
1474207c3e
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue