aboutsummarylogtreecommitdiffstats
path: root/README
blob: e540523ec14b97045d3d6b3fad2928b32cd42415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
IF YOU ARE IN A HURRY
=====================

From a directory that contains a PKGBUILD, run:

	arch.build i686

This will build the package for the given architecture. You may also append a
list of repositories to use on top of [core], [extra], and [community], for
instance:

	arch.build x86_64 testing multilib-testing multilib


FOR BETTER PERFORMANCE
======================

Enable hardware virtualization.

Make /tmp a tmpfs. (This is where the copy-on-write drive is stored.)

Install a caching pacman mirror proxy on your local network and use it.


REQUIREMENTS FOR ARCH.INSTALL
=============================

The arch.install script creates an Arch Linux disk image which:
- has [base] and [base-devel] installed
- has a "user" user able to sudo at will
- boots unattended with networking enabled
- runs an SSH daemon accepting the host user's keys

Once created, this disk image is read-only most of the time: the virtual
machines created in arch.build use copy-on-write on top of it.