Revert back issue and os-release

This commit is contained in:
Takumi Sueda
2022-11-23 23:20:09 +09:00
parent 2ecec60001
commit f7a20f61b7
4 changed files with 0 additions and 15 deletions

View File

@@ -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