mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 23:52:58 +00:00
Remove odd cmdline
Anaconda prints a warning that "lang" is depreceated and suggests to use "inst.lang" which is already used. Nobody else parses "lang".
This commit is contained in:
parent
76d2135fac
commit
08ea0e4312
2 changed files with 2 additions and 2 deletions
|
@ -550,7 +550,7 @@ index 9447640..aa28c43 100644
|
||||||
+ args["rootlabel"] = "CDLABEL=%(fslabel)s" % args
|
+ args["rootlabel"] = "CDLABEL=%(fslabel)s" % args
|
||||||
+ return """menuentry "%(long)s" --class rosa --class gnu-linux --class gnu --class os {
|
+ return """menuentry "%(long)s" --class rosa --class gnu-linux --class gnu --class os {
|
||||||
+ linux /vmlinuz%(index)s root=%(rootlabel)s %(liveargs)s %(extra)s \
|
+ linux /vmlinuz%(index)s root=%(rootlabel)s %(liveargs)s %(extra)s \
|
||||||
+ lang=$lang inst.lang=$lang_utf locale.LANG=$lang_utf locale.LANGUAGE=$lang_utf
|
+ inst.lang=$lang_utf locale.LANG=$lang_utf locale.LANGUAGE=$lang_utf
|
||||||
+ echo "$loading /vmlinuz%(index)s..."
|
+ echo "$loading /vmlinuz%(index)s..."
|
||||||
+ initrd /initrd%(index)s.img
|
+ initrd /initrd%(index)s.img
|
||||||
+ echo "$loading /initrd%(index)s.img..."
|
+ echo "$loading /initrd%(index)s.img..."
|
||||||
|
|
|
@ -10,7 +10,7 @@ Name: livecd-tools
|
||||||
Summary: Tools for building live CDs
|
Summary: Tools for building live CDs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 28.2
|
Version: 28.2
|
||||||
Release: 23
|
Release: 24
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
URL: https://github.com/livecd-tools/livecd-tools
|
URL: https://github.com/livecd-tools/livecd-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue