rs changes (also use driver configurations in the image ramdisk)

This commit is contained in:
Philip Homburg
2006-10-31 13:35:04 +00:00
parent 9ac537eb7c
commit 0c1d433f60
11 changed files with 197 additions and 30 deletions

6
etc/rs.single Normal file
View 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"