Update backflash

This commit is contained in:
gutosie
2021-02-20 21:25:25 +02:00
committed by GitHub
parent 26323509ab
commit b438764bd9

View File

@@ -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