pengutronix / genimage

tool to generate multiple filesystem and flash images from a tree
GNU General Public License v2.0
308 stars 110 forks source link

image-ext: add root_owner option #42

Closed leojrfs closed 5 years ago

leojrfs commented 5 years ago

By default when using mk2efs the root_owner is "0:0", this adds an option to specify the root_owner option in mk2efs defaulting to "0:0" if the root_owner option is not in the config file.

michaelolbrich commented 5 years ago

I prefer root-owner for the option name. We use a dash for most options. In fact, I think I should rename mke2fs_conf as well.

leojrfs commented 5 years ago

I had exactly the same thought, and it was because of mke2fs_conf that i ended up keeping it root_owner.

michaelolbrich commented 5 years ago

Please change it. I'll handle mke2fs_conf myself.

leojrfs commented 5 years ago

done :+1: