index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-07-02 18:56:09 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-07-02 18:56:09 -0300 |
commit | 24da89efc92a13bb22d2eb58bf2dbde8eebed3e9 (patch) | |
tree | b63bd4161394864a583b03ee05158c93f916d9b1 /configs | |
parent | 1114731c288ec59db8281a6422ab7cdd380d1fed (diff) |
-rw-r--r-- | configs/syslinux-iso/Makefile | 2 | ||||
-rw-r--r-- | configs/syslinux-iso/isomounts | 2 |
diff --git a/configs/syslinux-iso/Makefile b/configs/syslinux-iso/Makefile index e719075..0d95b32 100644 --- a/configs/syslinux-iso/Makefile +++ b/configs/syslinux-iso/Makefile @@ -71,7 +71,7 @@ $(WORKDIR)/isomounts: isomounts root-image # Rule for make the [core] repo packages core-pkgs: - ./download-repo.sh core $(WORKDIR)/core-pkgs + ./download-repo.sh core $(WORKDIR)/core-pkgs/src/core/pkg # Clean-up all work diff --git a/configs/syslinux-iso/isomounts b/configs/syslinux-iso/isomounts index 71421b6..6998f3b 100644 --- a/configs/syslinux-iso/isomounts +++ b/configs/syslinux-iso/isomounts @@ -8,5 +8,5 @@ # ORDER MATTERS! Files take top-down precedence. Be careful overlay.sqfs @ARCH@ / squashfs -core-pkgs.sqfs @ARCH@ /src/core/pkg squashfs +core-pkgs.sqfs @ARCH@ / squashfs root-image.sqfs @ARCH@ / squashfs |