From b438764bd9c1a17915588b3d3e0defa0f1cb6a13 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Feb 2021 21:25:25 +0200 Subject: [PATCH] Update backflash --- NeoBoot/files/backflash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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