From 1db38235a286413084da018acc24ec8e5ead2f10 Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 22 Jul 2020 19:54:57 +0900 Subject: [PATCH] [add] : Added arch-release --- channels/releng/airootfs.any/root/customize_airootfs.sh | 3 +++ channels/share/airootfs.any/etc/arch-release | 1 + 2 files changed, 4 insertions(+) create mode 100644 channels/share/airootfs.any/etc/arch-release diff --git a/channels/releng/airootfs.any/root/customize_airootfs.sh b/channels/releng/airootfs.any/root/customize_airootfs.sh index 99c11878..54ceb7cd 100755 --- a/channels/releng/airootfs.any/root/customize_airootfs.sh +++ b/channels/releng/airootfs.any/root/customize_airootfs.sh @@ -100,3 +100,6 @@ sed -i 's/#\(HandleLidSwitch=\)suspend/\1ignore/' /etc/systemd/logind.conf systemctl enable pacman-init.service choose-mirror.service systemctl set-default multi-user.target + +remove /etc/arch-release +touch /etc/arch-release diff --git a/channels/share/airootfs.any/etc/arch-release b/channels/share/airootfs.any/etc/arch-release new file mode 100644 index 00000000..0eb5abd8 --- /dev/null +++ b/channels/share/airootfs.any/etc/arch-release @@ -0,0 +1 @@ +Alter Linux \ No newline at end of file -- 2.11.0