From 2a58a09f8c836336cfd99b7e3f885064dbe2318b Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 23 Dec 2008 00:52:18 -0600 Subject: README and isomounts additions on creation Signed-off-by: Aaron Griffin --- archiso/mkarchiso | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archiso') 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: +# 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/'" -- cgit v1.2.2