diff --git a/NeoBoot/files/backflash b/NeoBoot/files/backflash index 2e808c8..4beba2f 100644 --- a/NeoBoot/files/backflash +++ b/NeoBoot/files/backflash @@ -50,7 +50,7 @@ if [ -e /.multinfo ]; then flash_eraseall /dev/mtd1 echo "Instalacja kernel do /dev/mtd1..." sleep 2 - /nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz + nandwrite -p /dev/mtd1 $NEOBOOTMOUNT$UPLOAD/.kernel/$BOXNAME.vmlinux.gz fi fi update-alternatives --remove vmlinux vmlinux-`uname -r` || true