On Thu, 11 Aug 2011 11:14:21 -0300 Gerardo Exequiel Pozzi <[email protected]> wrote:
> Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> > --- > configs/releng/aitab.core | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configs/releng/aitab.core b/configs/releng/aitab.core > index e538000..ebb0aa3 100644 > --- a/configs/releng/aitab.core > +++ b/configs/releng/aitab.core > @@ -2,5 +2,5 @@ > root-image / %ARCH% xz > ext4 50% lib-modules /lib/modules %ARCH% > xz ext4 10% usr-share /usr/share > any xz ext4 50% > -core-pkgs /repo/pkg %ARCH% xz > none 0 -core-any-pkgs /repo/any any > xz none 0 +core-pkgs /repo/core/%ARCH% > %ARCH% xz none 0 > +core-any-pkgs /repo/core/any any xz > none 0 I would suggest to give the images also more appropriate names, the same thoughts as for the directories. Example: repo-core-%ARCH% repo-core-any Dieter
