From 0c00c411c6c5bbfc2149f1340d4692ec0b96c11c Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 11 Aug 2009 21:52:58 -0700 Subject: [PATCH] AMD64 - Sync additional modifications to amd64 test Makefile * ad1 becomes ad0 in the qemu-run amd64 kernel. --- test/amd64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/amd64/Makefile b/test/amd64/Makefile index 19e0dfe09a..079c39e8cc 100644 --- a/test/amd64/Makefile +++ b/test/amd64/Makefile @@ -185,9 +185,9 @@ install64: mount cd ${SRCDIR}/etc && \ make -j 4 TARGET_ARCH=amd64 TARGET_PLATFORM=pc64 \ DESTDIR=${QEMUDIR}/root distribution - echo '/dev/ad1s1a / ufs rw 1 1' > ${QEMUDIR}/root/etc/fstab + echo '/dev/ad0s1a / ufs rw 1 1' > ${QEMUDIR}/root/etc/fstab echo 'proc /proc procfs rw 0 0' >> ${QEMUDIR}/root/etc/fstab - echo 'vfs.root.mountfrom="ufs:ad1s1a"' > ${QEMUDIR}/root/boot/loader.conf + echo 'vfs.root.mountfrom="ufs:ad0s1a"' > ${QEMUDIR}/root/boot/loader.conf (egrep -v '^console' ${QEMUDIR}/root/etc/ttys; echo 'console "/usr/libexec/getty Pc" cons25 on secure') > ${QEMUDIR}/root/etc/ttys.new mv -f ${QEMUDIR}/root/etc/ttys.new ${QEMUDIR}/root/etc/ttys cd ${SRCDIR} && \ -- 2.41.0