X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.squbes.com (squbes.com [208.74.142.49]) by lists.alpinelinux.org (Postfix) with ESMTP id ECD9461A7E8 for ; Tue, 4 Aug 2009 04:24:37 +0000 (UTC) Received: from [10.252.6.136] (c-71-198-148-217.hsd1.ca.comcast.net [71.198.148.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nangel@nothome.org) by mail.squbes.com (Postfix) with ESMTPSA id 4049850001CAD; Tue, 4 Aug 2009 04:24:37 +0000 (UTC) Message-ID: <4A77B804.8050202@nothome.org> Date: Mon, 03 Aug 2009 21:24:36 -0700 From: Nathan Angelacos User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: jeremy@thomersonfamily.com CC: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Development environment References: <6602aeca0908032055w2064f38dn8dbbfe3491a81e35@mail.gmail.com> In-Reply-To: <6602aeca0908032055w2064f38dn8dbbfe3491a81e35@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Welcome, Jeremy, 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? > ACF developmemt is lua based, so I used a vm with a local web server+git. Of course, there's probably good reasons I'm not involved in the web development much these days. For compiling C code, there's the chroot environment http://wiki.alpinelinux.org/w/index.php?title=Setting_up_the_build_environment > 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). Looking at the initrc, it /looks/ like the apkovl has to be on the first usb drive, which would normally be /dev/sda; not sdb Well, actually it has to be on a device that is automounted; the init script looks for cdrom, floppy and usb. If you are booting from a virtual USB device, store your apkovl there. Otherwise, try creating a virtual floppy and storing it on floppy. > I'm not sure if this is a timing issue - perhaps VMWare doesn't make the > USB stick appear to the VM early enough. 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. tdtrask is the main ACF developer - he's in EDT so he'll probably have more (correct) info for your tomorrow morning. > > Thanks for any pointers. > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---