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 2727 by niro, Thu Aug 11 09:32:02 2011 UTC revision 2728 by niro, Thu Aug 11 12:08:18 2011 UTC
# Line 170  then Line 170  then
170   if [[ ! -e /dev/root ]]   if [[ ! -e /dev/root ]]
171   then   then
172   rootdev=$(basename $(mount | grep ' / ' | cut -d' ' -f1))   rootdev=$(basename $(mount | grep ' / ' | cut -d' ' -f1))
173   [[ -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root   [[ ! -e /dev/${rootdev} ]] && ln -snf ${rootdev} /dev/root
174   fi   fi
175    
176   # export bootstrap to not start any services   # export bootstrap to not start any services

Legend:
Removed from v.2727  
changed lines
  Added in v.2728