cvs commit: src/tools/tools/nanobsd/Customize files pkgs
Poul-Henning Kamp
phk at phk.freebsd.dk
Tue May 24 10:08:03 GMT 2005
In message <20050524092454.GI12943 at webcom.it>, Andrea Campi writes:
>Don't these duplicate what already is in Customize/default? Even though
>I do prefer keeping the two steps separate the way you did...
Yes. I don't like Customize/default, I want to have more control
over it.
> cd $3/Files
>-find . -print | cpio -dumpv $1
>+find . ! -path \*/CVS\* -print | cpio -dumpv $1
Going in when tested.
> - I don't install pkg_add on the image, so Customize/pkgs has
>no chance of working; the Customize/default is better, any chance
>of using that instead? Something like (untested):
I'm not at all keen on mucking about with the contents of the packages
this way, I'd rather copy pkg_add into the chroot and remove it afterwards.
> - if we go this way, default is only left with movelocaletc, which
>could be as well moved into its own script.
Exactly.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the cvs-src
mailing list