Hi, i've documented my way (V2) here: http://www.neobiker.de/wiki/index.php?title=XEN_Kernel_EFW I tested it for compiling the EFW-XEN kernel and the glibc-xen for V2.1 so it should be a good starting point fpr V2.1.1 also.
--snip-- mkdir -p /efw-dev/usr/src cd /efw-dev/usr/src wget http://mesh.dl.sourceforge.net/sourceforge/efw/EFW-COMMUNITY-2-devel-RPMS.tar.gz tar xvzf EFW-COMMUNITY-2-devel-RPMS.tar.gz cd /efw-dev mkdir -p usr/src/endian var/lib/rpm dev etc proc sys cp -a /dev/null /dev/zero /dev/urandom /dev/random dev for f in etc/passwd etc/group etc/shadow; do grep root /$f > $f; done grep " / " /etc/fstab > etc/fstab cd usr/src/endian mkdir BUILD RPMS SRPMS SPECS SOURCES cd /efw-dev/usr/src/EFW-COMMUNITY-2-devel-RPMS rpm --initdb --root /efw-dev rpm --root /efw-dev -Uvh *.rpm --nodeps cd /efw-dev/usr/src wget http://mesh.dl.sourceforge.net/sourceforge/efw/EFW-COMMUNITY-2-devel-SRPMS.tar.gz tar xvzf EFW-COMMUNITY-2-devel-SRPMS.tar.gz mount -t proc none /efw-dev/proc chroot /efw-dev cd /usr/src/ cd EFW-COMMUNITY-2-devel-SRPMS rpm -Uvh kernel-2.6.9-34.0.1.EL.endian14.src.rpm cd .. ln -s /usr/src/linux-2.6.9/scripts/kconfig/libkconfig.so /usr/lib cd endian rpmbuild -bc SPECS/kernel26.spec --target i686 --snip-- regards neobiker Peter Warasin-2 wrote: > > Hi people > > Since here has been rumors about the 2.1.1 release, i will inform you > about our plans: > > efw 2.1.1 is a maintenance release with all the fixes we did since 2.1. > Some minor feature enhancements has been done as well. > > I currently upload the iso and SRPM packages and create a fresh tarball > with the toolchain RPM's needed for creating a jail. > So expect the release today or at least next days if something goes wrong. > > So keep tuned. > > > Now a question to you: > > If there is someone which would like to help me and interesting people: > We do not have any readme which describes how to create a working jail > with the RPMS tarball and i read sometimes about the annoyance this fact > creates. > Basically it is installing all the rpms together within a separate root > directory using the --root option of the rpm tool. But maybe there are > some stumbling blocks to manage. Since we never create a jail this way > we don't have this type of document. > But however it would be nice to have it in order to give *you* the > possibility to have a working jail. > > So, if there is anyone which likes to try out creating a jail (after the > release!) and write a readme about it, it would be really nice. > If there should be more or you which would like to do this job: Please > manage yourselves on this list in order to not do the job twice! > > Thank you in advance! > > > Peter > > -- > :: e n d i a n > :: open source - open minds > > :: peter warasin > :: http://www.endian.com :: [EMAIL PROTECTED] > > begin:vcard > fn:Peter Warasin > n:;Peter Warasin > org:Endian GmbH/Srl > adr:;;Pillhof 47;Frangart/Frangarto;BZ;I-39010;Italien/Italia > email;internet:[EMAIL PROTECTED] > tel;work:+39 0471 631763 > tel;fax:+39 0471 631764 > x-mozilla-html:FALSE > url:http://www.endian.com > version:2.1 > end:vcard > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Efw-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/efw-user > > -- View this message in context: http://www.nabble.com/release-of-2.1.1-tf3981419.html#a11312122 Sent from the efw-user mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
