X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id D9B801A72E01 for ; Sat, 15 Oct 2011 12:10:26 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 15698AE4003; Sat, 15 Oct 2011 12:10:24 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I6Y9U47qHMZR; Sat, 15 Oct 2011 12:10:22 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id ACEAFAE4001; Sat, 15 Oct 2011 12:10:22 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 5ED5360A86A4C; Sat, 15 Oct 2011 12:10:22 +0000 (UTC) Received: from localhost (unknown [10.65.96.20]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 0847A60A86A48; Sat, 15 Oct 2011 12:10:21 +0000 (UTC) Date: Sat, 15 Oct 2011 14:09:55 +0200 From: Natanael Copa To: Paul Onyschuk Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] USB creator for windows Message-ID: <20111015140955.4cb65f55@alpinelinux.org> In-Reply-To: <20111015122828.74ce3688.blink@bojary.koba.pl> References: <20111014120046.7257feb8@ncopa-desktop.nor.wtbts.net> <20111014132700.071aac83@ncopa-desktop.nor.wtbts.net> <20111015122828.74ce3688.blink@bojary.koba.pl> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i686-pc-linux-gnu) 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 Sat, 15 Oct 2011 12:28:28 +0200 Paul Onyschuk wrote: > On Fri, 14 Oct 2011 13:27:00 +0200 > Natanael Copa wrote: > > > > > Would be nice to add Alpine Linux as an official[1] supported distro > > for unetbootin. AFAIK there are no usb creators that has official > > support for Alpine Linux. > > > > Also, a gui for an alpine linux desktop would be nice, preferible > > something that does not depend on qt. > > > > openSUSE uses some kind of trick in a way, that LiveCD ISO can be > written to USB as raw image e.g. by dd tool (Image Writer can be used > on Windows machines). This is by far best and most flexible solution > I'm aware of. > > Still I don't know how they do that and how much work would be > required to get this feature to Alpine Linux. They probaly use isohybrid/syslinux. We talked about that for some time ago. What i don't like with that approach is that: 1. you always loose all contents of your USB stick (users might want save a stored apkovl) 2. we use FAT and fat cannot expand. So there will not be any (or fixed only) size for saving other data on the USB. Theoretically, what we have is pretty simple too: 1. unpack files from iso (7zip works) 2. make it bootable (run syslinux.exe and fdisk /mbr or dd mbr.bin) We even have a uniso tool that is able to unpack the iso on the fly. You can 'curl $url_to_iso | uniso' and at the time the iso is downloaded the usb is done. setup-bootable in alpine uses this. What I'm after is something like, instead of downloading Image Writer and an alpine iso image you simple download a alpine-usb-creator tool which downloads and creates the usb in one shot. It would also be nice with a (gtk) gui for this in linux. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---