lo explique en el proyecto lfs.
Pero con las linux-live y el wifislax ya se deberia activar solas, o quizas era con el wifiway, o quizas ya en hdd no lo hace , bueno en definitiva es esto:
http://www.linuxfromscratch.org/lfs/view/stable/chapter02/creatingfilesystem.htmlIf a swap partition was created, it will need to be initialized for use by issuing the command below. If you are using an existing swap partition, there is no need to format it.
[code]
mkswap /dev/<yyy>
Replace <yyy> with the name of the swap partition. [/code]
http://www.linuxfromscratch.org/lfs/view/stable/chapter02/mounting.htmlIf 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.
osease
swapon -v /dev/zzz
donde zzz debe ser la particion swap ya creada, pero no montada.
repite varias veces el comando y sabras cual es la respuesta que te dice que esta ok