From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6716822677311455232 X-Received: by 2002:a5d:62cc:: with SMTP id o12mr24977036wrv.63.1564996927251; Mon, 05 Aug 2019 02:22:07 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:a557:: with SMTP id o84ls28796017wme.3.gmail; Mon, 05 Aug 2019 02:22:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqzD1g6G9O1QDOYSOGplw27U35WXYHRa7z/6oZXa4AbHy3Zm3kzvPYAz+gkEUuYWrN6HMmxM X-Received: by 2002:a7b:c0c6:: with SMTP id s6mr18818682wmh.115.1564996926825; Mon, 05 Aug 2019 02:22:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564996926; cv=none; d=google.com; s=arc-20160816; b=UIVB+VtM2Fa2Iy2ztYFscSAGGtlpu7ABW2/BrDZ6HBcz7AwR7bSbcQtlXiqibkOGAW TOVgTFcgpV0mJ+ryysobG1U+Vg3462KlAAyecAuORQjFglnPNyr5a/BkMDVuK59KSJvQ c3UL6GQutwYzG5vQ1PQSnsFaTp4Fmztp8ykzRlL/tiLQps68HBC19mjtFicsKf27ecgS 36uGINmGJoRoIE3qMQAvPI9z2y2LZWjT0P13OaywWUjM/SCWpSPjOtRi4RWmf1YgRJdZ CQbiN5Li7tlEdR0Z9On+oHw3TzpLLzSMTX0/TXZP2Edf1DlN3ppuQqgwFH8Dd51Uy2H6 tRiw== 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=PtLWjQFZru60arwJKB5wU9c9vtNFw3RaqEyWobGWfXw=; b=GeO64Ee0qA+lgNgMcKW8900YIF+kCCSy9zHJi5VbGOL5TeTeaYTQ0wLu+rZhIgxQ6X kNqsJgVBhFHYZCA8RV7100wRA5e3zoVbxq3EZpYf5UNNQ0uK7lfN/x7WtgFCUXwIuLei qZcEfiA/yLpUtQcQFuSTzRmUSSNxsUzt7HdEEn4FNbWfRFpkW69NxeoebQqyLloCAUki d9umIbZUaJSTDwa5NogxazjFd4zU1g1OvAdD1jUpBqw6U5fHTsDtYs8oiHRdHLNBh0FW rrT1UEmSsf9Yn2Vv+az/AkItajWYXlv60Qa51Jm4+EZbcfiuunGVhTAErMG3iJxPZm7H 8XtQ== 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 p15si865840wmb.0.2019.08.05.02.22.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 05 Aug 2019 02:22:06 -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 (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x759M4Am007444 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 5 Aug 2019 11:22:06 +0200 Date: Mon, 5 Aug 2019 11:22:04 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH 1/2] meta: recipes-support shrink with preconfig instead of postproc Message-ID: <20190805092204.GD32438@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <20190723114224.22776-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190723114224.22776-1-henning.schild@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: n7exjnWK/ZMN On Tue, Jul 23, 2019 at 01:42:23PM +0200, Henning Schild wrote: > This adds two support packages to shrink an image and keep it small in > case apt/dpkg will be used on the system later on. > An alternative would be postprocess functions, they would be run-once > and if the system continues to receive package updates new files will > not be cleaned up. Thanks, applied to next. With kind regards, Baurzhan.