Magellan Linux

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

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

revision 1511 by niro, Fri May 27 14:42:36 2011 UTC revision 1512 by niro, Wed Sep 7 17:39:50 2011 UTC
# Line 210  else Line 210  else
210    
211   (cd ${CLOOPMOUNTDIR}; cp -a etc root home var /sysroot)   (cd ${CLOOPMOUNTDIR}; cp -a etc root home var /sysroot)
212    
213     # ensure that /sysroot/linurc exists
214     [ ! -e /sysroot/linuxrc ] && ln -snf ${INITEXEC} /sysroot/linuxrc
215    
216   # ensure the right permissions   # ensure the right permissions
217   chmod 1777 /sysroot/tmp   chmod 1777 /sysroot/tmp
218   chmod 1777 /sysroot/var/tmp   chmod 1777 /sysroot/var/tmp

Legend:
Removed from v.1511  
changed lines
  Added in v.1512