Lines Matching +full:aptck +full:. +full:ttp
2 # $NetBSD: build_image.sh,v 1.2 2009/04/03 22:36:34 perry Exp $
4 # 'installation/floppies' directory. This script cannot be run in the
5 # build environment, it is provided as a howto.
7 # decent script that can be integrated into the build environment.
9 # Leo 10 Sept. 2002.
21 TOOLS="chg_pid.ttp file2swp.ttp loadbsd.ttp rawwrite.ttp aptck.ttp"
29 cat ${i}.gz.uu | (cd $TOOLDIR; uudecode)
30 gunzip -f $TOOLDIR/${i}.gz
41 cat ${base_img}.fs.gz.uu | (cd /tmp; uudecode)
42 gunzip /tmp/${base_img}.fs.gz
43 $SUDO vnconfig $VND_DEV /tmp/${base_img}.fs $geom
46 # Copy the kernel first...
47 cp ${KERNEL_DIR}/netbsd-${2}.gz ${MNT_DIR}/netbsd
53 echo "$i does not fit on ${1}.fs"
57 echo "Contents of ${1}.fs:\n"; ls -l ${MNT_DIR}
61 mv /tmp/${base_img}.fs /tmp/$1.fs
62 gzip -9n /tmp/$1.fs
63 mv /tmp/$1.fs.gz $DESTDIR