root/64studio/trunk/tasksel-data/kernel

Revision 1, 189 bytes (checked in by free, 2 years ago)

Mass re-import

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 for KVER in $(find /boot/ -mindepth 1 -maxdepth 1 -name "vmlinuz-*multimedia*"|sed -e 's/.*vmlinuz-\(.*\)/\1/'); do
4     echo linux-headers-$KVER
5     echo alsa-modules-$KVER
6 done
Note: See TracBrowser for help on using the browser.