Build arm images using a loop device #1437
jimmykarily
announced in
Announcements
Replies: 2 comments
-
Move this to a discussion. Let's collect all the thoughts here to at least remember why we didn't go down this road. It seems to be more complicated that we thought. E.g.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
random thought: we can have a separate stage "flash" that is meant to be called during flashing with some specific, opinionated setup. For instance, only static copy of files is supported, and to a specific folder (where the rootfs is mounted). In that way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The way we build arm images is very different from the way we install from an iso. This leads to bugs like this: #622
We should create the arm images by running the installation like we would run it from an live cd. We can achieve this if we mount the final image on a loop device and perform the installation against that. This will allow us to get rid of that script along with hacks like the fix for the issue above.
Beta Was this translation helpful? Give feedback.
All reactions