log users and tmpfiles to tty7

This commit is contained in:
Tobias Powalowski 2022-05-29 18:44:36 +02:00
parent 86d46ff854
commit 77059d23c7
2 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@ _install_gnome_wayland() {
_prepare_graphic "${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1 _prepare_graphic "${_WAYLAND_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1
echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..." echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..."
_configure_gnome_wayland >/dev/tty7 2>&1 _configure_gnome_wayland >/dev/tty7 2>&1
systemd-sysusers systemd-sysusers >/dev/tty7 2>&1
systemd-tmpfiles --create systemd-tmpfiles --create >/dev/tty7 2>&1
fi fi
} }

View file

@ -8,8 +8,8 @@ _install_gnome() {
_prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1 _prepare_graphic "${_XORG_PACKAGE} ${_VNC_PACKAGE} ${_STANDARD_PACKAGES} ${_GNOME_PACKAGES}" >/dev/tty7 2>&1
echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..." echo -e "\033[1mStep 4/5:\033[0m Configuring GNOME desktop ..."
_configure_gnome >/dev/tty7 2>&1 _configure_gnome >/dev/tty7 2>&1
systemd-sysusers systemd-sysusers >/dev/tty7 2>&1
systemd-tmpfiles --create systemd-tmpfiles --create >/dev/tty7 2>&1
fi fi
} }