add normal directories to path for chroot calls

This commit is contained in:
Trammell hudson 2018-02-02 15:50:17 -05:00
parent 39796634e3
commit 4150454e1c
Failed to extract signature

View File

@ -3,7 +3,7 @@ mknod /dev/ttyprintk c 5 3
echo "hello world" > /dev/ttyprintk
# Setup our path
export PATH=/sbin:/bin
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
# This is the very first script invoked by the Linux kernel and is
# running out of the ram disk. There are no fileysstems mounted.