diff options
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/mkarchiso | |
parent | ae2e58c9270fe770882c4cc3c00e63d579cde156 (diff) | |
download | archiso32-594fc08b29bfd188ddb05cb1a1854987f6419eda.tar.xz |
[archiso] Remove old code (now redundant)
/etc/mtab symlink is part of [filesystem] since long time
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-x | archiso/mkarchiso | 4 |
1 files changed, 0 insertions, 4 deletions
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!" } |