mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
11 lines
149 B
Bash
11 lines
149 B
Bash
#!/bin/sh
|
|
export ACTION=add
|
|
#export ACTION=remove
|
|
|
|
export DEVPATH=/block/hda
|
|
export DEVPATH=/block/sda/sda1
|
|
export DEVPATH=/block/sda
|
|
|
|
|
|
./udev block
|