From 03e7e12b27081f92ce4ad16f334f1313346fb9a8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 16 Jan 2021 09:31:45 -0500 Subject: Revert "installer/pcramfs: Make RAM FS twice" This reverts commit 6e4e840980f3da36b995b0470d18e2e7ecd0a456. This didn't work. --- (limited to 'src/installer/pcramfs.sh') diff --git a/src/installer/pcramfs.sh b/src/installer/pcramfs.sh index 18d9f0b..4aae82a 100644 --- a/src/installer/pcramfs.sh +++ b/src/installer/pcramfs.sh @@ -37,15 +37,11 @@ installer_pcramfs_main() return 1 fi - # First pass: create an empty RAM FS for LILO to find and map. - (cd -- "${root}" && profile_make_initramfs "${arch}" "${plat}") - if ! install_system "${arch}" "${plat}" "${root}" "${foreign}"; then block_umount "${root}" return 1 fi - # Second pass: pack the system into the previously empty RAM FS. (cd -- "${root}" && profile_make_initramfs "${arch}" "${plat}") block_umount "${root}" -- cgit v0.9.1