Skip to content
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

Add support for overlayfs backed on persistent device (e.g. USB key) #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rmetrich
Copy link

@rmetrich rmetrich commented Sep 4, 2019

  • Bumped new micro release
  • Modified 'overlayroot into 'overlayroot=' where ='tmpfs' or a real device (can also be specified by tag)
  • Fixed a typo in 'overlayroot-motd.sh'
  • Added code to resynchronize the lower on boot when a 'overlayroot.resync' file is present in upper

Renaud Métrich added 2 commits September 2, 2019 20:00
- Bumped new micro release
- Modified 'overlayroot into 'overlayroot=<device>' where <device>='tmpfs' or a real device (can also be specified by tag)
- Fixed a typo in 'overlayroot-motd.sh'
- Added code to resynchronize the lower on boot when a 'overlayroot.resync' file is present in upper

Signed-off-by: Renaud Métrich <renaud.metrich@laposte.net>
Signed-off-by: Renaud Métrich <renaud.metrich@laposte.net>
@@ -2,6 +2,8 @@
Type = File
Operation = Install
Operation = Upgrade
Target = boot/kernel.img
Copy link
Owner

Choose a reason for hiding this comment

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

Does everyone really have kernel.img and kernel7.img? Can we make this boot/*.img instead?

Copy link
Author

Choose a reason for hiding this comment

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

*.img doesn't work because the initramfs has suffix img itself.
Maybe kernel*.img instead. (I have kernel.img on my raspberry pi model B)

Renaud Métrich added 4 commits September 13, 2019 11:25
… in /boot)

Signed-off-by: Renaud Métrich <renaud.metrich@laposte.net>
Signed-off-by: Renaud Métrich <renaud.metrich@laposte.net>
Signed-off-by: Renaud Métrich <renaud.metrich@laposte.net>
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