Commit 6c268b90 authored by Anton Midyukov's avatar Anton Midyukov

armh-mcom02: Fix for missing alsa-set-initial-options

parent 8d39fa26
#!/bin/sh -efu
[ "$GLOBAL_ARCH" = armh ] && sed -i '/snd-seq-midi/d' /etc/firsttime.d/alsa-set-initial-options
[ -f /etc/firsttime.d/alsa-set-initial-options ] &&
sed -i '/snd-seq-midi/d' /etc/firsttime.d/alsa-set-initial-options
exit 0
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