- pbl rewrite continued
- 0.701 - add management to GRUB_BACKGROUND - export section and write as global option - manage GRUB_DISABLE_OS_PROBER settings - use grub device name in /etc/default/grub_installdevice OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=69
This commit is contained in:
parent
ad2f4819ea
commit
aa7e06d367
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9dc97ff8acc2e528eec44ebef046062c889772edbf1ed8808219d5d28a3b7477
|
|
||||||
size 153311
|
|
3
perl-Bootloader-0.701.tar.bz2
Normal file
3
perl-Bootloader-0.701.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28be09be7352c61c0c1e7f791e8f810e45e8d5b2561283528aa51d0fa4ceeb81
|
||||||
|
size 154921
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 30 12:07:22 CEST 2012 - snwint@suse.de
|
||||||
|
|
||||||
|
- pbl rewrite continued
|
||||||
|
- 0.701
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 30 12:07:21 CEST 2012 - mchang@suse.com
|
||||||
|
|
||||||
|
- add management to GRUB_BACKGROUND
|
||||||
|
- export section and write as global option
|
||||||
|
- manage GRUB_DISABLE_OS_PROBER settings
|
||||||
|
- use grub device name in /etc/default/grub_installdevice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 23 16:52:34 CEST 2012 - snwint@suse.de
|
Thu Aug 23 16:52:34 CEST 2012 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.700
|
Version: 0.701
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
|
@ -311,7 +311,7 @@ if (defined $oper{add}) {
|
|||||||
chomp ($opt_trans);
|
chomp ($opt_trans);
|
||||||
|
|
||||||
#log what is translated
|
#log what is translated
|
||||||
$logger->milestone("translate :\n" . $0 . " " . join (" ", @ARGV));
|
$logger->milestone("translate: " . $0 . " " . join (" ", @ARGV));
|
||||||
|
|
||||||
# check whether translation only contains [a-zA-Z0-9 _]
|
# check whether translation only contains [a-zA-Z0-9 _]
|
||||||
# otherwise fall back to untranslated string
|
# otherwise fall back to untranslated string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user