Magellan Linux

Diff of /trunk/mlivecdbuild/mlivecdbuild2.sh

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

revision 608 by niro, Sat Oct 13 00:03:57 2007 UTC revision 609 by niro, Sun Nov 11 11:41:57 2007 UTC
# Line 278  generate_dvd() Line 278  generate_dvd()
278    
279  enter_livecd()  enter_livecd()
280  {  {
281   mount -t sysfs sysfs ${CDCHROOTDIR}/proc   mount -t sysfs sysfs ${CDCHROOTDIR}/sys
282   mount -t proc proc ${CDCHROOTDIR}/proc   mount -t proc proc ${CDCHROOTDIR}/proc
283   mount -o bind /dev ${CDCHROOTDIR}/dev   mount -o bind /dev ${CDCHROOTDIR}/dev
284    
# Line 291  enter_livecd() Line 291  enter_livecd()
291   ftp_proxy=${ftp_proxy} \   ftp_proxy=${ftp_proxy} \
292   no_proxy=${no_proxy} \   no_proxy=${no_proxy} \
293   /bin/bash -i   /bin/bash -i
294    
295     umount ${CDCHROOTDIR}/dev
296     umount ${CDCHROOTDIR}/proc
297     umount ${CDCHROOTDIR}/sys
298  }  }
299    
300  usage()  usage()

Legend:
Removed from v.608  
changed lines
  Added in v.609