Fix path in chroot
This commit is contained in:
parent
2111735d98
commit
0f0b6e181f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ sudo chroot ${ROOT} /bin/busybox --install -s
|
||||||
echo "installed busybox"
|
echo "installed busybox"
|
||||||
|
|
||||||
|
|
||||||
printf "export PATH=/bin:/usr/bin:/usr/sbin:\nexport JOBS=16\n" > ${ROOT}/etc/iglupkg.conf
|
printf "export PATH=/usr/sbin:/usr/bin:/sbin:/bin:\nexport JOBS=16\n" > ${ROOT}/etc/iglupkg.conf
|
||||||
|
|
||||||
echo "---------------------------------"
|
echo "---------------------------------"
|
||||||
echo " Kayboard configuration"
|
echo " Kayboard configuration"
|
||||||
|
|
Loading…
Reference in a new issue