From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFD59138350 for ; Thu, 9 Apr 2020 18:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB09E090F; Thu, 9 Apr 2020 18:48:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C598AE090F for ; Thu, 9 Apr 2020 18:48:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECB9034EEDA for ; Thu, 9 Apr 2020 18:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DBC117 for ; Thu, 9 Apr 2020 18:48:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1586458043.3c91b38b9971e76c20acbbb92104818f50cc9876.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/livecdfs-update.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3c91b38b9971e76c20acbbb92104818f50cc9876 X-VCS-Branch: master Date: Thu, 9 Apr 2020 18:48:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e63157f-833d-4b82-a8aa-b223fffe8a62 X-Archives-Hash: feb4d9c25442c209192e52d3273f36d9 commit: 3c91b38b9971e76c20acbbb92104818f50cc9876 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 8 06:55:31 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 9 18:47:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3c91b38b targets: Remove portdir entry from livecd's fstab It was originally added in commit f325a622f17c (Forward-porting portage tmpfs mounting ...) in 2005 without much explanation. Something about the Gentoo installer, I think? Regardless, now all it does is trigger an error message on boot since stagebase.py deletes the directory. Signed-off-by: Matt Turner gentoo.org> targets/support/livecdfs-update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 4156624c..03138b0b 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -84,7 +84,6 @@ echo "####################################################" >> /etc/fstab # fstab tweaks echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab -echo "tmpfs ${clst_repo_basedir}/${clst_repo_name} tmpfs defaults 0 0" >> /etc/fstab # If /usr/lib/X11/xkb/compiled then make it tmpfs if [ -d /usr/lib/X11/xkb/compiled ] then