Mageia Bugzilla – Attachment 6659 Details for
Bug 15999
MGA5 RC KDE livedvd, 64 bit, installer fails to launch from icon (INTERNAL ERROR: unknown device sda1)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
draklive-install: probe hds & wait for udev to create nodes (2/2)
15999b.diff (text/plain), 838 bytes, created by
Thierry Vignaud
on 2015-05-28 15:56:20 CEST
(
hide
)
Description:
draklive-install: probe hds & wait for udev to create nodes (2/2)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-05-28 15:56:20 CEST
Size:
838 bytes
patch
obsolete
>commit aef8c4eeaed4126cd4883a5197d6abe5f662d91c >Author: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu May 28 09:47:58 2015 -0400 > > make sure all disks & partitions are detected > > ans especially make sure their devices were created by udevd > >diff --git a/draklive-install b/draklive-install >index 42ac2f1..93a5b3b 100755 >--- a/draklive-install >+++ b/draklive-install >@@ -130,6 +130,8 @@ sub umount_first_pass() { > sub init_hds { > my ($in, $all_hds, $fstab, $live_media) = @_; > my $wait = $in->wait_message('', N("Please wait")); >+ # make sure all disks & partitions are detected (& their devices created by udevd): >+ modules::load_category($o->{modules_conf}, 'disk/ide|hardware_raid|sata|firewire'); > umount_first_pass(); > eval { fs::any::get_hds($all_hds, $fstab, [], {}, 'skip_mtab', $in) }; >
commit aef8c4eeaed4126cd4883a5197d6abe5f662d91c Author: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu May 28 09:47:58 2015 -0400 make sure all disks & partitions are detected ans especially make sure their devices were created by udevd diff --git a/draklive-install b/draklive-install index 42ac2f1..93a5b3b 100755 --- a/draklive-install +++ b/draklive-install @@ -130,6 +130,8 @@ sub umount_first_pass() { sub init_hds { my ($in, $all_hds, $fstab, $live_media) = @_; my $wait = $in->wait_message('', N("Please wait")); + # make sure all disks & partitions are detected (& their devices created by udevd): + modules::load_category($o->{modules_conf}, 'disk/ide|hardware_raid|sata|firewire'); umount_first_pass(); eval { fs::any::get_hds($all_hds, $fstab, [], {}, 'skip_mtab', $in) };
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15999
:
6623
|
6626
|
6657
|
6658
| 6659 |
6663