X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 3C41CDC1491 for ; Sun, 18 Oct 2015 18:25:59 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 19B3FDC029F for ; Sun, 18 Oct 2015 18:25:59 +0000 (UTC) Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 173C25A7FFF; Sun, 18 Oct 2015 18:15:29 +0000 (GMT) Date: Sun, 18 Oct 2015 20:25:20 +0200 From: Natanael Copa To: 7heo <7heo@mail.com> Cc: "AlpineLinux ML" Subject: Re: [alpine-devel] Rename proposal of alpine .ISOs Message-ID: <20151018202520.471ac3d7@ncopa-laptop> In-Reply-To: References: X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sun, 18 Oct 2015 14:16:56 +0200 7heo <7heo@mail.com> wrote: > I would also get rid of the iso format as the main one, as nobody > burns installation medias anymore. It would be much better to have a > dd'able installation image. The .iso format has only served as an archive format, which you can easily boot directly in qemu. You can also use 7zip in windows to extract the files and run syslinux.exe. I doubt that is ever done though. Maybe a dd'able isohybrid or something would work? But we will also need some storage on the bootable media in case you want to run diskeless. for some storage on dd'able boot media from isohybrid would require user to create a second partition for apkovl. If we have an dd'able boot image with vfat file system we will also need add a second partition for apkovl as fat does not support resize. If we do dd'able boot media that is not fat, but ext4 or similar, then we lose the ability to copy the apkovl on a windows system. For UEFI we will probably need separate boot partition on fat anyway? Is it possible to create a dd'able image file which has a GPT which can resize the data storage partition? -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---