diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:08:38 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:09:19 -0600 |
commit | 4e638eaf2430d4036df536cad6fdda219aabf114 (patch) | |
tree | 9b21ffc6c55ee6876ff6b78ae0ad496eb0886e9c /configs/install-iso/mounts | |
parent | 30ff7ea7a61dc1c6b0d46fab69c8d149ec4586f5 (diff) | |
download | archiso32-4e638eaf2430d4036df536cad6fdda219aabf114.tar.xz |
Final changes for new nextgen scripts
Too much to list. Just look at the diff 8)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/mounts')
-rw-r--r-- | configs/install-iso/mounts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/install-iso/mounts b/configs/install-iso/mounts deleted file mode 100644 index 16414ca..0000000 --- a/configs/install-iso/mounts +++ /dev/null @@ -1,8 +0,0 @@ -# img - location of image/directory to mount relative to addons directory -# mount point - absolute location on the post-initrd root -# type - either 'bind' or 'squashfs' for now - -# syntax: <img> <mount point> <type> - -root-image / bind -core-pkgs /src/core/pkg bind |