Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools-livecd
Commits
711165ae
Commit
711165ae
authored
Sep 23, 2016
by
udeved
Browse files
set pulse client to autospawn server on openrc
parent
0383bbee
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/manjaro-live.in
View file @
711165ae
...
...
@@ -65,6 +65,10 @@ livetimer=$(get_timer_ms)
modprobe dm-mod
echo
"Load dm-mod:
$(
elapsed_time_ms
${
livetimer
}
)
ms"
>>
/var/log/manjaro-live.log
livetimer
=
$(
get_timer_ms
)
configure_pulse
echo
"Configured pulse:
$(
elapsed_time_ms
${
livetimer
}
)
ms"
>>
/var/log/manjaro-live.log
# livetimer=$(get_timer_ms)
# configure_alsa /
# alsactl -f /etc/asound.state store &>/dev/null
...
...
lib/util-live.sh
View file @
711165ae
...
...
@@ -317,6 +317,12 @@ configure_user_root(){
fi
}
configure_pulse
(){
if
[[
-f
/usr/bin/openrc
]]
;
then
sed
-e
"s|autospawn = no|autospawn = yes|"
-i
/etc/pulse/client.conf
fi
}
# configure_alsa(){
# # amixer binary
# local alsa_amixer="chroot $1 /usr/bin/amixer"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment