Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 12:48:10 +0200
From:      freebsdonline <lists2@freebsdonline.com>
To:        freebsd-current@freebsd.org
Subject:   Re: nanobsd / dd problem?
Message-ID:  <52CFCFEA.8030806@freebsdonline.com>
In-Reply-To: <alpine.WNT.2.00.1312091906560.5348@ux32.win.rm-i.net>
References:  <52a4ad05.892ee50a.41cd.084aSMTPIN_ADDED_BROKEN@mx.google.com> <20131209044239.GS59496@kib.kiev.ua> <000b01cef4ac$d717b350$854719f0$@hegnauer@gmx.ch> <52A58A48.7000605@freebsdonline.com> <alpine.WNT.2.00.1312091906560.5348@ux32.win.rm-i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
mike wrote:
> Hi,
>
> On Mon, 9 Dec 2013, freebsdonline wrote:
> ...
>> Theres also an issue with package management, the nanobsd script 
>> still uses pkg_add instead of pkg.
>>
>
> for -current I've added cust_pkgng() to nanobsd.sh
> It needs to get called manually instead of cust_pkg() though.
> ( customize_cmd cust_pkgng )
>
> Greetings
> ---
> Michael Reifenberger
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe@freebsd.org"
>
Still the nanobsd.sh script is building a broken image on FreeBSD 10.0 RC4:

After booting the image in a VirtualBox machine:

Trying to mount root from ufs:/dev/ada0s1a [ro]...
mount: /dev/ada0s3: Invalid argument
mount -o ro /dev/ada0s3 /conf/default/etc failed: dropping into /bin/sh

It seems the third partition (the one that holds the data for config 
files) has errors on it:

# disklabel /dev/ada0s3
disklabel /dev/ada0s3
disklabel: /dev/ada0s3: no valid label found

In my nanobsd.conf I have (20MB for data partition):

NANO_MEDIASIZE=2097152
NANO_DATASIZE=40960
NANO_IMAGES=2




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