update: 24.01 ISO configuration

This commit is contained in:
ngn 2024-02-23 22:05:40 +03:00
parent c7681c2e10
commit 4b2324810f
10 changed files with 23 additions and 7 deletions

View File

@ -10,7 +10,7 @@ then
terminal_output gfxterm terminal_output gfxterm
fi fi
menuentry 'MatterLinux ISO' --class os { menuentry 'MatterLinux 24 ISO' --class os {
insmod gzio insmod gzio
insmod part_msdos insmod part_msdos
linux /boot/vmlinuz-linux loglevel=3 linux /boot/vmlinuz-linux loglevel=3

View File

@ -8,10 +8,8 @@
MMMM MMMM MMMM MMMM MMMM MMMM
MMMM MMMM MMMM MMMM MMMM MMMM
\e[34m>>>\e[0m\e[1m Login with root:root
\e[34m>>>\e[0m\e[1m Sync before installing packages: mp-sync \e[34m>>>\e[0m\e[1m Sync before installing packages: mp-sync
\e[34m>>>\e[0m\e[1m For installation: https://matterlinux.xyz/wiki/install \e[34m>>>\e[0m\e[1m For installation: https://matterlinux.xyz/wiki/install
\e[34m>>>\e[0m\e[1m Join XMPP for questions: general@conf.matterlinux.xyz \e[34m>>>\e[0m\e[1m Join XMPP for questions: general@conf.matterlinux.xyz
Happy hacking! Happy hacking!\e[0m
\e[0m

View File

@ -2,7 +2,7 @@
tmpdir = /tmp/mp tmpdir = /tmp/mp
[base] [base]
uri = https://pkgs.matterlinux.xyz/base/ uri = https://24.matterlinux.xyz/base/
[desktop] [desktop]
uri = https://pkgs.matterlinux.xyz/desktop/ uri = https://24.matterlinux.xyz/desktop/

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

View File

@ -0,0 +1,3 @@
[Service]
ExecStart=
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM

2
iso.sh
View File

@ -1,5 +1,5 @@
NAME="matterlinux" NAME="matterlinux"
VERSION="24.00" VERSION="24.01"
EXCLUDE=("README.md" "LICENSE.txt") EXCLUDE=("README.md" "LICENSE.txt")
KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D") KEYS=("F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D")
PKGS1=("systemd" "dhcpcd" "dosfstools" "tools") PKGS1=("systemd" "dhcpcd" "dosfstools" "tools")