diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-20 23:41:54 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-10-20 23:41:54 -0500 |
commit | cd3e72ee6875e3744fa8b694937ea352889cefcb (patch) | |
tree | 6bfc9a35c58d99a78b7e39225e97c2ce884a8415 /configs/install-iso/mounts | |
parent | 071b3454a0fb6d90216893529e6e5095e991194c (diff) | |
download | archiso32-cd3e72ee6875e3744fa8b694937ea352889cefcb.tar.xz |
Rework installer config to support new changes
Lots of changes, mainly for argument processing
and things of that nature in mkarchiso. Split out
some common functionality in the Maekfile as well.
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/install-iso/mounts')
-rw-r--r-- | configs/install-iso/mounts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/install-iso/mounts b/configs/install-iso/mounts index 0946f5d..16414ca 100644 --- a/configs/install-iso/mounts +++ b/configs/install-iso/mounts @@ -4,4 +4,5 @@ # syntax: <img> <mount point> <type> -core-pkgs /src/core/pkg bind +root-image / bind +core-pkgs /src/core/pkg bind |