Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/livecd-iso-to-bootable-tree.sh
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-02 23:35:30 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-02 23:35:30 (GMT)
commit6e35c255f5a906cb0dfed9d93b6bd445f2d7e005 (patch)
tree81e8ed72765ae0158545f97d162720e093fa06c8 /livecd-iso-to-bootable-tree.sh
parentf5e61bb219be16aeab13972c5fb1f0be23c91a0d (diff)
put {/usr,}/sbin in PATH
Diffstat (limited to 'livecd-iso-to-bootable-tree.sh')
-rwxr-xr-xlivecd-iso-to-bootable-tree.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/livecd-iso-to-bootable-tree.sh b/livecd-iso-to-bootable-tree.sh
index e98a347..907349d 100755
--- a/livecd-iso-to-bootable-tree.sh
+++ b/livecd-iso-to-bootable-tree.sh
@@ -16,6 +16,8 @@ exitclean() {
trap exitclean SIGINT SIGTERM
+PATH=/sbin:/usr/sbin:$PATH
+
ISO=$(readlink -f "$1")
ROOT=$(readlink -f "$2")