Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Revert to use svnd instead of never vnd since USB boot stopped workin…
Browse files Browse the repository at this point in the history
…g at all with vnd device
  • Loading branch information
jryberg committed Oct 2, 2011
1 parent 1caafd1 commit bbaf010
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ MTREE_CUST= ${.CURDIR}/mtree.conf
MOUNT_POINT= /mnt
SRCDIR?= /usr/src
KSRC= ${SRCDIR}/sys
VND= vnd0
VND= svnd0
DESTDIR?= /

# Shouldn't need to touch these
Expand Down
2 changes: 1 addition & 1 deletion build-diskimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRCDIR=${BSDSRCDIR:-/usr/src}
DESTDIR=${DESTDIR:-${BASE}/sandbox}
KERNELFILE=${KERNELFILE:-${BASE}/obj/bsd.gz}
SUDO=sudo
DEVICE=vnd0
DEVICE=svnd0
MOUNTPOINT=/mnt
TEMPFILE=/tmp/build-diskimage.tmp.$$

Expand Down
2 changes: 1 addition & 1 deletion build-kernel-injail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

# Cleanup just in case the previous build failed
umount /mnt
vnconfig -u vnd0
vnconfig -u svnd0

make KCONF=${KERNEL} clean

Expand Down
2 changes: 1 addition & 1 deletion build-usbimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SRCDIR=${BSDSRCDIR:-/usr/src}
DESTDIR=${DESTDIR:-${BASE}/sandbox}
KERNELFILE=${KERNELFILE:-${BASE}/obj/bsd.gz}
SUDO=sudo
DEVICE=vnd0
DEVICE=svnd0
MOUNTPOINT=/mnt
TEMPFILE=/tmp/build-diskimage.tmp.$$

Expand Down
2 changes: 1 addition & 1 deletion build-usbkernel-injail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mv list.temp2 list.temp

# Cleanup just in case the previous build failed
umount /mnt
vnconfig -u vnd0
vnconfig -u svnd0
make KCONF=${KERNEL} clean

# Make kernel
Expand Down

0 comments on commit bbaf010

Please sign in to comment.