← Revision 8 as of 2005-10-03 18:13:35
Size: 3349
Comment: removed extra category references (-kq)
|
← Revision 9 as of 2007-08-23 10:38:05 →
Size: 2886
Comment: updated; etch
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
We (the NetworkOperationsTeam) have choosen to use Debian 3.0, aka 'woody' or 'stable', as our standard Linux distribution. See DebianLinux for more information. | |
Line 5: | Line 4: |
The general procedure for installing Debian is well-documented: |
== Overview == On CoreServer systems and many nodes which use normal PC hardware, the NetworkOperationsTeam uses the GNU/Linux distribution called Debian. See DebianLinux for general information. The normal procedure for installing Debian is well-documented: |
Line 9: | Line 12: |
While it may seem intimidating, that guide is very complete and effective. You may find it very helpful to read over it before beginning if you have not installed a Debian system before, and to refer to it if you run into problems. | Although it may seem intimidating, that guide is very complete and effective. You may find it helpful to read over it before beginning, especially if you have not installed a Debian system before, and to refer to it if you run into problems. |
Line 11: | Line 14: |
This document specifically refers to installing Debian GNU/Linux version 3.0, codename "woody", on x86 systems which are intended to be managed by the NetworkOperationsTeam. Many of these settings are not appropriate for home usage, unless one is hosting an ops-managed system. | This document specifically refers to installing Debian GNU/Linux version 4.0, codename 'etch', on x86 systems which are intended to be managed by the NetworkOperationsTeam. Many of these settings are not appropriate for home usage, unless one is hosting an ops-managed system. |
Line 18: | Line 21: |
1. Download and burn (or otherwise get a copy of) the Debian GNU/Linux 3.0 'woody' netinst disc. See (for example) [http://ftp.fi.debian.org/debian-minicd/woody-i386-1.iso here]. | 1. Download and burn (or otherwise get a copy of) the Debian GNU/Linux 4.0 'etch' netinst disc. See (for example) [http://ftp.us.debian.org/debian-cd/4.0_r1/i386/iso-cd/debian-40r1-i386-netinst.iso here]. |
Line 22: | Line 25: |
3. Install with a 2.4-series kernel by entering 'bf24' at the 'boot:' prompt. {{{ boot: bf24 }}} |
|
Line 30: | Line 27: |
5. Recently, the most common hard drive size that we have been using is ~2GiB. This is our preferred partition layout. | 5. Recently, the most common hard drive size that we have been using is ~2GiB. This is our usual partition layout: |
Line 32: | Line 29: |
|| ~128MiB || (hda1) primary partition 1 || Swap || || ~256MiB || (hda2) primary partition 2 || / (root) || || ~512MiB || (hda5) logical partition 1 || /usr || || ~512MiB || (hda6) logical partition 2 || /var || || ~640MiB || (hda7) logical partition 3 || /home || |
|| ~128MiB || (hda1) primary partition 1 || Swap || || ~256MiB || (hda2) primary partition 2 || `/` (root) || || ~512MiB || (hda5) logical partition 1 || `/usr` || || ~512MiB || (hda6) logical partition 2 || `/var` || || ~640MiB || (hda7) logical partition 3 || `/home` || |
Line 38: | Line 35: |
Increasing any of these sizes is acceptable - swap, /var and /home being likely candidates - and /home may be shrunk as small as about 400MiB. ext2 and ext3 are both acceptable as filesystems. | Increasing any of these sizes is acceptable - swap, `/var` and `/home` being likely candidates. Also, `/home` may be shrunk as small as about 400MiB. Generally, the ext3 filesystem should be used. |
Line 40: | Line 37: |
6. Continue following through the questions. Eventually, the system will reboot. Be sure to remove the CD like it says. |
6. Continue following through the questions. Eventually, the system will reboot. '''NOTE''' - the rest of this page needs to be updated for etch. |
Line 52: | Line 52: |
* If you're building an ops-managed node, continue following the UsingBuilderHowTo. * If you're building a non-ops-managed node, check out NewCloneArmyInstallMethodology. |
|
Line 55: | Line 53: |
== What Next? == | |
Line 56: | Line 55: |
== Addendum == You can make a custom partition layout, but if you are following the UsingBuilderHowTo, you must reconfigure GRUB after node.sh finishes. For SCSI disks or custom / (root) or /boot partitions, please reference the GRUB install section of the builder source code or for further information on grub see the grub manual. [http://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-using-grub-install.html] = Author = KeeganQuinn |
For nodes which will be managed by the NetworkOperationsTeam, continue with UsingBuilderHowTo. Otherwise, check out NewCloneArmyInstallMethodology. |
Line 67: | Line 59: |
Installing Debian GNU/Linux for Personal Telco use
Overview
On CoreServer systems and many nodes which use normal PC hardware, the NetworkOperationsTeam uses the GNU/Linux distribution called Debian. See DebianLinux for general information.
The normal procedure for installing Debian is well-documented:
http://www.debian.org/releases/stable/i386/install
Although it may seem intimidating, that guide is very complete and effective. You may find it helpful to read over it before beginning, especially if you have not installed a Debian system before, and to refer to it if you run into problems.
This document specifically refers to installing Debian GNU/Linux version 4.0, codename 'etch', on x86 systems which are intended to be managed by the NetworkOperationsTeam. Many of these settings are not appropriate for home usage, unless one is hosting an ops-managed system.
These instructions must be followed precisely by users who are following the UsingBuilderHowTo.
Installation procedure
1. Download and burn (or otherwise get a copy of) the Debian GNU/Linux 4.0 'etch' netinst disc. See (for example) [http://ftp.us.debian.org/debian-cd/4.0_r1/i386/iso-cd/debian-40r1-i386-netinst.iso here].
2. Boot your target system using the netinst disc.
4. Follow through the questions until you see the option to partition a hard disk.
5. Recently, the most common hard drive size that we have been using is ~2GiB. This is our usual partition layout:
~128MiB |
(hda1) primary partition 1 |
Swap |
~256MiB |
(hda2) primary partition 2 |
/ (root) |
~512MiB |
(hda5) logical partition 1 |
/usr |
~512MiB |
(hda6) logical partition 2 |
/var |
~640MiB |
(hda7) logical partition 3 |
/home |
Increasing any of these sizes is acceptable - swap, /var and /home being likely candidates. Also, /home may be shrunk as small as about 400MiB. Generally, the ext3 filesystem should be used.
6. Continue following through the questions. Eventually, the system will reboot.
NOTE - the rest of this page needs to be updated for etch.
7. After rebooting, the system will congratulate you and continue to ask questions.
- Enable all password options - shadow and MD5 encryption.
- Only create the root user.
DO NOT run tasksel or dselect.
- Do not configure 'exim', the mail system. (This is option #5 at one of the menus.)
- Accept the defaults for the other questions.
8. When you see a 'login:' prompt, the Debian base installation and configuration is complete.
What Next?
For nodes which will be managed by the NetworkOperationsTeam, continue with UsingBuilderHowTo. Otherwise, check out NewCloneArmyInstallMethodology.
[CategorySoftware] [CategoryNuCab] [CategoryDocumentation] [CategoryNetwork]