Quickstart
Line 3: | Line 3: | ||
==Installing a Linux distribution== | ==Installing a Linux distribution== | ||
Use of Debian Squeeze is recommended for its stability, but you can use other Linux distributions as you wish. You can look for the proper option for your machine [http://www.debian.org/distrib/ here]. Installation guides are also available for the different supported architectures [http://www.debian.org/releases/stable/installmanual here]. | Use of Debian Squeeze is recommended for its stability, but you can use other Linux distributions as you wish. You can look for the proper option for your machine [http://www.debian.org/distrib/ here]. Installation guides are also available for the different supported architectures [http://www.debian.org/releases/stable/installmanual here]. | ||
+ | |||
+ | [http://8thstring.blogspot.com/2011/07/debian-squeeze-minimal-text-based.html This] website offers a screenshot based tutorial that explains how to make a bare-bones installation without a graphical desktop environment. Note | ||
+ | that you have to make a manual partition of the hard drive following the scheme shown in the next section. | ||
===Disk partitioning=== | ===Disk partitioning=== |
Revision as of 08:22, 31 August 2012
This document details the steps needed to get your x164 switch started.
Contents |
Installing a Linux distribution
Use of Debian Squeeze is recommended for its stability, but you can use other Linux distributions as you wish. You can look for the proper option for your machine here. Installation guides are also available for the different supported architectures here.
This website offers a screenshot based tutorial that explains how to make a bare-bones installation without a graphical desktop environment. Note that you have to make a manual partition of the hard drive following the scheme shown in the next section.
Disk partitioning
The recommended partition scheme is the following:
Partition | Size | File system | Comments |
---|---|---|---|
/boot | 500 MB | ext2 | |
swap | ~ | swap | Size should be the same as RAM |
/ | 20 GB | ext4 | |
/vz | ~ | ext4 | OpenVZ will be installed in this partition. It should take up the remainder of the available memory |
It is encouraged that you follow the order shown in the table when partitioning.
Updating and upgrading
After completing the installation you should run the following commands:
sudo apt-get update sudo apt-get upgrade
This ensures you have the latest version of the installed packages.