Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 23:25:16 +0200
From:      Andreas Nilsson <andrnils@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Sysinstall with install.cfg
Message-ID:  <e31a2e0904011425l3fa6f3d1s32448f869a5c9084@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello,

I've been tasked with building a modified FreeBSD release, which among other
things should have a scripted sysinstall. However when I try to use a basic
one I get an error saying something like:

"No such device /dev/da0s1b", but in the debug output I see that it was
created. The install.cfg I'm using is:

debug=yes

################################
# Which installation device to use
mediaSetCDROM
################################

################################
# Select which distributions we want.
#dists=
#distSetCustom
distSetDeveloper
################################

################################
# Now set the parameters for the partition editor on da0.
disk=da0
partition=all
bootManager=none
diskPartitionEditor
diskPartitionWrite
################################

da0s1-1=ufs 62914569 /
da0s1-2=swap 16777216 none
da0s1-4=ufs 0 /usr
diskLabelEditor
installCommit

What am I missing?

Best regards
Andreas Nilsson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e31a2e0904011425l3fa6f3d1s32448f869a5c9084>