website diff en/doc/handbook/chroot-env.html @ rev 124
en: Tidy up Tazwok Manual & typos
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Jul 26 20:47:49 2008 +0000 (2008-07-26) |
parents | f0c0c73578c0 |
children | 442ece8703dd |
line diff
1.1 --- a/en/doc/handbook/chroot-env.html Sat Jun 14 14:48:17 2008 +0000 1.2 +++ b/en/doc/handbook/chroot-env.html Sat Jul 26 20:47:49 2008 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.5 <meta name="description" content="slitaz English handbook" /> 1.6 <meta name="expires" content="never" /> 1.7 - <meta name="modified" content="2008-02-26 18:30:00" /> 1.8 + <meta name="modified" content="2008-07-26 21:45:00" /> 1.9 <meta name="publisher" content="www.slitaz.org" /> 1.10 <meta name="author" content="Christophe Lincoln" /> 1.11 <link rel="shortcut icon" href="favicon.ico" /> 1.12 @@ -93,7 +93,7 @@ 1.13 mount -t devpts devpts $ROOTFS/dev/pts 1.14 mount -t tmpfs shm $ROOTFS/dev/shm 1.15 1.16 -echo "Chrooting in $ROOTFS... " 1.17 +echo "Chrooting into $ROOTFS... " 1.18 chroot $ROOTFS /bin/sh --login 1.19 1.20 # Unmount virtual Kernel file systems on exit. 1.21 @@ -105,7 +105,7 @@ 1.22 #umount $ROOTFS/tmp 1.23 #umount $ROOTFS/dev 1.24 1.25 -echo "Exiting of $ROOTFS chroot environment... " 1.26 +echo "Exiting $ROOTFS chroot environment... " 1.27 1.28 EOF 1.29 </pre>