rs changes (also use driver configurations in the image ramdisk)
This commit is contained in:
6
etc/rs.single
Normal file
6
etc/rs.single
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 'Recovery' script that doesn't. This script is to be used for drivers that
|
||||
# should not be restarted. Instead, the scripts configures the driver 'down'.
|
||||
echo "Arguments: $@" >/dev/console
|
||||
service down "$1"
|
||||
Reference in New Issue
Block a user