Commit bee01a86 authored by Michael Pozhidaev's avatar Michael Pozhidaev

Homeros:

- homeros-nano image is renamed to homeros-mini; - homeros/homeros package list is added; - default volume changed from 100% to 75.
parent 75c08d9f
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
distro/homeros-nano: distro/.live-base use/live/textinstall use/homeros; @: distro/homeros-mini: distro/.live-base use/live/textinstall use/homeros; @:
endif endif
...@@ -3,6 +3,7 @@ use/homeros: ...@@ -3,6 +3,7 @@ use/homeros:
# @$(call set,BRANDING,simply-linux) # @$(call set,BRANDING,simply-linux)
# @$(call add,THE_BRANDING,menu xfce-settings) # @$(call add,THE_BRANDING,menu xfce-settings)
@$(call add,THE_LISTS,homeros/voiceman) @$(call add,THE_LISTS,homeros/voiceman)
@$(call add,THE_LISTS,homeros/homeros)
@$(call add,THE_LISTS,homeros/tts) @$(call add,THE_LISTS,homeros/tts)
@$(call add,THE_LISTS,homeros/yasr) @$(call add,THE_LISTS,homeros/yasr)
@$(call add,THE_LISTS,homeros/tools) @$(call add,THE_LISTS,homeros/tools)
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
cat <<EOF > /etc/rc.d/rc.local cat <<EOF > /etc/rc.d/rc.local
#!/bin/sh #!/bin/sh
amixer set Master 100% amixer set Master 75%
amixer set Master toggle amixer set Master toggle
amixer set PCM 100% amixer set PCM 75%
amixer set PCM toggle amixer set PCM toggle
EOF EOF
......
homeros-core
homeros-live-data
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment