Mageia Bugzilla – Attachment 11094 Details for
Bug 24878
Installer / rescue issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to rescue system to start udevd
0001-Enable-udevd-in-rescue-system-to-support-lvm2-mga-24.patch (text/plain), 1.29 KB, created by
Martin Whitaker
on 2019-06-15 00:23:01 CEST
(
hide
)
Description:
Patch to rescue system to start udevd
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2019-06-15 00:23:01 CEST
Size:
1.29 KB
patch
obsolete
>From 97d0e264310e5264b6a6a30b984dea5a92f4be1c Mon Sep 17 00:00:00 2001 >From: Martin Whitaker <mageia@martin-whitaker.me.uk> >Date: Fri, 14 Jun 2019 21:40:35 +0100 >Subject: [PATCH] Enable udevd in rescue system to support lvm2 (mga#24878). > > >diff --git a/rescue/NEWS b/rescue/NEWS >index f5bf6b98a..832ebe18b 100644 >--- a/rescue/NEWS >+++ b/rescue/NEWS >@@ -1,3 +1,5 @@ >+- start udevd to support lvm2 (mga#24878) >+ > Version 1.61 - 11 May 2019 by Thomas Backlund > > - update filelist for new systemd >diff --git a/rescue/list.xml b/rescue/list.xml >index 0177a0b6e..d1d7cfb79 100644 >--- a/rescue/list.xml >+++ b/rescue/list.xml >@@ -348,6 +348,13 @@ > scsi_id > </from> > >+<from dir="/usr/lib/udev/hwdb.d"> >+ 20-pci-classes.hwdb >+ 20-pci-vendor-model.hwdb >+ 20-usb-classes.hwdb >+ 20-usb-vendor-model.hwdb >+</from> >+ > <from dir="/usr/lib/udev/rules.d"> > 10-dm.rules > 11-dm-lvm.rules >diff --git a/rescue/tree/usr/bin/mageia-rescue b/rescue/tree/usr/bin/mageia-rescue >index c9dd35661..5d21bc355 100755 >--- a/rescue/tree/usr/bin/mageia-rescue >+++ b/rescue/tree/usr/bin/mageia-rescue >@@ -1,5 +1,9 @@ > #!/bin/sh > >+systemctl start systemd-udevd >+udevadm trigger --type=subsystems --action=add >+udevadm trigger --type=devices --action=add >+ > # disable the weird echoprt in cooked mode for user interaction: > stty sane > >-- >2.21.0 >
From 97d0e264310e5264b6a6a30b984dea5a92f4be1c Mon Sep 17 00:00:00 2001 From: Martin Whitaker <mageia@martin-whitaker.me.uk> Date: Fri, 14 Jun 2019 21:40:35 +0100 Subject: [PATCH] Enable udevd in rescue system to support lvm2 (mga#24878). diff --git a/rescue/NEWS b/rescue/NEWS index f5bf6b98a..832ebe18b 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +- start udevd to support lvm2 (mga#24878) + Version 1.61 - 11 May 2019 by Thomas Backlund - update filelist for new systemd diff --git a/rescue/list.xml b/rescue/list.xml index 0177a0b6e..d1d7cfb79 100644 --- a/rescue/list.xml +++ b/rescue/list.xml @@ -348,6 +348,13 @@ scsi_id </from> +<from dir="/usr/lib/udev/hwdb.d"> + 20-pci-classes.hwdb + 20-pci-vendor-model.hwdb + 20-usb-classes.hwdb + 20-usb-vendor-model.hwdb +</from> + <from dir="/usr/lib/udev/rules.d"> 10-dm.rules 11-dm-lvm.rules diff --git a/rescue/tree/usr/bin/mageia-rescue b/rescue/tree/usr/bin/mageia-rescue index c9dd35661..5d21bc355 100755 --- a/rescue/tree/usr/bin/mageia-rescue +++ b/rescue/tree/usr/bin/mageia-rescue @@ -1,5 +1,9 @@ #!/bin/sh +systemctl start systemd-udevd +udevadm trigger --type=subsystems --action=add +udevadm trigger --type=devices --action=add + # disable the weird echoprt in cooked mode for user interaction: stty sane -- 2.21.0
View Attachment As Raw
Actions:
View
Attachments on
bug 24878
:
11052
|
11053
| 11094