ALT Linux Bugzilla
– Attachment 9157 Details for
Bug 39612
Интернационализация пункта меню "Устанвить ..."
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч
install_distro.patch (text/plain), 850 bytes, created by
Sergey V Turchin
on 2021-01-27 11:32:46 MSK
(
hide
)
Description:
патч
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2021-01-27 11:32:46 MSK
Size:
850 bytes
patch
obsolete
>--- a/features.in/grub/cfg.in/20install2.cfg >+++ b/features.in/grub/cfg.in/20install2.cfg >@@ -1,7 +1,7 @@ > > default='linux' > >-menuentry $"Install @relname@" --hotkey 'i' --id 'linux' { >+menuentry $"Install "'@distro@' --hotkey 'i' --id 'linux' { > echo $"Loading Linux vmlinuz$KFLAVOUR ..." > linux@linux_suffix@ @boot_path@/vmlinuz$KFLAVOUR changedisk fastboot automatic=method:cdrom ramdisk_size=@altinst_size@ vga=@bootvga@ @bootargs@ @efi_bootargs@ lang=$lang > echo $"Loading initial ramdisk ..." >--- a/features.in/grub/generate.mk >+++ b/features.in/grub/generate.mk >@@ -68,8 +68,8 @@ timeout: distro > sed -i "s,@timeout@,$$TIMEOUT," $(DSTCFGS) > > distro: bootargs >- @if [ -n "$(META_VOL_SET)" ]; then \ >- DISTRO="$(META_VOL_SET)"; \ >+ @if [ -n "$(META_VOL_ID)" ]; then \ >+ DISTRO="$(META_VOL_ID)"; \ > else \ > DISTRO="ALT"; \ > fi; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39612
:
9157
|
9158