diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:45:45 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-06 20:45:45 -0500 |
commit | 98318ea039c39bff953c6b83010e48791ee6d286 (patch) | |
tree | b817b6594cea311c3fdfe31dabbe33d80e56a5c5 /addon_config | |
parent | 8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 (diff) | |
download | archiso32-98318ea039c39bff953c6b83010e48791ee6d286.tar.xz |
Rename "default-config" to "overlay"
I like difficulty and then name was annoying me
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'addon_config')
-rw-r--r-- | addon_config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/addon_config b/addon_config deleted file mode 100644 index 7288348..0000000 --- a/addon_config +++ /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> - -core /packages bind -live_overlay.sqfs / squashfs |