From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75172 invoked by alias); 10 Aug 2015 14:44:29 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 75160 invoked by uid 89); 10 Aug 2015 14:44:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Aug 2015 14:44:28 +0000 Received: (qmail 47663 invoked by uid 13447); 10 Aug 2015 14:44:26 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 10 Aug 2015 14:44:26 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: setup From: Warren Young In-Reply-To: <874mkawe0c.fsf@Rainer.invalid> Date: Mon, 10 Aug 2015 14:44:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <87vbcwfdvw.fsf@Rainer.invalid> <87r3nkfaxn.fsf@Rainer.invalid> <87mvy8f8dz.fsf@Rainer.invalid> <20150803202908.GI17917@calimero.vinschen.de> <87a8u8f4s5.fsf@Rainer.invalid> <871tfidhrm.fsf@Rainer.invalid> <20150805080833.GT17917@calimero.vinschen.de> <87614tn3nm.fsf@Rainer.invalid> <20150806100338.GY17917@calimero.vinschen.de> <87d1z0if40.fsf@Rainer.invalid> <20150807194737.GO12475@calimero.vinschen.de> <874mkawe0c.fsf@Rainer.invalid> To: cygwin-apps@cygwin.com X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00052.txt.bz2 On Aug 7, 2015, at 11:22 PM, Achim Gratz wrote: >=20 > a minimal Cygwin install system w/ busybox Busybox isn=E2=80=99t going to be usable in its normal sense without cygwin= 1.dll to map symlinks to argv[0] so that Busybox can tell how it was called= , and thus which function to provide. But that=E2=80=99s a side issue, because I don=E2=80=99t see why you think = you need Busybox in the first place, unless it is to be able to run postins= t scripts. Can=E2=80=99t you just say that that setup-*.tar.xz package nev= er has a postinst script, so that all you need to do is un-tar it? In that sense, setup.exe is already bootstrapped: it has everything within = itself to be able to replace itself.