~xnox/cloud-initramfs-tools:master

Last commit made on 2020-08-12
Get this branch:
git clone -b master https://git.launchpad.net/~xnox/cloud-initramfs-tools
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~xnox/cloud-initramfs-tools

Recent commits

bef4640... by Dimitri John Ledkov

Allow booting ephemeral rw overlayroot squashfs without fstab.

 - Do not attempt to overlayrootify non-existing fstab, and mount
 rootfs rw thus removing need to generate any fstab entries; remount
 ro; for systemd to generate mount unit; and remount as rw again.

LP: #1890803

c792d0f... by Scott Moser

update changelog

adb0d6c... by Scott Moser

Add dependency on flock for growroot's use of growpart.

growpart was modified to use flock, so we have to make sure that
that gets put into the initramfs or growroot module won't work.

LP: #1834875

f6e65ed... by Scott Moser

releasing package cloud-initramfs-tools version 0.44ubuntu1

This is what was uploaded to ubuntu for 0.44ubuntu1.

5be1889... by Scott Moser

update changelog

f6e57ad... by dann frazier

copymods: Fix typo parsing copymods= parameters in /proc/cmdline.

Normally, copymods will exit and do nothing if the target root
already contains /lib/modules/<version>. It intended intended to allow
overriding that behavior with kernel command line argument of
string 'copymods=force'.

The parsing of that command line was simply broken.
The result was simply that it would always exit in the case that
a modules directory already existed.

cd133bb... by Scott Moser

update changelog

b977fa1... by dann frazier

copymods: Fix usage of modules in initramfs after copymods script.

The way we were symlinking, modules were being exposed under
/lib/modules/$kver/$kver instead of /lib/modules/$kver, placing them
out of reach of modprobe.

This only affected the use of the initramfs after copymods 'init-bottom'
script ran. It would not affect initramfs prior to that point or
the "real root".

LP: #1766723

f59b35d... by Scott Moser

releasing package cloud-initramfs-tools version 0.43ubuntu1

9f4f6ca... by Scott Moser

update changelog