mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-31 07:51:08 +03:00
15 lines
289 B
Bash
15 lines
289 B
Bash
#!/bin/bash
|
|
|
|
export UDEV_TEST=yes
|
|
export 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
|