index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-30 20:11:12 -0300 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-12-01 13:16:54 -0800 |
commit | 206c3b114ea4e350c20acc5a176e76b4eaddfbe2 (patch) | |
tree | e9543ea32d28d67f68d475552a1047b64b66b660 /archiso/hooks | |
parent | ba3290b5bd3b2c303617652091d37925544ca67f (diff) |
-rw-r--r-- | archiso/hooks/archiso | 4 |
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 336a014..bed8f7a 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -103,6 +103,10 @@ run_hook () msg ":: Mounting root (aufs) filesystem" /bin/mount -t aufs -o dirs=/tmpfs=rw none /real_root + if [ $? -ne 0 ]; then + echo "ERROR: while mounting root (aufs) filesystem." + exit 1 + fi export LOOP_NUM="0" msg ":: Mounting images" |