Mageia Bugzilla – Attachment 9182 Details for
Bug 20620
Erroneous report that grub2 cannot be installed at end of Live install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
kill now useless is_mgalive()
0001-kill-now-useless-is_mgalive.patch (text/plain), 1.45 KB, created by
Thierry Vignaud
on 2017-04-03 17:21:52 CEST
(
hide
)
Description:
kill now useless is_mgalive()
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-04-03 17:21:52 CEST
Size:
1.45 KB
patch
obsolete
>From 1d76a9b37e531fc65e4111c541b06815e5279b00 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Mon, 3 Apr 2017 17:21:08 +0200 >Subject: [PATCH] kill now useless is_mgalive() > >--- > perl-install/common.pm | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > >diff --git a/perl-install/common.pm b/perl-install/common.pm >index 83ce5f9..16c2b94 100644 >--- a/perl-install/common.pm >+++ b/perl-install/common.pm >@@ -10,7 +10,7 @@ use run_program; > > use Exporter; > our @ISA = qw(Exporter); >-our @EXPORT = qw($SECTORSIZE N P N_ check_for_xserver files_exist formatTime MB formatXiB get_libdir get_parent_uid is_mgalive is_running is_uefi makedev mageia_release mageia_release_info removeXiBSuffix require_root_capability setVirtual set_alternative set_l10n_sort set_permissions to_utf8 translate unmakedev); >+our @EXPORT = qw($SECTORSIZE N P N_ check_for_xserver files_exist formatTime MB formatXiB get_libdir get_parent_uid is_running is_uefi makedev mageia_release mageia_release_info removeXiBSuffix require_root_capability setVirtual set_alternative set_l10n_sort set_permissions to_utf8 translate unmakedev); > > # perl_checker: RE-EXPORT-ALL > push @EXPORT, @MDK::Common::EXPORT; >@@ -718,14 +718,6 @@ sub get_libdir() { > arch() =~ /x86_64/ ? "lib64" : "lib"; > } > >-=item is_mgalive() >- >-Checks if we are in mga live mode >- >-=cut >- >-sub is_mgalive() { -e "/run/mgalive" } >- > =item is_uefi() > > Checks if we are on an uefi system >-- >2.9.3 >
From 1d76a9b37e531fc65e4111c541b06815e5279b00 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Mon, 3 Apr 2017 17:21:08 +0200 Subject: [PATCH] kill now useless is_mgalive() --- perl-install/common.pm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/perl-install/common.pm b/perl-install/common.pm index 83ce5f9..16c2b94 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -10,7 +10,7 @@ use run_program; use Exporter; our @ISA = qw(Exporter); -our @EXPORT = qw($SECTORSIZE N P N_ check_for_xserver files_exist formatTime MB formatXiB get_libdir get_parent_uid is_mgalive is_running is_uefi makedev mageia_release mageia_release_info removeXiBSuffix require_root_capability setVirtual set_alternative set_l10n_sort set_permissions to_utf8 translate unmakedev); +our @EXPORT = qw($SECTORSIZE N P N_ check_for_xserver files_exist formatTime MB formatXiB get_libdir get_parent_uid is_running is_uefi makedev mageia_release mageia_release_info removeXiBSuffix require_root_capability setVirtual set_alternative set_l10n_sort set_permissions to_utf8 translate unmakedev); # perl_checker: RE-EXPORT-ALL push @EXPORT, @MDK::Common::EXPORT; @@ -718,14 +718,6 @@ sub get_libdir() { arch() =~ /x86_64/ ? "lib64" : "lib"; } -=item is_mgalive() - -Checks if we are in mga live mode - -=cut - -sub is_mgalive() { -e "/run/mgalive" } - =item is_uefi() Checks if we are on an uefi system -- 2.9.3
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20620
:
9174
|
9175
|
9176
|
9177
| 9182