OSDN Git Service

Don't allow skipping formatting root
[pacbang-linux/installer-arch.git] / README.md
1 # ArchLabs Installer
2
3 #### Features
4
5 - LUKS/LVM setup
6 - Package & Session selection
7 - Full device auto partition
8
9 #### Requirements
10
11 - `dialog` displays user interactive dialogs.
12 - `rsync` copies the live base during install.
13 - `parted` partition management and querying info.
14 - `arch-install-scripts` simple chroot setup with arch-chroot
15 - `awk`, `sed`, `curl`, `coreutils`, `findutils`, `util-linux` misc tasks throughout the install.
16
17
18 #### Manual Installation
19
20 ```
21 curl -fSL https://bitbucket.org/archlabslinux/installer/raw/master/archlabs-installer -o /usr/bin/archlabs-installer
22 ```
23
24 ---
25
26 A packaged version can also be found in our repos:
27
28 - stable: https://bitbucket.org/archlabslinux/archlabs\_repo
29
30 - unstable: https://bitbucket.org/archlabslinux/archlabs\_unstable
31