MTD 248-645A Manual de usuario Pagina 215

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 214
Linux From Scratch - Version 7.0
195
6.64. Cleaning Up
From now on, when reentering the chroot environment after exiting, use the following modified chroot command:
chroot "$LFS" /usr/bin/env -i \
HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
The reason for this is that the programs in /tools are no longer needed. Since they are no longer needed you can
delete the /tools directory if so desired.
Note
Removing /tools will also remove the temporary copies of Tcl, Expect, and DejaGNU which were used
for running the toolchain tests. If you need these programs later on, they will need to be recompiled and re-
installed. The BLFS book has instructions for this (see http://www.linuxfromscratch.org/blfs/).
If the virtual kernel file systems have been unmounted, either manually or through a reboot, ensure that the virtual
kernel file systems are mounted when reentering the chroot. This process was explained in Section 6.2.2, “Mounting
and Populating /dev” and Section 6.2.3, “Mounting Virtual Kernel File Systems”.
Vista de pagina 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 346 347

Comentarios a estos manuales

Sin comentarios