Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232195 | Differences between
and this patch

Collapse All | Expand All

(-)fdi/policy/10osvendor/99-storage-policy-fixed-drives.fdi (+11 lines)
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- --> 
2
3
<deviceinfo version="0.2">
4
<device>
5
  <match key="@block.storage_device:storage.hotpluggable" bool="false">
6
    <match key="@block.storage_device:storage.removable" bool="false">
7
      <merge key="volume.ignore" type="bool">true</merge>
8
    </match>
9
  </match>
10
</device>
11
</deviceinfo>
(-)fdi/policy/10osvendor/Makefile.am (-1 / +3 lines)
Lines 2-7 Link Here
2
fdidir = $(datadir)/hal/fdi/policy/10osvendor
2
fdidir = $(datadir)/hal/fdi/policy/10osvendor
3
3
4
dist_fdi_DATA = 			\
4
dist_fdi_DATA = 			\
5
	10-dockstation.fdi		\
5
	10-input-policy.fdi		\
6
	10-input-policy.fdi		\
6
	10-dockstation.fdi		\
7
	10-dockstation.fdi		\
7
	10-laptop-panel-mgmt-policy.fdi	\
8
	10-laptop-panel-mgmt-policy.fdi	\
Lines 11-17 Link Here
11
	10-x11-input.fdi		\
12
	10-x11-input.fdi		\
12
	15-storage-luks.fdi		\
13
	15-storage-luks.fdi		\
13
	20-storage-methods.fdi		\
14
	20-storage-methods.fdi		\
14
	30-wol.fdi
15
	30-wol.fdi			\
16
	99-storage-policy-fixed-drives.fdi
15
17
16
if BUILD_KEYMAPS
18
if BUILD_KEYMAPS
17
dist_fdi_DATA += 10-keymap.fdi
19
dist_fdi_DATA += 10-keymap.fdi

Return to bug 232195