mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
add normal directories to path for chroot calls
This commit is contained in:
parent
39796634e3
commit
4150454e1c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user