Mageia Bugzilla – Attachment 3217 Details for
Bug 8335
After live cd install, on first reboot, adding repositories fails on real HW (Undefined subroutine &services::start called at /usr/sbin/finish-install line 109)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to add require services to finish-install
finish-install.patch (text/plain), 296 bytes, created by
Dave Hodgins
on 2012-12-09 03:15:54 CET
(
hide
)
Description:
Patch to add require services to finish-install
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2012-12-09 03:15:54 CET
Size:
296 bytes
patch
obsolete
>--- /usr/sbin/finish-install.original 2012-11-06 05:25:28.000000000 -0500 >+++ /usr/sbin/finish-install 2012-12-08 21:01:38.000000000 -0500 >@@ -101,6 +101,7 @@ > } > > sub ask_network() { >+ require services; > require network::tools; > return if network::tools::has_network_connection(); >
--- /usr/sbin/finish-install.original 2012-11-06 05:25:28.000000000 -0500 +++ /usr/sbin/finish-install 2012-12-08 21:01:38.000000000 -0500 @@ -101,6 +101,7 @@ } sub ask_network() { + require services; require network::tools; return if network::tools::has_network_connection();
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8335
: 3217