Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2005 04:24:19 +0300
From:      Giorgos Keramidas <keramida@freebsd.org>
To:        Mike Jakubik <mikej@rogers.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Creating own snap isos
Message-ID:  <20050828012419.GA7073@gothmog.gr>
In-Reply-To: <1668.172.16.0.199.1125191131.squirrel@172.16.0.1>
References:  <1268.172.16.0.199.1125164980.squirrel@172.16.0.1> <20050827175151.GM26920@bunrab.catwhisker.org> <1668.172.16.0.199.1125191131.squirrel@172.16.0.1>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-08-27 21:05, Mike Jakubik <mikej@rogers.com> wrote:
>On Sat, August 27, 2005 1:51 pm, David Wolfskill said:
>> On Sat, Aug 27, 2005 at 01:49:40PM -0400, Mike Jakubik wrote:
>>
>>> Can someone tell me or point to a resource explaining how one can
>>> create their own bootable install isos, based on their current source?
>>> Are there
>>> any tools provided to automate the process?
>>
>> I believe the process to research is called "make release."
>
> Thanks, i followed the man page instructions, but the process seems to
> stop with this error:
>
> ===> share/zoneinfo (install)
> umask 022; cd /usr/src/share/zoneinfo;  zic -D -d
> /tmp/chroot/usr/share/zoneinfo -p America/New_York  -u root -g wheel -m
> 444   -y /usr/obj/usr/src/share/zoneinfo/yearistype africa antarctica asia
> australasia etcetera europe  factory northamerica southamerica systemv
> zic: can't link from /tmp/chroot/usr/share/zoneinfo/America/Indianapolis
> to /tmp/chroot/usr/share/zoneinfo/EST: No such file or directory
> *** Error code 1
>
> Stop in /usr/src/share/zoneinfo.
> *** Error code 1

You're not using make's -j option, are you?  If you are, then try
without it and see if that works better.




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