Am Mittwoch, den 05.05.2021, 20:46 +0200 schrieb Jonas Smedegaard:
> Quoting Johannes Schauer Marin Rodrigues (2021-05-05 19:37:16)
>
> > The patch should probably look something like this:
> >
> > @@ -5461,10 +5461,8 @@ sub main() {
> > '-c',
> > '--exclude=./dev'
> > );
> > - # tar2sqfs and genext2fs do not support extended attributes
> > - if ($format eq "squashfs") {
> > - warning "tar2sqfs does not support extended attributes";
> > - } elsif ($format eq "ext2") {
> > + # genext2fs does not support extended attributes
> > + if ($format eq "ext2") {
> > warning "genext2fs does not support extended attributes";
> > } else {
> > push @taropts, '--xattrs';
>
> @Benjamin: Will you have the honour? You seem more expert in using
> mmdebstrap and therefore more likely to catch flaws in this than
> me...Uploaded as mmdebstrap 0.7.5-2.1 and pushed changes to salsa. The patch can be directly applied with "git am" on the upstream project as well. -- Benjamin Drung Senior DevOps Engineer and Debian & Ubuntu Developer Compute Platform Operations 1&1 IONOS SE | Greifswalder Str. 207 | 10405 Berlin | Deutschland E-Mail: [email protected] | Web: www.ionos.de Hauptsitz Montabaur, Amtsgericht Montabaur, HRB 24498 Vorstand: Hüseyin Dogan, Dr. Martin Endreß, Claudia Frese, Henning Kettler, Arthur Mai, Matthias Steinberg, Achim Weiß Aufsichtsratsvorsitzender: Markus Kadelke Member of United Internet Diese E-Mail kann vertrauliche und/oder gesetzlich geschützte Informationen enthalten. Wenn Sie nicht der bestimmungsgemäße Adressat sind oder diese E-Mail irrtümlich erhalten haben, unterrichten Sie bitte den Absender und vernichten Sie diese E-Mail. Anderen als dem bestimmungsgemäßen Adressaten ist untersagt, diese E-Mail zu speichern, weiterzuleiten oder ihren Inhalt auf welche Weise auch immer zu verwenden. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient of this e-mail, you are hereby notified that saving, distribution or use of the content of this e-mail in any way is prohibited. If you have received this e-mail in error, please notify the sender and delete the e-mail.
signature.asc
Description: This is a digitally signed message part

