lp:~raharper/cloud-initramfs-tools

Owned by Ryan Harper
Get this repository:
git clone https://git.launchpad.net/~raharper/cloud-initramfs-tools
Only Ryan Harper can upload to this repository. If you are Ryan Harper please log in for upload directions.

Branches

Name Last Modified Last Commit
fix/overlayroot-existing-fstab 2020-08-17 15:32:50 UTC
overlayroot: overwrite existing fstab when overlayrootifying fstab

Author: Ryan Harper
Author Date: 2020-08-17 15:32:50 UTC

overlayroot: overwrite existing fstab when overlayrootifying fstab

The previous fix for handling missing fstab refactored out the initial
write to ${ROOTMNT}/etc/fstab which emitted the overlayroot fstab
header (clobbering any existing fstab that was in the rootfs). Now
the header is generated in overlayrootify_fstab; and the output was
*appended* which worked when the write was in two stages (header +
contents); Now that the header is generated with the content the
output must clobber the target file.

fix/missing-fstab 2020-08-12 23:20:26 UTC
Read /proc/mounts to determine rootfs device, fstype, opts when generating fstab

Author: Ryan Harper
Author Date: 2020-08-12 23:20:26 UTC

Read /proc/mounts to determine rootfs device, fstype, opts when generating fstab

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers