update: 24.01 ISO configuration
This commit is contained in:
parent
c7681c2e10
commit
4b2324810f
@ -10,7 +10,7 @@ then
|
||||
terminal_output gfxterm
|
||||
fi
|
||||
|
||||
menuentry 'MatterLinux ISO' --class os {
|
||||
menuentry 'MatterLinux 24 ISO' --class os {
|
||||
insmod gzio
|
||||
insmod part_msdos
|
||||
linux /boot/vmlinuz-linux loglevel=3
|
||||
|
@ -8,10 +8,8 @@
|
||||
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 For installation: https://matterlinux.xyz/wiki/install
|
||||
\e[34m>>>\e[0m\e[1m Join XMPP for questions: general@conf.matterlinux.xyz
|
||||
|
||||
Happy hacking!
|
||||
\e[0m
|
||||
Happy hacking!\e[0m
|
||||
|
@ -2,7 +2,7 @@
|
||||
tmpdir = /tmp/mp
|
||||
|
||||
[base]
|
||||
uri = https://pkgs.matterlinux.xyz/base/
|
||||
uri = https://24.matterlinux.xyz/base/
|
||||
|
||||
[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
|
Loading…
Reference in New Issue
Block a user