Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 92978781966 for <~alpine/devel@lists.alpinelinux.org>; Tue, 1 Sep 2020 17:39:10 +0000 (UTC) Date: Tue, 01 Sep 2020 17:38:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c705.be; s=protonmail; t=1598981949; bh=UOpyD41tbKYUPFlYBwAPvdo8/9NjYZJ/gIRb3DhMMAI=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=r2ADG5XP59M832bVHGcmdiKElE5wn3/c4DVigO9LLLjji/5TrIRfyBkltpR4Aqe4c vEJldp050r7T8bCbhkGskwJcx60EkMLVwqLxj1ZqoMNPLRoadt0iOLcMQUyOUZt9H6 YIuHGfxXZ+geT4BXau9AjUMvcMTsYYh9/x4bXFcU= To: Mogens Jensen From: "Tyler G. Sherrard" Cc: "~alpine/devel@lists.alpinelinux.org" <~alpine/devel@lists.alpinelinux.org> Reply-To: "Tyler G. Sherrard" Subject: Re: Custom ISO image without firmware? Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Hi > I'm using mkimage to build custom ISO images. I don't need the > firmware, but so far all attempts to avoid it has been unsuccessful > as about 155 MB of firmware files are automatically built into modloop. You can hack around mkimg.base.sh (in aports/scripts) as well as possibly /= sbin/update-kernel, which is what I ended up doing to add/remove my own items from modloop c705