diff --git a/files/SETUP b/files/SETUP index 38adeb63..12e442b1 100644 --- a/files/SETUP +++ b/files/SETUP @@ -1,7 +1,7 @@ #!/bin/bash # Setup critical hurd translators -PATH=/tools/bin:/tools/sbin:/bin:/sbin +PATH=/bin:/sbin:/hurd # BOOT_DEV="$1" # if [ ! "$BOOT_DEV" ]; then diff --git a/files/rc b/files/rc index 43b331ab..52ef2d26 100755 --- a/files/rc +++ b/files/rc @@ -1,6 +1,6 @@ #!/bin/bash -PATH=/tools/bin:/tools/sbin:/bin:/sbin +PATH=/bin:/sbin:/hurd # Set up swap space. This will complain if no default pager is functioning. swapon -a diff --git a/files/runsystem b/files/runsystem index 7779da13..98d7f425 100755 --- a/files/runsystem +++ b/files/runsystem @@ -11,7 +11,7 @@ ### Where to find programs, etc. ### -PATH=/bin:/sbin:/tools/bin:/tools/sbin +PATH=/bin:/sbin:/hurd export PATH umask 022 diff --git a/files/runsystem.hurd b/files/runsystem.hurd index c7ac9f6a..60f9e72c 100644 --- a/files/runsystem.hurd +++ b/files/runsystem.hurd @@ -11,13 +11,13 @@ ### Where to find programs, etc. ### -PATH=/tools/bin:/tools/sbin:/bin:/sbin +PATH=/bin:/sbin:/hurd export PATH umask 022 # If we lose badly, try to exec each of these in turn. -fallback_shells='/tools/bin/bash /bin/sh /bin/bash /bin/csh /bin/ash /bin/shd' +fallback_shells='/bin/sh /bin/bash /bin/dash /bin/csh /bin/ash /bin/shd' # Shell used for normal single-user startup. SHELL=/bin/bash