dv2 installation

Difference between revision 1 and current revision

Summary: * Installation using CD. Customized package selection, everything deselected except base utilities. * Log in for the first time * Create swap file: . . .

No diff available.

 # dd if=/dev/zero of=/swapfile1 bs=1024 count=262144
 # mkswap /swapfile1
 # swapon /swapfile1
 # chmod 640 /swapfile
 /swapfile1 swap swap defaults 0 0

Todo: