TEXT
75
arm m image builds without root
Guest on 28th May 2022 03:23:19 PM
creating, editing images involves a loop mount today
rootstock without root priveledge as well as for other build tools
* problem is that this requires root
* this is a problem because users don't necessarily have root on the systems they're developing on
* options:
* squash-tools supports creation/unpacking of squashfs images
* nbd could in the past be run as non-root, with a loop mount
* fuse ISO mount exists; similar for ext2, ext3
* e2fslibs exists
* mtools for vfat
* obstacles:
* fuse user mounts strips properties
* the example ISO driver is read-only
* can use mount to extract & mkisofs to repack?
* ext2 may not play well with later fs formats
* fuseext2 exists
* run a service as root that lets you perform the necessary operations
livefs cross-arch support?
== ACTIONS ==
* file a bug with gnome upstream about fuseext2 support in gvfs (MIME type integration)
* make rootstock work without root