Mageia Bugzilla – Attachment 3786 Details for
Bug 9334
Live DVD installer offers grub2, but fails to install it.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
set $::isInstall while installing bootloader
9334.diff (text/plain), 475 bytes, created by
Thierry Vignaud
on 2013-04-22 17:48:27 CEST
(
hide
)
Description:
set $::isInstall while installing bootloader
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2013-04-22 17:48:27 CEST
Size:
475 bytes
patch
obsolete
>diff --git a/draklive-install b/draklive-install >index 1ca651d..6c66936 100644 >--- a/draklive-install >+++ b/draklive-install >@@ -67,7 +67,10 @@ sub install_live() { > prepare_root($in); > copy_root($in, $copy_source); > complete_install($in, $all_hds); >- setup_bootloader($in, $all_hds, $fstab); >+ { >+ local $::isInstall = 1; >+ setup_bootloader($in, $all_hds, $fstab); >+ } > finish_installation($fstab); > display_end_message($in); > $in->exit(0);
diff --git a/draklive-install b/draklive-install index 1ca651d..6c66936 100644 --- a/draklive-install +++ b/draklive-install @@ -67,7 +67,10 @@ sub install_live() { prepare_root($in); copy_root($in, $copy_source); complete_install($in, $all_hds); - setup_bootloader($in, $all_hds, $fstab); + { + local $::isInstall = 1; + setup_bootloader($in, $all_hds, $fstab); + } finish_installation($fstab); display_end_message($in); $in->exit(0);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 9334
: 3786