Skip to content
Snippets Groups Projects
Commit 44d0dcc1 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

increase verbosity

parent b8e47447
Branches
Tags
No related merge requests found
......@@ -55,11 +55,11 @@ config_66(){
# creation of the live/ to avoid crash
mkdir -p -m1777 /run/66/{state,tree}
out_action "Enable dbus,connmand, consolekit,wpa_supplicant and ntpd on tree root"
66-enable connmand ntpd consolekit wpa_supplicant
66-enable -v3 connmand ntpd consolekit wpa_supplicant
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -Ecn graphics"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -t graphics dbus-user xdg-user-dirs"
su "${NEWUSER}" -c "66-enable -v3 -t graphics dbus-user xdg-user-dirs"
rm -rf /run/66
}
custo_once config_66
......
......@@ -48,7 +48,7 @@ config(){
# creation of the live/ to avoid crash
mkdir -p -m1777 /run/66/{state,tree}
out_action "Enable dhcpd service"
66-enable dhcpcd
66-enable -v3 dhcpcd
rm -rf /run/66
}
custo_once config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment