diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-28 13:23:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-28 13:23:59 +0200 |
commit | 35c8150f713288319398ef855bbee58a49c855dd (patch) | |
tree | 2f21ecef9a9ab2efe0f56c56875c202e91860343 /package/alix-switch/files/alix-switch.postinst | |
parent | 6274e55f29fa492a2a34c437354c8fcc22e8a3d4 (diff) |
boot into rescue mode, when button is pressed once
Diffstat (limited to 'package/alix-switch/files/alix-switch.postinst')
-rw-r--r-- | package/alix-switch/files/alix-switch.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/alix-switch/files/alix-switch.postinst b/package/alix-switch/files/alix-switch.postinst index 6e0e60f12..28146bf44 100644 --- a/package/alix-switch/files/alix-switch.postinst +++ b/package/alix-switch/files/alix-switch.postinst @@ -1,3 +1,3 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf alix_switchd alix_switchd NO +add_rcconf alix_switch alix_switch YES |