Magellan Linux

Diff of /mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2734 by niro, Thu Aug 11 14:51:25 2011 UTC revision 2741 by niro, Thu Aug 11 16:41:47 2011 UTC
# Line 110  if [[ ! -e /dev/root ]] Line 110  if [[ ! -e /dev/root ]]
110  then  then
111   echo "fixing missing /dev/root symlink ..."   echo "fixing missing /dev/root symlink ..."
112   rootdev=$(basename $(mount | grep ' / ' | cut -d' ' -f1))   rootdev=$(basename $(mount | grep ' / ' | cut -d' ' -f1))
113   [[ ! -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root   [[ -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root
114  fi  fi
115    
116  # update mage3 -> mage4  # update mage3 -> mage4

Legend:
Removed from v.2734  
changed lines
  Added in v.2741