xentaur

diff build-xenomips-image @ 41:8c00f233a1d4

removed full pathes from execs inside xentaur.py
author igor
date Wed Oct 24 12:31:52 2007 +0300 (2007-10-24)
parents 10444acb35f4
children e006fac33f05
line diff
     1.1 --- a/build-xenomips-image	Fri Oct 12 17:31:34 2007 +0300
     1.2 +++ b/build-xenomips-image	Wed Oct 24 12:31:52 2007 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  DYNAMIPS_BUILD=no
     1.6  XENOMIPS_FS_BUILD=yes
     1.7 -CONFIG_FS_BUILD=no
     1.8 +CONFIG_FS_BUILD=yes
     1.9  IOS_FS_BUILD=yes
    1.10  
    1.11  XENOMIPS_DIR="files/"
    1.12 @@ -25,7 +25,7 @@
    1.13  
    1.14  DEBIAN_MIRROR=http://debian.osdn.org.ua/debian
    1.15  DISTRO=sid
    1.16 -PACKAGES="openssh-server libc6-xen libelf1 libpcap0.8 screen nfs-common quagga tcpdump"
    1.17 +PACKAGES="openssh-server libc6-xen libelf1 libpcap0.8 screen nfs-common quagga tcpdump telnet ntpdate hping3 openntpd"
    1.18  DYNAMIPS_SOURCES=http://www.ipflow.utc.fr/dynamips/dynamips-0.2.7.tar.gz
    1.19  DYNAMIPS_BUILD_DIR=dynamips/
    1.20  KERNEL_VERSION=`uname -r`
    1.21 @@ -134,7 +134,7 @@
    1.22  if  echo $CONFIG_FS_BUILD | grep -qi ^y
    1.23  then
    1.24      myecho Preparing the Xenomips config filesystem
    1.25 -    dd if=/dev/zero of=${CONFIG_FS_NAME} bs=1k count=${CONFIG_FS_SIZE}
    1.26 +    dd if=/dev/zero of=${CONFIG_FS_NAME} bs=1k count=1 seek=${CONFIG_FS_SIZE} 
    1.27      mkfs.ext3 -F ${CONFIG_FS_NAME}
    1.28  
    1.29      mount -o loop ${CONFIG_FS_NAME} ${WORK_DIR}