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

(-)b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi (+19 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<deviceinfo version="0.2">
4
  <device>
5
    <match key="volume.fsusage" string="filesystem">
6
      <match key="@block.storage_device:storage.hotpluggable" bool="false">
7
        <match key="@block.storage_device:storage.removable" bool="false">
8
          <match key="volume.is_mounted" bool="true">
9
            <merge key="volume.ignore" type="bool">true</merge>
10
            <!-- Show /media/ mounted devices -->
11
            <match key="volume.mount_point" prefix="/media">
12
              <merge key="volume.ignore" type="bool">false</merge>
13
            </match>
14
          </match>
15
        </match>
16
      </match>
17
    </match>
18
  </device>
19
</deviceinfo>
(-)fdi/policy/10osvendor/Makefile.am~ (-1 / +2 lines)
Lines 11-17 Link Here
11
	10-x11-input.fdi		\
11
	10-x11-input.fdi		\
12
	15-storage-luks.fdi		\
12
	15-storage-luks.fdi		\
13
	20-storage-methods.fdi		\
13
	20-storage-methods.fdi		\
14
	30-wol.fdi
14
	30-wol.fdi			\
15
	95-storage-ignore-fixed-drives.fdi
15
16
16
if BUILD_KEYMAPS
17
if BUILD_KEYMAPS
17
dist_fdi_DATA += 10-keymap.fdi
18
dist_fdi_DATA += 10-keymap.fdi

Return to bug 232195