A couple files must be written to the system partition.

copy libao.conf to /etc/libao.conf:
	mntroot rw
	cp libao.conf /etc
	mntroot ro
copy the ao/ directory to /usr/lib:
	mntroot rw
	cp -r ao/ /usr/lib
	mntroot ro

You must then reboot for changes to take effect (or restart alsa??)

note: if the libao.conf file is modified to include the word debug instead of quiet,
you can see the search path for libalsa. Make sure to change it back to stop the
garbage from the display :)
