diff -Nru casper-1.470.1/debian/casper.casper-md5check.service casper-1.470.2/debian/casper.casper-md5check.service --- casper-1.470.1/debian/casper.casper-md5check.service 2022-05-30 11:40:38.000000000 -0300 +++ casper-1.470.2/debian/casper.casper-md5check.service 2023-01-23 15:41:06.000000000 -0300 @@ -1,5 +1,6 @@ [Unit] Description=casper-md5check Verify Live ISO checksums +After=multi-user.target [Service] Type=oneshot diff -Nru casper-1.470.1/debian/changelog casper-1.470.2/debian/changelog --- casper-1.470.1/debian/changelog 2022-05-30 11:40:38.000000000 -0300 +++ casper-1.470.2/debian/changelog 2023-01-23 15:41:06.000000000 -0300 @@ -1,3 +1,15 @@ +casper (1.470.2) jammy; urgency=medium + + [ Dan Bungert ] + * Change casper-md5check to Type=Simple to take advantage of the + alternate interpretation of what started means relative to Type=oneshot. + This should allow us to reach multi-user.target sooner, especially for + users where the md5 check is slow. (LP: #1986781) + * The Type=simple change wasn't needed to see the startup time improvement. + Move back to Type=oneshot to restore the completion event. + + -- Mauricio Faria de Oliveira Mon, 23 Jan 2023 15:41:06 -0300 + casper (1.470.1) jammy; urgency=medium * Increase memory for qemu autopkgtest instances to 1G (LP: #1976287)