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