[syslinux-iso] create root-image tree in two steps

First install {base} group, then install rest of packages listed
at in packages file.
In this way, ensure a fully base system installed first,
avoinding errors from install scriptlets of rest of packages.

(currently there is no issue with packages listed on packages files,
but if some add more packages to customize the iso will see errors)

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2010-06-28 23:24:34 -03:00
parent aad0623a03
commit f62c58bce6
3 changed files with 1 additions and 2 deletions

View File

@ -30,6 +30,7 @@ base-fs: root-image bootfiles initcpio overlay iso-mounts
# Rules for make the root-image for base filesystem.
root-image: $(WORKDIR)/root-image/.arch-chroot
$(WORKDIR)/root-image/.arch-chroot:
mkarchiso -p base create $(WORKDIR)
mkarchiso -p $(PACKAGES) create $(WORKDIR)
# Rule for make /boot

View File

@ -2,7 +2,6 @@ aif
aufs2
aufs2-util
b43-fwcutter
base
crda
ddrescue
dialog

View File

@ -2,7 +2,6 @@ aif
aufs2
aufs2-util
b43-fwcutter
base
crda
ddrescue
dialog