Skip to content

Commit

Permalink
[add] : Added build options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Feb 10, 2020
1 parent 4acbe70 commit 5b4fd0e
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,40 @@

## AlterLinux - 誰でも使えることを目標にした日本製のArchLinux派生のOS

![License](https://img.shields.io/badge/LICENSE-GPL--3.0-blue?style=for-the-badge&logo=appveyor)
![Base](https://img.shields.io/badge/BASE-ArchLinux-blue?style=for-the-badge&logo=appveyor)
![archiso](https://img.shields.io/badge/archiso--version-43--1-blue?style=for-the-badge&logo=appveyor)

# 概要
## 概要

Alter LinuxはArch Linuxをベースに開発されている新しいOSです。

# ビルド
## ビルド
ArchLinux環境でビルドする必要があります。
事前に`archiso`パッケージをインストールしておいてください。

```bash
git clone https://github.com/SereneTeam/alterlinux.git
cd alterlinux
./build -v
./build.sh
```

### build.shのオプション

#### 基本
そのまま実行してください。デフォルトパスワードは`alter`です。Plymouthは無効化されています。

#### オプション
- Plymouthを有効化する : '-b'
- パスワードを変更する : `-p <password>`

例 : Plymouthを有効化し、パスワードを`ilovearch`に変更する。

```bash
./build.sh -b -p 'ilovealter'
```


# Plymouthについて
`build.sh``-b`をつけるとPlymouthが有効化されます。
ただし、現在Plymouthを有効化した状態だとインストール後に正常に起動しない問題が確認されています。
Expand Down

0 comments on commit 5b4fd0e

Please sign in to comment.