build(calamares): update calamares configuration and enable networkmanager on live
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
# Fallback si les services systemd n'ont pas démarré Calamares
|
||||
if [ "$(tty)" = "/dev/tty1" ] && [ -z "$DISPLAY" ]; then
|
||||
Xorg :0 vt1 &
|
||||
sleep 2
|
||||
DISPLAY=:0 openbox &
|
||||
sleep 1
|
||||
DISPLAY=:0 calamares
|
||||
# Démarrage automatique de Xorg + Calamares sur tty1 (autologin root).
|
||||
# La session X exécute /root/.xinitrc qui lance Openbox + Calamares.
|
||||
if [[ "$(tty)" == "/dev/tty1" && -z "$DISPLAY" ]]; then
|
||||
exec startx -- vt1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user