Quick Installation Instructions
This document gives very abbreviated instructions on how to build a system using the GNU/Linux System Architect Toolkit (a.k.a. Architect). Beginners should refer to the document entitled learning-install for a more detailed explanation of what is going on here and why.
Note: Refer to the bootstrap-stages document prior to executing the instructions below.
On the development system
- Create a filesystem on a spare partition and mount it on /mnt.
- Create a Filesytem Hierarchy Standard (FHS) compliant directory structure under /mnt.
- Build the packages listed in stage one and install them under /mnt.
- Build a Linux kernel and install it as /mnt/boot/vmlinuz.
- Create /mnt/dev/console.
- Copy the architect toolkit tar-gz file to /mnt/root.
- Reconfigure the boot loader to include the new partition.
On the architect-built system
- Boot into the system with the kernel options 'rw init=/bin/sh'.
- Create additional device nodes with MAKEDEV.
- Build and install the packages listed in stage two.
- Build and install the packages listed in stage three.
- Build and install any desired optional packages.
- Customize the configuration files in /etc.
- Reboot and enjoy!