|
2 | 2 | There are two ways to build, one is to use the actual Arch Linux and the other is to build on Docker. |
3 | 3 | Please refer to [This procedure] (DOCKER.md) for how to build with Docker. |
4 | 4 |
|
5 | | -When building on a real machine, the OS must be ArchLinux or Alter Linux. |
| 5 | +When building on a real machine, the OS must be Arch Linux or Alter Linux. |
6 | 6 | The following explains how to build on a real machine. |
7 | 7 |
|
8 | 8 | TWhen building directly on Arch or Alter, there are several ways to build. |
@@ -35,15 +35,15 @@ Install the packages required for building. |
35 | 35 | sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso |
36 | 36 | ``` |
37 | 37 |
|
38 | | -### TUIを使用する |
| 38 | +### Use the TUI |
39 | 39 | You can configure and build using `menuconfig`. |
40 | 40 |
|
41 | 41 | ```bash |
42 | 42 | make menuconfig |
43 | 43 | ``` |
44 | 44 |
|
45 | | -### GUIを使用する |
46 | | -GUIで設定を行ってビルドできます。 |
| 45 | +### Use the GUI |
| 46 | +You can configure and build with the GUI. |
47 | 47 |
|
48 | 48 | ```bash |
49 | 49 | python ./build-wizard.py |
@@ -90,14 +90,16 @@ Do this to build under the following conditions. |
90 | 90 | #### About channel |
91 | 91 | Channels switch between packages to install and files to include. |
92 | 92 | This mechanism makes it possible to build various versions of Alter Linux. |
93 | | -The following channels are supported as of May 5, 2020. |
| 93 | +The following channels are supported as of August 17, 2020. |
94 | 94 | See `./build.sh -h` for a complete list of channels. |
95 | 95 |
|
96 | 96 | Name | Purpose |
97 | 97 | --- | --- |
98 | 98 | xfce | Default channel with Xfce4 for desktop environment and various software added |
99 | 99 | plasma | Currently developing channel with Plasma and Qt apps |
100 | 100 | lxde | The lightest channel except releng, which contains only LXDE and minimal applications |
| 101 | +i3 | Lightest channel with the exception of the releng with i3 and customizable polybar |
| 102 | +cinnamon | Channels with Cinnamon and basic software |
101 | 103 | releng | A channel where you can build a pure Arch Linux live boot disk |
102 | 104 | rebuild | A special channel that rebuilds using the settings in the working directory |
103 | 105 |
|
|
0 commit comments