ISO fixes: rename liveuser->antergos, add Antergos NeXT os-release, drop lsb-release, fix wallpaper/Plasma setup

This commit is contained in:
2026-06-11 18:22:11 +02:00
parent 8cb4191f89
commit 55f6fe8903
7 changed files with 44 additions and 22 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
root:x:0:root
adm:x:4:liveuser
wheel:x:10:liveuser
uucp:x:14:liveuser
nopasswdlogin:x:966:liveuser
rfkill:x:983:liveuser
sys:x:3:bin,liveuser
liveuser:x:1000:liveuser
adm:x:4:antergos
wheel:x:10:antergos
uucp:x:14:antergos
nopasswdlogin:x:966:antergos
rfkill:x:983:antergos
sys:x:3:bin,antergos
antergos:x:1000:antergos
+1 -1
View File
@@ -1,2 +1,2 @@
root:!*::root
liveuser:!*::
antergos:!*::
+10
View File
@@ -0,0 +1,10 @@
NAME="Antergos NeXT"
PRETTY_NAME="Antergos NeXT"
ID=antergos
ID_LIKE="arch"
BUILD_ID=rolling
VERSION_ID="rolling"
HOME_URL="https://github.com/Antergos-NeXT"
SUPPORT_URL="https://github.com/Antergos-NeXT"
BUG_REPORT_URL="https://github.com/Antergos-NeXT/issues"
LOGO=antergos-icon
@@ -7,9 +7,9 @@
[[ -f ~/.welcome_screen ]] && . ~/.welcome_screen
_set_liveuser_PS1() {
_set_antergos_PS1() {
PS1='[\u@\h \W]\$ '
if [ "$(whoami)" = "liveuser" ] ; then
if [ "$(whoami)" = "antergos" ] ; then
local iso_version="$(grep ^VERSION= /usr/lib/antergos-release 2>/dev/null | cut -d '=' -f 2)"
if [ -n "$iso_version" ] ; then
local prefix="antergos-"
@@ -18,8 +18,8 @@ _set_liveuser_PS1() {
fi
fi
}
_set_liveuser_PS1
unset -f _set_liveuser_PS1
_set_antergos_PS1
unset -f _set_antergos_PS1
ShowInstallerIsoInfo() {
local file=/usr/lib/antergos-release
+10
View File
@@ -0,0 +1,10 @@
NAME="Antergos NeXT"
PRETTY_NAME="Antergos NeXT"
ID=antergos
ID_LIKE="arch"
BUILD_ID=rolling
VERSION_ID="rolling"
HOME_URL="https://github.com/Antergos-NeXT"
SUPPORT_URL="https://github.com/Antergos-NeXT"
BUG_REPORT_URL="https://github.com/Antergos-NeXT/issues"
LOGO=antergos-icon