mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
fix nandwrite
This commit is contained in:
@@ -21,6 +21,10 @@ if [ -f /tmp/zImage ]; then
|
||||
rm -f /tmp/zImage
|
||||
fi
|
||||
|
||||
if [ ! -f /bin/busybox.nosuid ]; then
|
||||
ln -sf "busybox" "/bin/busybox.nosuid"
|
||||
fi
|
||||
|
||||
KERNEL=`uname -r`
|
||||
IMAGE=ImageBoot
|
||||
IMAGENEXTBOOT=/ImageBoot/.neonextboot
|
||||
|
||||
Reference in New Issue
Block a user