X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=331942a67b78a84cfb78fd951ea782d9c4821d36;hp=2f67a65759d4688572682393d547aa976855710a;hb=511da58c35c14e7e983cd65c1e705279c50f4098;hpb=e0dcdcb0e170aa4287de4c14fae6cc766a890893 diff --git a/make.sh b/make.sh index 2f67a65759..331942a67b 100755 --- a/make.sh +++ b/make.sh @@ -338,8 +338,9 @@ buildipfire() { ipfiremake pptp ipfiremake unzip ipfiremake which - ipfiremake linux-xen + ipfiremake linux XEN=1 ipfiremake atl2 XEN=1 + ipfiremake hso XEN=1 ipfiremake e1000e XEN=1 ipfiremake kqemu XEN=1 ipfiremake v4l-dvb XEN=1 @@ -350,6 +351,7 @@ buildipfire() { ipfiremake compat-wireless XEN=1 ipfiremake linux ipfiremake atl2 + ipfiremake hso ipfiremake e1000e ipfiremake kqemu ipfiremake v4l-dvb @@ -607,8 +609,8 @@ buildipfire() { ipfiremake sslh ipfiremake perl-gettext ipfiremake vdradmin - ipfiremake x11libs - ipfiremake xen +# ipfiremake x11libs +# ipfiremake xen ipfiremake miau ipfiremake net-snmp ipfiremake perl-DBI @@ -699,7 +701,7 @@ buildpackages() { # Create images for install ipfiremake cdrom ED=$IPFVER - + # Check if there is a loop device for building in virtual environments if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then ipfiremake usb-stick ED=$IPFVER @@ -710,6 +712,14 @@ buildpackages() { ipfirepackages + # Check if there is a loop device for building in virtual environments + if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then + cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/ + ipfiremake xen-image ED=$IPFVER + rm -rf $LFS/install/packages/linux-xen-*.ipfire + fi + mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1 + # Cleanup stdumount rm -rf $BASEDIR/build/tmp/*