From 4730535b8668bdcad1c13f6ac64ef77d4c4f0518 Mon Sep 17 00:00:00 2001 From: verita84 Date: Mon, 4 Dec 2023 13:06:13 -0700 Subject: [PATCH] Update gentoo.sh --- gentoo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo.sh b/gentoo.sh index d6c69c0..01007ba 100644 --- a/gentoo.sh +++ b/gentoo.sh @@ -545,8 +545,8 @@ menu() { echo "Extracting Tar File.........." echo echo - tar xf $STAGE3_FILE -C $TARGET/ systemMounts + tar xf $STAGE3_FILE -C $TARGET/ fstab sed -i "s/-O2/-march=$CPU_TYPE -O2/i" $TARGET/etc/portage/make.conf echo "USE=\"$USE_FLAGS\"" >>$TARGET/etc/portage/make.conf