X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223]) by lists.alpinelinux.org (Postfix) with ESMTP id 931C161A7E8 for ; Tue, 4 Aug 2009 06:57:42 +0000 (UTC) Received: by bwz23 with SMTP id 23so2954110bwz.25 for ; Mon, 03 Aug 2009 23:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=Sc2kBAePx/UE/HNOSfsAymoCo/RvJTeP4WgG1us7rIk=; b=K/Ay8wyy+rufy+x51cyk9yrtwE5Jiu8NOeH/rW/pJynKJGh7LUIhv1xEdXoEpdorzh dHoZMG8m/P5VXKTSPEovNpqs2ir+I7LUT4IdKxZrUnHeRdBqOwxSyw4CvhY4I65UOVi8 +eCzGh150S9m41GmrJVLYZufsy2/dGBfy06Dk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=HNYQe0cJn0g8+7k18flgP8j2Mf4WZCMgp4m5QRVVlgDHHa6IJacSCL3wFH84Jryj34 c8rrFGJkDX/qcrmEaLujv5S9unNvhnvchdm3Gf6U9NMfHvB5LNjLYNLDy5tVyDgwgl3e ri9Zyq6514NvP2Ra3uq616LNi1YcmREcgbUWg= Received: by 10.103.241.5 with SMTP id t5mr623363mur.128.1249369060904; Mon, 03 Aug 2009 23:57:40 -0700 (PDT) Received: from ?10.65.65.1? ([90.149.199.29]) by mx.google.com with ESMTPS id e8sm45640046muf.6.2009.08.03.23.57.39 (version=SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 23:57:40 -0700 (PDT) Subject: Re: [alpine-devel] Development environment From: Natanael Copa To: jeremy@thomersonfamily.com Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <6602aeca0908032055w2064f38dn8dbbfe3491a81e35@mail.gmail.com> References: <6602aeca0908032055w2064f38dn8dbbfe3491a81e35@mail.gmail.com> Content-Type: text/plain Date: Tue, 04 Aug 2009 08:59:04 +0200 Message-Id: <1249369144.12941.76.camel@localhost.localdomain> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit On Mon, 2009-08-03 at 22:55 -0500, Jeremy Thomerson wrote: > I am new to Alpine Linux and would like to experiment with it and > possibly submit patches to improve the ACF modules, or add new ACF > modules. My main question is: what do you use for your development > environment? Do you have a physical box that you have Alpine loaded > on that you use for development? Do you use a VM? My deskto pis an archlinux box with a vserver kernel. I run my build environment in a vserver. (vservers are advanced chroots basicly) Then i create development iso images that I boot in kvm/qemu. I used vmware before for this. > I installed Alpine on a VMWare VM tonight, and it runs on it fine. > But on every reboot, I lose the configuration. I added a USB > controller to the VM, mounted the USB stick and did an lbu commit, > which worked fine. But it doesn't seem to auto-mount the USB stick on > boot (/dev/sdb1). I'm not sure if this is a timing issue - perhaps > VMWare doesn't make the USB stick appear to the VM early enough. there was some issues with USB timings before, specially with USB-1 controllers. This should be fixed in recent alpine alpha releases. Will the USB show up on the USB bus in the vm? might be they show up on SCSI or IDE bus in the vm. > Maybe there's a simple command that once the machine is booted will > let me mount the stick and then load the committed configuration from > it. Anyway, I'd be interested in seeing if you have any ideas for > this setup and/or finding out what other Alpine devs use for > development. Other options: * use virtual floppy. For configs only 2.88 MB might be enough. * install alpine to a virtual harddisk and boot of the harddisk. I think I'd recommend the latter, even if its some manual work to get alpine installed. > Thanks for any pointers. > > Jeremy Thomerson -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---