Build Brainux on CI

This commit is contained in:
Takumi Sueda
2021-02-20 04:29:49 +09:00
parent a0a58f83c6
commit fc61df79b6
10 changed files with 216 additions and 36 deletions

11
os-brainux/override.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -uex -o pipefail
SRC=$1
DST=$2
install -g root -o root -m 0644 $SRC/usr/lib/os-release $DST/usr/lib/os-release
install -g root -o root -m 0644 $SRC/etc/issue $DST/etc/issue
install -g root -o root -m 0644 $SRC/etc/issue.net $DST/etc/issue.net
install -g root -o root -m 0644 $SRC/etc/motd $DST/etc/motd