]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Speciy the dev in an easily changed variable
authorWarner Losh <imp@FreeBSD.org>
Mon, 28 Sep 2020 06:00:56 +0000 (06:00 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 28 Sep 2020 06:00:56 +0000 (06:00 +0000)
commit4c4e2b3de336ac6e062eec7ec357b60d9da126ab
tree15b18e073e6a9cb2f4818edaa09895c91d1c5e4d
parentd53ed7359028caa01cbf60a819abd0e0b0da7a57
Speciy the dev in an easily changed variable

Rather than hard coding ada0 everywhere, use ${dev}. Also, set
dev=vtbd0 since both qemu and bhyve support this. More work
should be done to use labels instead for fstab.

qemu scripts likely need adjustment. And we should also
likely generate byhve scripts too.
tools/boot/rootgen.sh