|
Partitioning: We recommend you use a single partition for the root directory and one for swap (or if you know how to make swap to a file after install, just one partition will do). If you want all your data in a separate disk, mount it at /var/hda/files/
Disk Pooling: However, if you are planning to use the Greyhole Disk Pooling technology, it's strongly discouraged that you add your root partition to your storage pool. If your root partition (i.e. /) fills up, your system may be rendered unbootable.
DHCP vs. Static IP: To install, use a dynamic IP address to install. The Amahi installer will later set it to the static IP you set up here in your control panel.
Headless: Once it's all done,
you may want to not start graphics all the time, to make the
machine faster/more efficient. In that case, make sure /etc/inittab has a line like
this id:3:initdefault: i.e. with a 3 in it,
not with a 5 in it. This makes the default runlevel to 3,
which does not start X by default.
|