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 EB44B138351 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 04D77E0923; Thu, 9 Apr 2020 18:48:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E2EF5E0923 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 14F5D34EF31 for ; Thu, 9 Apr 2020 18:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B80541C5 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.5262bd449e118a134d7b49fa6dea6765a545dc0b.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: 5262bd449e118a134d7b49fa6dea6765a545dc0b 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: 5675ecb3-04ee-4fdc-8040-fc7ee73b5321 X-Archives-Hash: 5d61382537c3950a4b7912ea6da970cd commit: 5262bd449e118a134d7b49fa6dea6765a545dc0b Author: Matt Turner gentoo org> AuthorDate: Wed Apr 8 07:04:18 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=5262bd44 targets: Remove some extremely dated comments Signed-off-by: Matt Turner gentoo.org> targets/support/livecdfs-update.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh index 26be00b0..1630a8f0 100755 --- a/targets/support/livecdfs-update.sh +++ b/targets/support/livecdfs-update.sh @@ -35,7 +35,6 @@ then default_comment="Default LiveCD User" [ -z "${user_comment}" ] && user_comment=${default_comment} - # Here we check to see if games exists for bug #125498 if [ "$(getent group games | cut -d: -f1)" != "games" ] then echo "Adding games group" @@ -75,8 +74,6 @@ done # Add this for hwsetup/mkx86config mkdir -p /etc/sysconfig -# Tweak the livecd fstab so that users know not to edit it -# https://bugs.gentoo.org/60887 echo "####################################################" > /etc/fstab echo "## ATTENTION: THIS IS THE FSTAB ON THE LIVECD ##" >> /etc/fstab echo "## PLEASE EDIT THE FSTAB at /mnt/gentoo/etc/fstab ##" >> /etc/fstab @@ -85,8 +82,6 @@ echo "####################################################" >> /etc/fstab # fstab tweaks echo "tmpfs / tmpfs defaults 0 0" >> /etc/fstab -# Tweak the livecd make.conf so that users know not to edit it -# https://bugs.gentoo.org/144647 mv ${clst_make_conf} ${clst_make_conf}.old echo "####################################################" >> ${clst_make_conf} echo "## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##" >> ${clst_make_conf}