From 93763a2d8225a92ef99e73478ac118919872ab27 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Thu, 23 Jun 2011 22:00:54 -0300 Subject: [archiso] Delete etc/mtab on _cleanup step Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 1aa80fd..be906c2 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -34,9 +34,6 @@ make_customize_root_image() { cp -af root-image ${work_dir} chmod 750 ${work_dir}/root-image/etc/sudoers.d chmod 440 ${work_dir}/root-image/etc/sudoers.d/g_wheel - if [[ ! -L ${work_dir}/root-image/etc/mtab ]]; then - rm -f ${work_dir}/root-image/etc/mtab - fi mkdir -p ${work_dir}/root-image/etc/pacman.d wget -O ${work_dir}/root-image/etc/pacman.d/mirrorlist http://www.archlinux.org/mirrorlist/all/ sed -i "s/#Server/Server/g" ${work_dir}/root-image/etc/pacman.d/mirrorlist -- cgit v1.2.2