Skip to content

Commit

Permalink
Do not offer to mount adrv and ydrv in bootmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
mavrothal committed May 31, 2014
1 parent 471f518 commit 673e155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion woof-code/rootfs-skeleton/usr/sbin/bootmanager
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ extrasfs_func() {
for ONESFS in $ALLSFSLIST
do
BASEONESFS="`basename $ONESFS`" #100711
[ "`echo "$BASEONESFS" | grep '^z'`" != "" ] && continue #100809
[ "`echo "$BASEONESFS" | grep '^zdrv'`" != "" ] && continue #100809
[ "`echo "$BASEONESFS" | grep '^adrv'`" != "" ] && continue
[ "`echo "$BASEONESFS" | grep '^ydrv'`" != "" ] && continue
[ "`echo "$BASEONESFS" | grep '^pup_'`" != "" ] && continue #100809
[ "`echo "$BASEONESFS" | grep "^${DISTRO_FILE_PREFIX}\\-[0-9][0-9][0-9]\\.sfs$"`" != "" ] && continue #100809
[ "`echo "$BASEONESFS" | grep "^${DISTRO_FILE_PREFIX}[rz]"`" != "" ] && continue #100809
Expand Down

0 comments on commit 673e155

Please sign in to comment.