Sunday, 8. April 2007, 01:35:13
The basic nature fom Arch Linux
What is Arch Linux?Arch Linux is an i686-optimized linux distribution that was originally based on ideas from CRUX, a great distribution developed by Per Lidén.
Arch is fast, lightweight, flexible and simple. Those aren't very fancy buzzwords but they're all true. Arch is optimized for the i686 processor, so you get more for your cpu cycle. It's lightweight compared to RedHat et al, and its simple design makes it easy to extend and mold into whatever kind of system you're building.
This is backed by an easy-to-use binary package system that allows you to upgrade your entire system with one command. Arch also uses a ports-like package build system (Arch Build System) to make it easy to build packages, which can also be synchronized with one command. Oh yeah, and you can rebuild your entire system with one command, too. Everything is done quite simply and transparently.
Arch Linux strives to maintain the latest stable version of its software.
Arch Linux also strives to use some of the newer features that are available to linux users, such as hotplug and udev support. Arch Linux 0.8. (Voodoo) uses the 2.6 Linux kernel and udev by default.
Lightweight and simple. Note that doesn't mean it's for everyone....
NOT designed as a newbie distro; it's intended for more experienced users. The aim is to develop Arch into as nearly a perfect base as is humanly possible. A base doesn't include fancy tools and auto configuration mechanisms, but rather contains manual configuration tools and few functions, for the users to further develop and/or learn on their own.
The core development of Arch Linux will NOT be providing any "newbie-friendly" GUIs/utilities at any time in the near future.Part 1Step 1: I have download the Full Arch Linux Version 0.8 (Voodoo) here from the
Mirrors via Http
Step 2: Burn the CD Imagine
Step 3: Base Installation
Step 4:Configure /etc/rc.conf
This is the main configuration file for Arch Linux. It allows you to set your keyboard, timezone, hostname, network, daemons to run and modules to load at bootup, profiles, and more. You should read through all the settings in this file and make sure you understand them:
eth0="dhcp"
This was my only changes!
Step 5: Install the Kernel
Install Kernel will ask you which kernel image to install on your hard drive.
Recommended: Install the stock 2.6.x kernel with SCSI/SATA/IDE support. The exact support each 2.6.x kernel has will depend on how you have configured your initial ramdisk, but the default has support for all known SCSI, SATA, and IDE systems. See the System Configuration section for more information about the initrd.
Please note that Arch Linux uses the 2.6 kernel by default.
Step 6: Install Bootloader
Install Bootloader will install a bootloader on your hard drive, either GRUB (recommended) or LILO, depending on your personal preference.
Before installing the bootloader, the setup script will want you to examine the appropriate configuration file to confirm the proper settings. Make sure you know what your root (and /boot, if you have it) partitions are.
If you choose to install LILO, the bootloader will be automatically installed according to your settings in the configuration file, whilst GRUB demands the selection of a partition to install the bootloader to. Here you should choose what you would enter as the boot option of LILO, which is usually the entry named /dev/hda, as it refers the master boot record of the first hard disk. Detailed error messages can be found as usual on VC5 (virtual console 5), if anything goes wrong.
If you plan on setting up a multiboot system, it might be a better option to install the bootloader in your root or /boot partition, and refer to that boot sector from whatever other boot loader you want to reside in the master boot record.
Installing a boot loader in the MBR will relentlessly overwrite any existing bootloader! Make sure you understand the implications of that if you're running a multiboot system, or want to preserve an installed bootloader from another OS!
Step 7: Exit and Reboot
You think that's it, think again........


Part 2 will follow in the next days 