From: hayao Date: Wed, 22 Jul 2020 10:54:57 +0000 (+0900) Subject: [add] : Added arch-release X-Git-Tag: rc3-alpha1~193^2~84 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1db38235a286413084da018acc24ec8e5ead2f10;p=alterlinux%2Falterlinux.git [add] : Added 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