~dbungert/casper:main

Last commit made on 2022-08-30
Get this branch:
git clone -b main https://git.launchpad.net/~dbungert/casper
Only Dan Bungert can upload to this branch. If you are Dan Bungert please log in for upload directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~dbungert/casper

Recent commits

69f9c83... by Michael Hudson-Doyle

releasing package casper version 1.474

37dbb5a... by Michael Hudson-Doyle

update changelog

e8b360a... by Michael Hudson-Doyle

run the md5 check at the lowest possible io priority

This might help with situations like https://bugs.launchpad.net/cloud-init/+bug/1986781

c604020... by Michael Hudson-Doyle

releasing package casper version 1.473

d278bbc... by Michael Hudson-Doyle

add an integration test for mbr preservation

fcb8e59... by Michael Hudson-Doyle

casper-helper: preserve entries 2-4 in the MBR when creating a new partition. (LP: #1977644, #1922342)

3e6e594... by Michael Hudson-Doyle

releasing package casper version 1.472

b74197d... by Michael Hudson-Doyle

add changelog entry for iso-url=

0014d2f... by Michael Hudson-Doyle

support iso-url= as a synonym for url=

This is so the user can use a command line argument that is not also
interpreted by cloud-init.

39fa61a... by Andrea Righi

autopkgtest: prevent potential OOM failures

During autopkgtest we are creating VMs with 768MB of RAM, that used to
be enough in the past, but nowdays we typically require more memory and
we may trigger some sporadic out-of-memory failures during autopkgtest.

Bump up the memory size to 1G to prevent such potential OOM issues.

BugLink: https://bugs.launchpad.net/bugs/1976287
Signed-off-by: Andrea Righi <email address hidden>