MTD 248-645A Manual de usuario Pagina 37

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 36
Linux From Scratch - Version 7.0
17
If using multiple partitions for LFS (e.g., one for / and another for /usr), mount them using:
mkdir -pv $LFS
mount -v -t ext3 /dev/<xxx> $LFS
mkdir -v $LFS/usr
mount -v -t ext3 /dev/<yyy> $LFS/usr
Replace <xxx> and <yyy> with the appropriate partition names.
Ensure that this new partition is not mounted with permissions that are too restrictive (such as the nosuid, nodev,
or noatime options). Run the mount command without any parameters to see what options are set for the mounted
LFS partition. If nosuid, nodev, and/or noatime are set, the partition will need to be remounted.
If you are using a swap partition, ensure that it is enabled using the swapon command:
/sbin/swapon -v /dev/<zzz>
Replace <zzz> with the name of the swap partition.
Now that there is an established place to work, it is time to download the packages.
Vista de pagina 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 346 347

Comentarios a estos manuales

Sin comentarios