index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-24 13:18:16 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-10-24 13:18:16 -0300 |
commit | 594fc08b29bfd188ddb05cb1a1854987f6419eda (patch) | |
tree | 20d4ae6a56200a3cd469b2851940b20bcd399669 /archiso | |
parent | ae2e58c9270fe770882c4cc3c00e63d579cde156 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 4 |
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index e3a3346..b9f12c1 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -265,10 +265,6 @@ _cleanup () { fi # Delete package pacman related files. find "${work_dir}" -name "*.pacnew" -name "*.pacsave" -name "*.pacorig" -delete - # Create etc/mtab if not is a symlink. - if [[ ! -L "${work_dir}/root-image/etc/mtab" ]]; then - ln -sf "/proc/self/mounts" "${work_dir}/root-image/etc/mtab" - fi _msg_info "Done!" } |