Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2016 11:04:25 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Sean Bruno <sbruno@freebsd.org>, Adrian Chadd <adrian.chadd@gmail.com>
Cc:        "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Subject:   Re: metalog -> makefs is broken again in -HEAD
Message-ID:  <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org>
In-Reply-To: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org>
References:  <CAJ-VmoknWRf0bkfksp61pamKsLky_b=indGogS%2BJtFrFa%2BXaFw@mail.gmail.com> <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <CAJ-Vmok1weKRsS4F_QWJP5-h%2BTBjAqQE2=PxSFStjh_VZqPF6w@mail.gmail.com> <b3a107fd-80d5-20aa-1f2b-ff60a75b8f94@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW
Content-Type: multipart/mixed; boundary="mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c"
From: Bryan Drewery <bdrewery@FreeBSD.org>
To: Sean Bruno <sbruno@freebsd.org>, Adrian Chadd <adrian.chadd@gmail.com>
Cc: "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Message-ID: <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org>
Subject: Re: metalog -> makefs is broken again in -HEAD
References: <CAJ-VmoknWRf0bkfksp61pamKsLky_b=indGogS+JtFrFa+XaFw@mail.gmail.com>
 <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org>
 <CAJ-Vmok1weKRsS4F_QWJP5-h+TBjAqQE2=PxSFStjh_VZqPF6w@mail.gmail.com>
 <b3a107fd-80d5-20aa-1f2b-ff60a75b8f94@freebsd.org>
 <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org>
 <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org>
 <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org>
 <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org>
In-Reply-To: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org>

--mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On 8/19/16 10:59 AM, Sean Bruno wrote:
> + makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576
> /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img
> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta

Here's the problem. The METALOG is a mtree file, not a makefs manifest.

It needs to pass it as -F and use '.' or full path for the directory.

Such as:

makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576
-F /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta
/home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img
=2E

I get the million errors with the quoted form and none with the
suggested form.

--=20
Regards,
Bryan Drewery


--mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c--

--4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJXt0opAAoJEDXXcbtuRpfPqJ0IAJ/8DANqT3fnTPnMHABWnzoP
GgTHh8QrX5zHE42+VKu7xD7lb/3WI8OCa6dZFWQ3FMetlB74v2HseJ+18xbZpKOD
SfVswLJS/Ml6JOnyWhn844tb8mawJMbEDJHR8jUoEI1BR1czbQ1a+H52IAB6RS9Y
S4+pnt5O6hCB6QMCNm5Xa9ISc6d6c2x+UTyhxhKsY6paddOQNAs2Y7POfV0Lxm9/
0NGYL0NnxTXeu83u9WPZCbT75cx2Co1oIwmN1In7vsA02eJGKmx+soa3x3p3Q962
V1qf7cSjTslEDSm6JcLqhCsB9BW4B8WkJ+64LAbntoKlIMORRoVgK6OWkj1n4UE=
=/nQy
-----END PGP SIGNATURE-----

--4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?894b4841-166c-422f-9fe8-50ed261d76bb>