diff -Nru ltsp-cloud-19.12.3/debian/changelog ltsp-cloud-19.12.3/debian/changelog --- ltsp-cloud-19.12.3/debian/changelog 2019-12-19 11:44:35.000000000 +0000 +++ ltsp-cloud-19.12.3/debian/changelog 2019-12-20 11:46:57.000000000 +0000 @@ -1,8 +1,8 @@ -ltsp-cloud (19.12.3-1~201912191138~ubuntu19.04.1) disco; urgency=low +ltsp-cloud (19.12.3-1~201912191710~ubuntu19.04.1) disco; urgency=low * Auto build. - -- Launchpad Package Builder Thu, 19 Dec 2019 11:44:35 +0000 + -- Launchpad Package Builder Fri, 20 Dec 2019 11:46:57 +0000 ltsp-cloud (19.12.3-1) unstable; urgency=low @@ -15,7 +15,7 @@ * Options --http --http-image moved to ltsp-ipxe applet (#109) * Introduce ltsp-grub (#108) - -- Andrei Kvapil Thu, 19 Dec 2019 12:38:47 +0100 + -- Andrei Kvapil Thu, 19 Dec 2019 18:10:29 +0100 ltsp-cloud (19.12.2-1) unstable; urgency=low diff -Nru ltsp-cloud-19.12.3/debian/git-build-recipe.manifest ltsp-cloud-19.12.3/debian/git-build-recipe.manifest --- ltsp-cloud-19.12.3/debian/git-build-recipe.manifest 2019-12-19 11:44:35.000000000 +0000 +++ ltsp-cloud-19.12.3/debian/git-build-recipe.manifest 2019-12-20 11:46:57.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debversion}~201912191138 -lp:~kvaps/ltsp/+git/staging git-commit:9efd5d6e029f1c3d553156379239be6254a51de0 +# git-build-recipe format 0.4 deb-version {debversion}~201912191710 +lp:~kvaps/ltsp/+git/staging git-commit:23edd3e2b574dc30e963d2864d2e5751a514cf02 diff -Nru ltsp-cloud-19.12.3/ltsp/server/grub/55-grub.sh ltsp-cloud-19.12.3/ltsp/server/grub/55-grub.sh --- ltsp-cloud-19.12.3/ltsp/server/grub/55-grub.sh 2019-12-19 11:44:35.000000000 +0000 +++ ltsp-cloud-19.12.3/ltsp/server/grub/55-grub.sh 2019-12-20 11:46:57.000000000 +0000 @@ -76,7 +76,7 @@ s|^\(# Client sections\)\$|$(textif "$client_sections" "\1\n$client_sections" "&")| s|^\(# The \"images\" method can boot .*\)\$|$(textif "$items" "\1\n$items" "&")| s|^\(# The \"roots\" method can boot .*\)\$|$(textif "$items" "\1\n$r_items" "&")| -s|^regexp --set=1:proto .*\$|$(textifb "$HTTP" "set proto=http" "&")| +s|^regexp --set=1:proto .*\$|$(textifb "$HTTP" "set proto=http\nset root=\"http,\${srv}\"" "&")| " fi if [ "$BINARIES" != "0" ]; then