Received: from ncopa-desktop (unknown [IPv6:2001:4646:fb05:0:4dc6:b7a9:f290:ed61]) (Authenticated sender: ncopa@alpinelinux.org) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPSA id 4BA6F221CB8; Mon, 17 Aug 2026 11:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1786965179; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jVrNi+W0Tof5XPJ7aFhGTbma/HKc3+c7SMMiKbnmBh8=; b=FfWyhdqKbfvAVWbUa6TjkkH7PKfiBuLql08L1dyPisenCTjHgJY/lJDCCFAd9a760YQGkC NG0W75z/x3NRPzfsSQBGwAdiBoxrO9OiZA+ygfY1BS4TGVULM8vIlynCqv3NAY9I7EF3iz GhngPFzmH9eDrF2chNCI3B8MudLrxwM= Date: Mon, 17 Aug 2026 13:12:54 +0200 From: Natanael Copa To: Gilbert Cc: "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> Subject: Re: Alpine 'virt' iso offline and VM choice Message-ID: <20260817131254.6fe66138@ncopa-desktop> In-Reply-To: References: X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 17 Aug 2026 08:26:31 +0000 Gilbert wrote: > I want to install Alpine in a VM for a local server. > > I noticed that the 'virt' iso can't be installed on disk without downloading > some packages from the internet. That's annoying. What's the rationale behind > that? The reasoning is that in most cases you would need to get *something* from internet anyway, so then we can keep the alpine-virt release image minimal by requiring that everything is downloaded from internet. > If I used the 'extended' iso instead, would I be missing something > compared to 'virt'? > It says the 'virt' iso is "optimized for virtual systems", so I > wonder if it has an advantage in terms of performance or resource > usage. You get a bigger kernel with support for a lot more, that you probably don need in a VM. (sound drivers, wifi drivers, drivers for bare-metal etc...) Another option could be to use the cloud images, where you get a pre-installed disk image. -nc