From 8b2acca2dee74e6a76dd12afa0d68d8631bb123c Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 13 Aug 2011 21:19:54 -0300 Subject: [configs/*] Remove custom fstab, not needed anymore. re-mount / as rw does not fail since regular file /etc/mtab does not exist at that stage. /etc/mtab was removed from root-image in this commit: 93763a2d8225a92ef99e73478ac118919872ab27 Signed-off-by: Gerardo Exequiel Pozzi --- configs/baseline/build.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configs/baseline/build.sh') diff --git a/configs/baseline/build.sh b/configs/baseline/build.sh index 0dbed2a..11d4145 100755 --- a/configs/baseline/build.sh +++ b/configs/baseline/build.sh @@ -16,14 +16,6 @@ make_basefs() { mkarchiso ${verbose} -D "${install_dir}" -p "syslinux" create "${work_dir}" } -# Customize installation (root-image) -make_customize_root_image() { - if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then - cp -af root-image ${work_dir} - : > ${work_dir}/build.${FUNCNAME} - fi -} - # Copy mkinitcpio archiso hooks (root-image) make_setup_mkinitcpio() { if [[ ! -e ${work_dir}/build.${FUNCNAME} ]]; then @@ -94,7 +86,6 @@ else fi make_basefs -make_customize_root_image make_setup_mkinitcpio make_boot make_syslinux -- cgit v1.2.2