✨ Add support for multiple overlay devices#1
Open
DanielRuthardt wants to merge 8 commits intomasterfrom
Open
Conversation
2438779 to
8984fce
Compare
11e2ee2 to
4f3ded8
Compare
added 4 commits
February 8, 2024 19:03
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
009c4bd to
0e996bb
Compare
added 4 commits
February 19, 2024 08:34
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
tac is available in the initial ramdisk when built on Debian, but isn't when build on Ubuntu (22.04). sed is available and the replacement commmand, although not as readable, works as nicely as tac. Signed-off-by: Daniel Ruthardt <druthardt@linuxfoundation.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📑 What
Add support for multiple overlay devices.
Devices are specified in order, starting with the first device becoming the writable top layer and all other devices being used as lower layers.
❓ Why
The
overlayfsdriver supports it, and because it is the default foroverlayroot, why not support it?⚡ How to Review
Review the code or build an initial ramdisk and use like explained here.
✅ Testing