[flashboot] Flashboot still possible with 4.9

2011-05-03 Thread flashbootlist
Dear List, My home firewall runs on an Alix system with a flashboot OpenBSD 4.6. I haven't upgraded since and I thought now with the release of 4.9 it made sence to build a new flashboot. I installed a virtualbox with 4.9; downloaded the latest flashboot scripts (2010-12-24) and executed

Re: [flashboot] Flashboot still possible with 4.9

2011-05-03 Thread James Records
Rickard, Here is what I have, this needs to be run from within a directory that includes the following sets: base49.tgz etc49.tgz comp49.tgz man49.tgz misc49.tgz src.tar.gz sys.tar.gz also in this directory needs to be mk-mini.conf I execute this script as follows: sh build-chroot-env.sh

Re: [flashboot] Flashboot still possible with 4.9

2011-05-03 Thread flashbootlist
Hi Stuart List, I think I found the topic you mention and this is what I understood from it: tar -xzf flashboot-SNAP-20101224.tar.gz cd flashboot export WORKDIR=sandbox mkdir -p ${WORKDIR} tar -xzf ../base49.tgz -C ${WORKDIR}/ tar -xzf ../etc49.tgz -C ${WORKDIR}/ tar -xzf ../comp49.tgz -C