mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-03 14:21:21 +00:00
live-server: fix looking for ga variant
This commit is contained in:
parent
2154b4fe1f
commit
c9df34c340
@ -1006,7 +1006,7 @@ case $PROJECT in
|
||||
fi
|
||||
|
||||
add_pass ubuntu-server-minimal.ubuntu-server.installer.$flavor
|
||||
if [ $flavor == ga ]; then
|
||||
if [ "$variant" = "ga" ]; then
|
||||
kernel_layer=ubuntu-server-minimal
|
||||
else
|
||||
kernel_layer=ubuntu-server-minimal.ubuntu-server.installer.$flavor
|
||||
|
Loading…
x
Reference in New Issue
Block a user