audio setup
This commit is contained in:
parent
232a794fa8
commit
71ccf87347
8
Makefile
8
Makefile
|
@ -59,12 +59,18 @@ wifi:
|
|||
xorg:
|
||||
$(call vinstall,xorg)
|
||||
|
||||
audio:
|
||||
$(call vinstall,alsa-utils)
|
||||
$(call vinstall,pulseaudio)
|
||||
$(call vinstall,apulse)
|
||||
$(call vinstall,alsa-plugins-pulseaudio)
|
||||
|
||||
metal: mnt-drive mnt-system base set-loc set-resolv set-fstab set-root grub
|
||||
|
||||
tools:
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||
|
||||
laptop: metal wifi
|
||||
laptop: metal wifi xorg audio
|
||||
|
||||
archive:
|
||||
tar -cvpjf void-fs.tar.bz2 \
|
||||
|
|
Loading…
Reference in New Issue