diff options
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 |