~diwic/udev/lp826662

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

export UDEV_TEST=yes
export UDEV_SYSFS_PATH=$PWD/sys/
export UDEV_CONFIG_DIR=$PWD/
export UDEV_ROOT=$PWD/udev/
export UDEV_DB=udev.tdb
export UDEV_CONFIG_FILE=label_test.config
export UDEV_PERMISSION_FILE=udev.permissions

export DEVPATH=block/sda
export ACTION=add

../udev block