Mingyang Li
f83787bac4
fix: UID reference in override.sh.
...
`sudo -u#1000` requires UID 1000 to exist in passwd, but the build container only has `root`. Fixed by replacing those two `sudo -u#1000 -g#1000 mkdir -p` calls with `install -d -o 1000 -g 1000 -m 0755` in override.sh.
2026-05-30 09:36:52 -07:00
Takumi Sueda
b242f06d78
Copy systemd units before setup
2023-07-28 21:40:02 +09:00
Takumi Sueda
33e3afbf13
Enable RNDIS gadget automatically
2023-03-27 19:55:11 +09:00
Takumi Sueda
bc2c108d77
Mount /boot automatically
2023-03-21 18:01:11 +09:00
Takumi Sueda
f7a20f61b7
Revert back issue and os-release
2022-11-23 23:20:09 +09:00
Takumi Sueda
53e39a8bb6
Show asterisks in sudo
2022-11-23 23:00:06 +09:00
Takumi Sueda
6bc1d44016
Create parent directories with the correct permission
2022-02-27 22:49:06 +09:00
Takumi Sueda
07177b6a8e
Fix wrong owner and group
2021-04-19 01:38:28 +09:00
Takumi Sueda
0f934753d6
Install and prepare fcitx
2021-04-05 04:41:41 +09:00
Takumi Sueda
039a0f2868
Override files / add calibration script for the first run
2021-03-22 22:55:05 +09:00
Takumi Sueda
fc61df79b6
Build Brainux on CI
2021-02-21 14:34:40 +09:00