Magellan Linux

Diff of /trunk/mkinitrd-magellan/livecd/linuxrc.sh

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

revision 1792 by niro, Mon Apr 2 11:39:05 2012 UTC revision 1793 by niro, Mon Apr 2 11:40:49 2012 UTC
# Line 255  then Line 255  then
255  fi  fi
256    
257  echo "-- Switching to real sysroot ..."  echo "-- Switching to real sysroot ..."
258  umount /dev  mount --move /dev /sysroot/dev
259  umount /sys  mount --move /sys /sysroot/sys
260  umount /proc  mount --move /proc /sysroot/proc
261    
262  exec run-init /sysroot ${INITEXEC} $@ </sysroot/dev/console >/sysroot/dev/console  exec run-init /sysroot ${INITEXEC} $@ </sysroot/dev/console >/sysroot/dev/console

Legend:
Removed from v.1792  
changed lines
  Added in v.1793