diff options
Diffstat (limited to 'release/SETUP')
-rw-r--r-- | release/SETUP | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/SETUP b/release/SETUP index 56da063e..319a948b 100644 --- a/release/SETUP +++ b/release/SETUP @@ -1,6 +1,8 @@ #!/bin/bash # Setup critical hurd translators +PATH=/bin:/sbin + BOOT_DEV="$1" if [ ! "$BOOT_DEV" ]; then echo "No device to install a boot loader was specified." |