Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.189.118]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 000D6782AFA for ; Thu, 23 Jan 2020 09:31:45 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 4303C2DE434C; Thu, 23 Jan 2020 09:31:44 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 435F42DE4216; Thu, 23 Jan 2020 09:31:43 +0000 (UTC) Date: Thu, 23 Jan 2020 10:31:35 +0100 From: Natanael Copa To: PICCORO McKAY Lenz Cc: alpine-user Subject: Re: mkfs.vfat are but not ext3? why only extended images are offline installable? Message-ID: <20200123103135.07ed781a@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 22 Jan 2020 16:21:42 -0400 PICCORO McKAY Lenz wrote: > as of handbook said only extended are offline install able, > BUT THAT ARE ONLY IN x86 ARCHS, no arm/virtual offline media could be found > and that causes lot of troubles! That is the price we are paying for small release media. The idea is that you will likely need network to get the latest security updates anyway, and it is nice to get those while doing the install rather than first install to disk and then update. It is also not know exactly what applications the user wants so an offline iso would need a wide range of different possible combinations a user may want. This again means that the offline iso will be big and most users will not use majority of the contents there. So the big iso download result in a waste of bandwidth, both for users and for all the alpine mirrors. Better have the release media small and let users only download what they need when they need it. You can use the extended in a virtual environment. For other architectures you need network. > i tested all and this are the problems .. due in my home there's no > networking; > also for virtual ones there's some troubles if need network in prior stage > of.. > what about if i have a xtrange network card in newer hardware? > > 1) put media dn boot > 2) logi as root, of course no password > * setup-keymap es es > * setup-timezone -z UTC > * fdisk /dev/sda > * input secuence: `o, n, p, 2048, +100G, n, p, enter, +4G, t, 2, 82, w` > * mkfs.ext3 -b 2048 /dev/sda1 > > here said that only have available the stupid mkfs.vfat .. incredible.. but > not mkfs.ext3? mkfs.vfat is an applet in busybox. e2fsprogs was excluded because not everyone uses ext3/4, and you will need network to fetch the kernel anyways. -nc