[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:
parent
aad0623a03
commit
f62c58bce6
@ -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
|
||||
|
@ -2,7 +2,6 @@ aif
|
||||
aufs2
|
||||
aufs2-util
|
||||
b43-fwcutter
|
||||
base
|
||||
crda
|
||||
ddrescue
|
||||
dialog
|
||||
|
@ -2,7 +2,6 @@ aif
|
||||
aufs2
|
||||
aufs2-util
|
||||
b43-fwcutter
|
||||
base
|
||||
crda
|
||||
ddrescue
|
||||
dialog
|
||||
|
Loading…
Reference in New Issue
Block a user