mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 14:28:02 +09:00
Revert back issue and os-release
This commit is contained in:
parent
2ecec60001
commit
f7a20f61b7
@ -5,9 +5,6 @@ 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
|
||||
install -g root -o root -m 0440 $SRC/etc/sudoers $DST/etc/sudoers
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
Brainux GNU/Linux 10 \n \l
|
||||
|
@ -1 +0,0 @@
|
||||
Brainux GNU/Linux 10
|
@ -1,9 +0,0 @@
|
||||
PRETTY_NAME="Brainux GNU/Linux 11 (bullseye)"
|
||||
NAME="Brainux GNU/Linux"
|
||||
VERSION_ID="11"
|
||||
VERSION="11 (bullseye)"
|
||||
VERSION_CODENAME=bullseye
|
||||
ID=debian
|
||||
HOME_URL="https://github.com/brain-hackers/README"
|
||||
SUPPORT_URL="https://github.com/brain-hackers/buildbrain"
|
||||
BUG_REPORT_URL="https://github.com/brain-hackers/buildbrain"
|
Loading…
Reference in New Issue
Block a user