On Thu, Dec 10, 2009 at 11:34 AM, Adrian Terranova <[email protected]> wrote:
> I don't see any reason why it couldn't just be another build target -
> I can futz with it when I get time. You can also just use the binaries
> from the x86 image like this.

(sorry - meant to nip as portion of my writeup.)

[snip]
....
1) d/l the latest openwrt for uml from

http://kamikaze.openwrt.org/8.09.1/x86/openwrt-x86-ext2.image

I really really wish - they had a CURRENT link here for this.

2) modify that puppy to your hearts content - for instance

mkdir /tmp/foo
mount -o loop ./openwrt.x86-ext2.image /tmp/foo
cd /tmp/foo
chroot . /bin/ash
echo "nameserver x.x.x.x" > /etc/nameserver
opkg update
opkg install BLAH
mkdir /etc/dropbear

echo "VTYSH_PAGER=/usr/bin/less" > /root/.profile

exit <--- moved this to the right spot.
umount /tmp/foo
cp ./openwrt.x86-ext2.image $CLOOMIX_HOME/bulk/openwrt_uml


(and then just boot the uml image with the kernel in the snapshot tree.)

--Adrian

>
> Where is the makefile for the binaries / packges? ( I can poke thru.)
>
> if you need a specific example install clownix - but I installed
> quagga  / vtysh (and could have installed anything I wanted (I
> think).. I tried with xwrt images and openwrt 8.09 ... and it all
> seemed to work - but YMMV
>
> for pointers see.
>
> http://www.vlcg.net/content/clownix-update
>
> --Adrian
>
> On Thu, Dec 10, 2009 at 9:24 AM, Benjamin Henrion <[email protected]> wrote:
>> On Thu, Dec 10, 2009 at 2:47 PM, Bastian Bittorf <[email protected]> 
>> wrote:
>>> * Benjamin Henrion <[email protected]> [10.12.2009 14:30]:
>>>>
>>>> It is a pain to have to setup its own webserver if you want to install
>>>> packages for openwrt-uml.
>>>
>>> Just run 'httpd -h /mydir' and place your packages there.
>>> It's not openWRT's fault, that your windows does not have a simple httpd.
>>
>> It seems that the developers does not provide binaries for UML,
>> because of the libc6 dependency of different linux distributions.
>>
>> Why not provide binaries with the libc6 in static?
>>
>> --
>> Benjamin Henrion <bhenrion at ffii.org>
>> FFII Brussels - +32-484-566109 - +32-2-4148403
>> "In July 2005, after several failed attempts to legalise software
>> patents in Europe, the patent establishment changed its strategy.
>> Instead of explicitly seeking to sanction the patentability of
>> software, they are now seeking to create a central European patent
>> court, which would establish and enforce patentability rules in their
>> favor, without any possibility of correction by competing courts or
>> democratically elected legislators."
>> _______________________________________________
>> openwrt-devel mailing list
>> [email protected]
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>>
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to