mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 04:35:47 +01:00
Update neoinitmips
This commit is contained in:
@@ -207,6 +207,9 @@ else
|
|||||||
break;
|
break;
|
||||||
fi
|
fi
|
||||||
TARGET=Flash
|
TARGET=Flash
|
||||||
|
if [ $NEODEVICE = "/media/hdd/" ]; then
|
||||||
|
mount /dev/sda1 /media/hdd
|
||||||
|
fi
|
||||||
if [ -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
if [ -f $NEODEVICE$IMAGEKATALOG/.neonextboot ]; then
|
||||||
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
TARGET=`cat $NEODEVICE$IMAGEKATALOG/.neonextboot`
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user