commit 16a7d4d46bbeb0fb547481e39f4512e65da5d36e parent 2659b5b23e923a635505364731ffd6f76e1bf8e7 Author: sin <sin@2f30.org> Date: Wed, 21 Aug 2013 11:30:26 +0100 Fix PATH Diffstat:
M | suckless-initramfs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless-initramfs b/suckless-initramfs @@ -78,7 +78,7 @@ cd - cat << EOF > initramfs/init #!/bin/sh -export PATH=/sbin:/bin +export PATH=/bin:/sbin mount -t sysfs sysfs /sys mount -t proc proc /proc