initial import
This commit is contained in:
parent
f8b4ed3351
commit
a8b69a8db2
35 changed files with 11590 additions and 0 deletions
4
etc/udev/rules.d/99-hide-partitions.rules
Normal file
4
etc/udev/rules.d/99-hide-partitions.rules
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# hide a system partition, such as Windows, from Linux desktops (udisks)
|
||||
|
||||
KERNEL=="sda1",ENV{UDISKS_IGNORE}="1"
|
||||
KERNEL=="sda2",ENV{UDISKS_IGNORE}="1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue