commit:     5262bd449e118a134d7b49fa6dea6765a545dc0b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 07:04:18 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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}

Reply via email to