summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-06-19 14:05:57 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-19 14:05:57 +0200
commit8e0eadfa90127c7cd52ce4627973a88a899c6dba (patch)
tree7eaf65cd9728d2cc83f89ea8c18e44ee0bdd8ea3 /debian
parent662b81a286f3dfa418ba15fba3fefccddb6d7efb (diff)
postinst: Drop path from arcboot invocation
Diffstat (limited to 'debian')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 71e956d..20821a2 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -22,7 +22,7 @@ label=linux
append="root=$ROOTDEVICE"
EOF
fi
- /usr/sbin/arcboot $RET
+ arcboot $RET
;;