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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CB9715802F for ; Fri, 31 Mar 2023 13:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 455AEE0826; Fri, 31 Mar 2023 13:28:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E0D5E0826 for ; Fri, 31 Mar 2023 13:28:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38093340FCC for ; Fri, 31 Mar 2023 13:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CFBDA10 for ; Fri, 31 Mar 2023 13:28:47 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1680269257.fd528f28ff1157ced65edb2e821cd16aa68c1802.bkohler@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: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: fd528f28ff1157ced65edb2e821cd16aa68c1802 X-VCS-Branch: master Date: Fri, 31 Mar 2023 13:28:47 +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: a276a5a3-ed18-4df7-bbcc-6ff3864ba610 X-Archives-Hash: f545f9b5619c6d08c83e72c68d87a9c4 commit: fd528f28ff1157ced65edb2e821cd16aa68c1802 Author: Ben Kohler gentoo org> AuthorDate: Wed Mar 29 18:48:27 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 31 13:27:37 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=fd528f28 livecdfs-update.sh: remove confusing "reduce tmpfs usage" hack I don't believe this provides any real value now, and it makes the livecd layout confusing. Signed-off-by: Ben Kohler gentoo.org> targets/support/livecdfs-update.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index ca8997f7..16e201d5 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -113,13 +113,6 @@ rm -f /etc/generic.motd.txt /etc/universal.motd.txt /etc/minimal.motd.txt /etc/l # Post configuration case ${clst_livecd_type} in gentoo-release-live*) - # This is my hack to reduce tmpfs usage - mkdir -p /usr/livecd - cp -r ${clst_repo_basedir}/${clst_repo_name}/{profiles,eclass} /usr/livecd - rm -rf /usr/livecd/profiles/{co*,default-{1*,a*,b*,d*,h*,i*,m*,p*,s*,x*},g*,hardened-*,n*,x*} - mv -f /var/db /usr/livecd - ln -sf /usr/livecd/db /var/db - # Clear out lastlog rm -f /var/log/lastlog && touch /var/log/lastlog