~mwhudson/casper:lp-1977644

Last commit made on 2022-08-05
Get this branch:
git clone -b lp-1977644 https://git.launchpad.net/~mwhudson/casper
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
lp-1977644
Repository:
lp:~mwhudson/casper

Recent commits

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>

3e40be5... by Steve Langasek

Add missing include of casper-helpers, needed by the iso-scan script. LP: #1960457.

0bf72dd... by Łukasz Zemczak

releasing package casper version 1.469

28b7525... by Łukasz Zemczak

Integrate 20iso_scan into casper (from lupin-casper)

0208d5f... by Mauricio Faria de Oliveira

casper-md5check: fix fsck.mode=skip last in cmdline

Correctly detect fsck.mode=skip if it comes last in
/proc/cmdline, and add a hint about it for users.

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>