diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-16 16:59:18 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-16 16:59:18 -0300 |
commit | b880be1ae9d5fc2190d4e2178626776aecfa5243 (patch) | |
tree | b62846c611ec31f85659255992ac68186cfbd5c8 /archiso/install | |
parent | 22f910736da3b225f46840bc7ad1ec41fefddece (diff) | |
download | archiso32-b880be1ae9d5fc2190d4e2178626776aecfa5243.tar.xz |
Implement mount hook function in archiso hook.
Next version of mkinitcpio > 0.6.2 implements mount hook functionality.
So can avoid skipping normal flow of main init script, and removing common
end code with it.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install')
-rw-r--r-- | archiso/install/archiso | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiso/install/archiso b/archiso/install/archiso index 77fddc3..5978f33 100644 --- a/archiso/install/archiso +++ b/archiso/install/archiso @@ -9,7 +9,6 @@ install () BINARIES="" FILES="" - add_dir /real_root add_dir /tmpfs add_dir /bootmnt SCRIPT="archiso" |