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:
Mikhail Novosyolov 2022-10-31 12:15:43 +03:00
parent 76d2135fac
commit 08ea0e4312
2 changed files with 2 additions and 2 deletions

View file

@ -550,7 +550,7 @@ index 9447640..aa28c43 100644
+ args["rootlabel"] = "CDLABEL=%(fslabel)s" % args
+ return """menuentry "%(long)s" --class rosa --class gnu-linux --class gnu --class os {
+ 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..."
+ initrd /initrd%(index)s.img
+ echo "$loading /initrd%(index)s.img..."

View file

@ -10,7 +10,7 @@ Name: livecd-tools
Summary: Tools for building live CDs
Epoch: 1
Version: 28.2
Release: 23
Release: 24
License: GPLv2
Group: System/Base
URL: https://github.com/livecd-tools/livecd-tools