mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

do not preserve owner in tar if running as root #82

Open FlorianHeigl opened 5 years ago

FlorianHeigl commented 5 years ago

gnu tar has a strange idea to set the owner sometimes. it would like to use the docker containers uid (1000) on vfat, can't and aborts the time building. result is that spl is missing and card is unbootable. this option disables that feature.