-
Notifications
You must be signed in to change notification settings - Fork 139
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
How to create root partition with squashfs type in debos #428
Comments
What's your goal ? perhaps the best thing to do could be to wrap this in a run action, e.g.:
|
I want to add the squashfs image to my root partition defined in Below is my scenario, we were trying to create image which will have multiple partitions and in that ROOTFS should be squashfs ,
With the above approach it requires informing developers not to add any actions for updating the rootfs, in another approach creating squashfs in postprocess which needs extraction of image then create squahsfs image and dd squashfs image to final image. I am checking if there is any simpler way to do this or implement in debos as a separate action or update |
Hi,
The curent
image-paratition
action creates the partitions using parted utility and it doesn't create squashfs type, so is there any way we can create the squashfs rootfs inside debos ?The text was updated successfully, but these errors were encountered: