mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-05 05:35:39 +01:00
Update neoinitmips_vu
This commit is contained in:
@@ -29,7 +29,7 @@ else
|
|||||||
for item in $orgimag1; do
|
for item in $orgimag1; do
|
||||||
selectmnt=`blkid | sed '/$selectinstall/!d' | cut -d":" -f1`
|
selectmnt=`blkid | sed '/$selectinstall/!d' | cut -d":" -f1`
|
||||||
if [ $selectmnt == $item ]; then
|
if [ $selectmnt == $item ]; then
|
||||||
echo "selectmnt=" $selectmnt
|
echo "selectmnt is:" $selectmnt
|
||||||
mnttest="uuid"
|
mnttest="uuid"
|
||||||
mount $selectmnt $NEO > /dev/null 2>&1
|
mount $selectmnt $NEO > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user