You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_builder_iso/5_setup/sys-boot/grub/audio.cfg

17 lines
302 B

function commonaudio {
echo "Switching to: $1"
set bootaudio=$2
export bootaudio
configfile /boot/grub/grub.cfg
}
submenu "Audio Selection" {
menuentry "ALSA" {
commonaudio "$chosen" alsa
}
menuentry "PulseAudio" {
commonaudio "$chosen" pulseaudio
}
}