60-udev.sh (91B) download
1if [ -z "$VIRTUALIZATION" ]; then
2 msg "Stopping udev..."
3 udevadm control --exit
4fi
unix/fiss-linuxetc/stop.d/60-udev.sh in master | |
Repositories | Summary | Log | Files | LICENSE |
60-udev.sh (91B) download
1if [ -z "$VIRTUALIZATION" ]; then
2 msg "Stopping udev..."
3 udevadm control --exit
4fi