summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-12-23 00:52:18 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-23 00:52:18 -0600
commit2a58a09f8c836336cfd99b7e3f885064dbe2318b (patch)
treedde2ac1eeb6d389fd6ed03b09ef7c9367e97108a
parentf1c46e0d3f8bda4cf3e00ba0492579dc3312fd62 (diff)
README and isomounts additions on creation
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xarchiso/mkarchiso6
1 files changed, 5 insertions, 1 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso
index 3e54b5b..42fc2f9 100755
--- a/archiso/mkarchiso
+++ b/archiso/mkarchiso
@@ -105,6 +105,9 @@ command_create () {
# syntax: <img> <arch> <mount point> <type>
+# NOTE: Order matters. If the same file exists in multiple
+# images, the FIRST one mounted, top-down, will take precedence
+
root-image.sqfs i686 / squashfs
#root-image-x86_64.sqfs x86_64 / squashfs" > "${work_dir}/isomounts"
@@ -117,7 +120,8 @@ This should be reflected in the isomounts file
The iso dir is later used to build the actual bootable iso.
Please ensure the proper bootloader is installed or copied
to the iso/ directory.
-...TODO..." > "${work_dir}/README"
+
+...TODO: Write more..." > "${work_dir}/README"
if [ "${PKGLIST}" != "" ]; then
echo "====> Installing packages to '${work_dir}/root-image/'"