1
0
mirror of synced 2026-04-14 23:37:56 +00:00

Also use linux-image-virtual instead of linux-image-server for >= karmic

This commit is contained in:
Axel Beckert
2013-01-22 21:49:24 +01:00
parent 30ae761c27
commit a1838d9030

View File

@@ -33,7 +33,7 @@ if [ "${pygrub}" ]; then
#
# linux_kernel_type="desktop"
#
linux_kernel_type="server"
linux_kernel_type="virtual"
linux_kernel_package="linux-image-${linux_kernel_type}"