File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Alter Linuxの最新の開発状況は<a href="https://github.com/orgs/FascodeNe
7575
7676<h2 >〈特徴〉</h2 >
7777<ul >
78- <li>既に構築されたArchLinux環境をGUIでインストールできます </li>
78+ <li>既に構築されたArch Linux環境をGUIでインストールできます </li>
7979 <li>64bitだけでなく、32bit(i686)もリリースしています</li>
8080 <li>32bit版はPAE(物理アドレス拡張)を必要としません。</li>
8181 <li>既に完全に日本語化されており、インストールしてすぐに日本語入力を使用できます</li>
Original file line number Diff line number Diff line change 22There are two ways to build, one is to use the actual Arch Linux and the other is to build on Docker.
33Please refer to [ This procedure] (DOCKER.md) for how to build with Docker.
44
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.
66The following explains how to build on a real machine.
77
88TWhen building directly on Arch or Alter, there are several ways to build.
@@ -35,15 +35,15 @@ Install the packages required for building.
3535sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
3636```
3737
38- ### TUIを使用する
38+ ### Use the TUI
3939You can configure and build using ` menuconfig ` .
4040
4141``` bash
4242make menuconfig
4343```
4444
45- ### GUIを使用する
46- GUIで設定を行ってビルドできます。
45+ ### Use the GUI
46+ You can configure and build with the GUI.
4747
4848``` bash
4949python ./build-wizard.py
@@ -98,6 +98,8 @@ Name | Purpose
9898xfce | Default channel with Xfce4 for desktop environment and various software added
9999plasma | Currently developing channel with Plasma and Qt apps
100100lxde | The lightest channel except releng, which contains only LXDE and minimal applications
101+ i3 | Lightest channel with the exception of the releng with i3-wm and customizable polybar
102+ cinnamon | Channels with Cinnamon and basic software
101103releng | A channel where you can build a pure Arch Linux live boot disk
102104rebuild | A special channel that rebuilds using the settings in the working directory
103105
Original file line number Diff line number Diff line change 22ビルドは実機のArch Linuxを利用する方法とDocker上でビルドする方法があります。
33Dockerでビルドする方法は[ この手順] ( jp/DOCKER.md ) を参照してください。
44
5- 実機でビルドする場合は、必ずOSがArchLinuxかAlter Linuxでなければなりません。
5+ 実機でビルドする場合は、必ずOSがArch LinuxかAlter Linuxでなければなりません。
66以下では実機でビルドする方法を解説します。
77
88ArchやAlter上で直接ビルドする場合、ビルドはいくつかの方法で行うことができます。
@@ -63,7 +63,7 @@ sudo ./build.sh [options] [channel]
6363
6464### build.shの使い方
6565
66- 主なオプションは以下のとおです 。完全なオプションと使い方は` ./build -h ` を実行して下さい。
66+ 主なオプションは以下のとおりです 。完全なオプションと使い方は` ./build -h ` を実行して下さい。
6767
6868用途 | 使い方
6969--- | ---
@@ -104,7 +104,9 @@ sudo ./build.sh [options] [channel]
104104--- | ---
105105xfce | デスクトップ環境にXfce4を使用し、様々なソフトウェアを追加したデフォルトのチャンネル
106106plasma | PlasmaとQtアプリを搭載した現在開発中のチャンネル
107- lxde | LXDEと最小限のアプリケーションのみが入っているrelengを除いて最も軽量なチャンネル
107+ lxde | LXDEと最小限のアプリケーションのみが入っている軽量なチャンネル
108+ i3 | i3-wmとカスタマイズ可能なpolybarを搭載したrelengを除いて最も軽量なチャンネル
109+ cinnamon | Cinnamonと基本的なソフトウェアが入っているチャンネル
108110releng | 純粋なArchLinuxのライブ起動ディスクをビルドできるチャンネル
109111rebuild | 作業ディレクトリにある設定を利用して再ビルドを行う特殊なチャンネル
110112
You can’t perform that action at this time.
0 commit comments