commit 8e947521aaa85e3400739ed1574ad5906e884663
parent ce722603bb6edf9d82d790bf0adf7d5379ae33a2
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 17 Oct 2019 17:30:50 -0400
dbus UUID
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/larbs.sh b/larbs.sh
@@ -217,7 +217,8 @@ newperms "%wheel ALL=(ALL) ALL #LARBS
# Make zsh the default shell for the user
sed "s/^$name:\(.*\):\/bin\/.*/$name:\1:\/bin\/zsh/" /etc/passwd
-# dbus-uuidgen > /var/lib/dbus/machine-id
+# dbus UUID must be generated for Artix runit
+dbus-uuidgen > /var/lib/dbus/machine-id
# Last message! Install complete!
finalize