From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6717541920888848384 X-Received: by 2002:a50:9167:: with SMTP id f36mr110939580eda.297.1564633231351; Wed, 31 Jul 2019 21:20:31 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:2f11:: with SMTP id v17ls15188944eji.6.gmail; Wed, 31 Jul 2019 21:20:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqxTuo4i+IiBg4txhdgAuP5Wf6VjRLpUZwOwF4QK/AB0GYGvC8gZ8sGrQ3BGSCNWHyPUHJow X-Received: by 2002:a17:906:32c2:: with SMTP id k2mr5176685ejk.147.1564633230920; Wed, 31 Jul 2019 21:20:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564633230; cv=none; d=google.com; s=arc-20160816; b=Bv9UxKkmNkzpAB/z8FGRr1F0rIvTFOsRt19R1W72M4Q+0nbuGMyjNYcIpwzBWVpegU PISZW1uhFJHWJT9D9z/o44vHFlfsWd7BfepKfc3I+CaMFeWI9bMV0zEUbJw+dZ24AA5/ zYJSbxiixXskGU9MwMt5q4Z1nJuTgunF8BmaG3lnNmfym7FjnFS4j6zi5TSDnbeV7U1O 2JnggqpoF5kgRJ1vruNltvhrhJA0yF4LQKm/o/Bm6czm9Ta39D7Yy60PiH1ZbzDkqoxr fMxc3QnbU8R3FUcQHriBXN0RsTS65N8zG0DoOOPDordC8F51xOLjal4cFiZm/jPnOQeo iHXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=7+NUvVjpXBh6HsetqRgLTF0DOIkc36RPm+baq9K5pFk=; b=HNsLUn/Vmsn5EGs4f/yiUrFtfzneTDCZ9cTk5xPUnYfR0GORkv2Xe1b2UF6t9wWP33 GiWm6mpeaUQtMCqov+dGyCmexRfbAM/lzVshwvzVj1RcCChok0guSeekRoIlftR3nfxx 0lPqN/kN4bfYFK0wkbulAzmeMDudjDdjX7iFjsp2luS2rF/+OH9GtuokPaHGMBeYp9yl lvVpbFoBhxmei91O7VBRh71cZlWbI5qahykl+tqgC1LXn/iQoPwNmbcUAf0iyyqtxwSP 1gkrcapunWO4uH3yijyqYb41l4Wt2WSF5tuEBBpUOiVcmeO2dqRiP+B1LFBABUGWNYjf 2dxg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a41si4142392edc.5.2019.07.31.21.20.30 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 31 Jul 2019 21:20:30 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de ([88.74.195.149]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x714KTQJ021479 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 1 Aug 2019 06:20:30 +0200 Date: Thu, 1 Aug 2019 06:20:23 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] meta/ext4-img: Fix file system type to ext4 Message-ID: <20190801042023.GG14716@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190725101316.2202-1-quirin.gylstorff@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725101316.2202-1-quirin.gylstorff@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: t2PNE25EDL+D On Thu, Jul 25, 2019 at 12:13:16PM +0200, Quirin Gylstorff wrote: > mke2fs defaults to ext2 if no filesystem is given and /etc/mke2fs > is not adapted. Reverts back to ext4 after mke2fs was introtuced > with : Applied to next, thanks. With kind regards, Baurzhan.