Date: Fri, 16 Jan 2009 16:05:51 +0100 From: Dimitry Andric <dimitry@andric.com> To: "Eric L. Chen" <d9364104@mail.nchu.edu.tw> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: make release problem? Message-ID: <4970A24F.5080102@andric.com> In-Reply-To: <a50d5a500901160637n78474d57kb87830dcf26c855@mail.gmail.com> References: <4970976B.1000208@andric.com> <a50d5a500901160637n78474d57kb87830dcf26c855@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2009-01-16 15:37, Eric L. Chen wrote: > I modified this file "src/release/scripts/doFS.sh" to make release on > 7-STABLE/8-CURRENT boxes. > Change line 76 from: > newfs -O1 -i ${FSINODE} -o space -m 0 /dev/${MDDEVICE}c > to: > newfs -O1 -i ${FSINODE} -o space -m 0 /dev/${MDDEVICE} Well, I would change this into ${MDDEVICE}a instead, but both changes are just a kludge. The real reason seems to lie in the GEOM_BSD to GEOM_PART_BSD transition: I have just tested the same scenario on a 7.1 box, and when you run bsdlabel there, it creates both md0a AND md0c in /dev. This seems to have changed, maybe unintentionally, with GEOM_PART_BSD.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4970A24F.5080102>