Skip to content

Automatically fall back to overlay if aufs is unsupported #3363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

dimkr
Copy link
Contributor

@dimkr dimkr commented Sep 1, 2022

This doesn't break anything for anyone, and doesn't change the current default of aufs.

If (and only if) aufs is unavailable, the init script falls back to overlay and allows Puppy to boot instead of failing; currently, our kernels are built with aufs, and this PR makes it possible to swap the kernel with one without aufs.

This means UNIONFS is redundant: the init script can just default to aufs if supported. As before, the user can force of use of overlay when using a kernel that supports aufs, by adding punionfs=overlay to the kernel command-line.

See #3362.

@dimkr dimkr requested a review from 01micko September 1, 2022 16:49
@dimkr dimkr force-pushed the feature/overlay-fallback branch 5 times, most recently from 29f264b to 7bb25c9 Compare September 3, 2022 14:10
@dimkr dimkr force-pushed the feature/overlay-fallback branch from 7bb25c9 to 9720808 Compare September 3, 2022 14:11
@dimkr dimkr merged commit 5affc88 into puppylinux-woof-CE:testing Sep 3, 2022
@dimkr dimkr deleted the feature/overlay-fallback branch September 3, 2022 14:14
Copy link

@01micko 01micko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants