From 5f899c45f28d62b8318252d51c42ec85f96dabd1 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Mon, 30 Jun 2025 20:27:59 +0200 Subject: [PATCH] update --- airootfs/root/customize_airootfs.sh | 1 + clean.sh | 0 packages.x86_64 | 1 + 3 files changed, 2 insertions(+) mode change 100644 => 100755 clean.sh diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index 2c466b1..8628d9c 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -1,5 +1,6 @@ useradd -m -G wheel,video,audio,optical,storage -s /bin/bash liveuser echo 'liveuser:live' | chpasswd +echo 'root:root' | chpasswd systemctl enable gdm.service systemctl enable NetworkManager.service diff --git a/clean.sh b/clean.sh old mode 100644 new mode 100755 diff --git a/packages.x86_64 b/packages.x86_64 index eb41eea..f6063c5 100644 --- a/packages.x86_64 +++ b/packages.x86_64 @@ -130,3 +130,4 @@ gnome gdm calamares networkmanager +yaml-cpp