You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you build on Docker, please refer to [this procedure](Howtobuild_on_docker.md).
63
+
51
64
### build.sh options
52
65
53
-
#### basic
66
+
#### Basic
54
67
Please execute as it is.
55
68
The default password is `alter`.
56
69
Plymouth has been disabled.
57
-
Default compression type is `xz`.
70
+
Default compression type is `zstd`.
58
71
59
72
60
-
#### options
61
-
- Enable Plymouth : `-b`
62
-
- Change the password : `-p <password>`
73
+
#### Options
74
+
- Enable Plymouth : `-b`
75
+
- Enable LTS kernel : `-l`
76
+
- Change the password : `-p <password>`
63
77
- Change compression type : `-c <comp type>`
64
78
- Set compression options : `-t <options>`
65
79
66
-
Example: Enable Plymouth and change the password to `ilovearch` and change compression type to `zstd`.
80
+
Example: Enable Plymouth and change the password to `ilovearch` and change compression type to `gzip` and enable linux-lts.
67
81
68
82
```bash
69
-
./build.sh -b -p 'ilovearch' -c 'zstd'
83
+
./build.sh -l -b -p 'ilovearch' -c 'gzip'
70
84
```
71
85
72
86
##### About compression type
@@ -118,12 +132,19 @@ zstd
118
132
```
119
133
120
134
121
-
## Developer
135
+
## About SereneTeam and developers
136
+
SereneTeam is a development team for a Linux distribution composed primarily of junior and senior high school students. Almost all are Japanese and there are a total of 24 members.
137
+
[SereneLinux](https://serenelinux.com) based on Ubuntu has been developed and released.
138
+
Utilizing our know-how, we are working on the development of Alter Linux, which is the first OS in Arch Linux to be developed in Japan.
139
+
140
+
### Member Twitter
141
+
Link to Twitter of main development members.
142
+
All comments made on this account are not official SereneTeam statements and are solely for the developer.
0 commit comments