Magellan Linux

Diff of /alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh

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

revision 525 by niro, Fri Jun 27 23:31:48 2008 UTC revision 526 by niro, Fri Jun 27 23:32:03 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  #  #
3  # $Header: /home/cvsd/alx-cvs/alx-src/alxinstall-ng/bin/alxinstall-ng.sh,v 1.11 2008-06-27 23:31:48 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxinstall-ng/bin/alxinstall-ng.sh,v 1.12 2008-06-27 23:32:03 niro Exp $
4  #  #
5  # AutoSta_LX Installation Script  # AutoSta_LX Installation Script
6  #  #
# Line 425  CHROOTEOF Line 425  CHROOTEOF
425    
426   ## enters chroot   ## enters chroot
427   mount -t proc proc ${INSTALLPATH}/proc   mount -t proc proc ${INSTALLPATH}/proc
428   mount -t sysfs sysfs ${INSTALLPATH}/sysfs   mount -t sysfs sysfs ${INSTALLPATH}/sys
429   mount -o bind /dev ${INSTALLPATH}/dev   mount -o bind /dev ${INSTALLPATH}/dev
430   chroot ${INSTALLPATH} /bin/bash --rcfile /root/.bashrc -i   chroot ${INSTALLPATH} /bin/bash --rcfile /root/.bashrc -i
431   umount ${INSTALLPATH}/proc   umount ${INSTALLPATH}/proc

Legend:
Removed from v.525  
changed lines
  Added in v.526