index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-05-07 17:09:57 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-05-07 17:41:33 -0300 |
commit | b340aae9b1390fbd8c41d0f66a7417f4e96770f9 (patch) | |
tree | 5b65a526373934b2aa8ebb0d40ab77ebe0c1a1cc /archiso | |
parent | 6033a1eaea2e2acf9f6200c6ee27fef88e76097e (diff) |
-rw-r--r-- | archiso/hooks/archiso | 2 |
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 4a4239e..a129b20 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -127,7 +127,7 @@ archiso_mount_handler() { msg "done." msg ":: Mounting root (aufs) filesystem" - /bin/mount -t aufs -o dirs=/rw_branch=rw none "${newroot}" + /bin/mount -t aufs -o dirs=/rw_branch=rw union "${newroot}" if [ $? -ne 0 ]; then echo "ERROR: while mounting root (aufs) filesystem." launch_interactive_shell |