If I'm reading the code correctly, /usr/sbin/finish-install needs to have a line added with require services; In a vb install, where it works, journalctl shows ... Dec 08 18:53:11 localhost finish-install[1791]: calling ask_network Dec 08 18:53:11 localhost finish-install[1791]: calling ask_urpmi On a real hardware install, where it fails, journalctl shows ... Dec 08 18:35:05 localhost finish-install[1845]: calling ask_network Dec 08 18:35:05 localhost finish-install[1845]: ask_network failed: Undefined subroutine &services::start called at /usr/sbin/finish-install line 109. Dec 08 18:35:05 localhost finish-install[1845]: calling ask_urpmi Why it's working in a vb install, I have no idea.
Whiteboard: (none) => 3beta1
Created attachment 3217 [details] Patch to add require services to finish-install I've confirmed that applying the attached patch, while running from a live iso, before installing to the hard drive, fixes the problem.
Keywords: (none) => PATCHSource RPM: drakx-finish-install-14.50-1.mga3 => drakxtools-14.50-1.mga3
CC: (none) => mageiaSummary: After live cd install, on first reboot, adding repositories fails on real hardware. => 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)
Thx!!! Fixed in SVN (and credited to you)
Status: NEW => RESOLVEDResolution: (none) => FIXED