update: 24.01 ISO configuration
This commit is contained in:
parent
c7681c2e10
commit
4b2324810f
@ -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
|
||||||
|
@ -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
|
|
||||||
|
@ -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/
|
||||||
|
3
etc/systemd/system/getty@tty1.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty1.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
3
etc/systemd/system/getty@tty2.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty2.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
3
etc/systemd/system/getty@tty3.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty3.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
3
etc/systemd/system/getty@tty4.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty4.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
3
etc/systemd/system/getty@tty5.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty5.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
3
etc/systemd/system/getty@tty6.service.d/skip-prompt.conf
Normal file
3
etc/systemd/system/getty@tty6.service.d/skip-prompt.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Service]
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=-/usr/sbin/agetty --skip-login --nonewline --autologin root --noclear %I $TERM
|
2
iso.sh
2
iso.sh
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user