aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/GLIArchitectureTemplate.py')
-rw-r--r--src/GLIArchitectureTemplate.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GLIArchitectureTemplate.py b/src/GLIArchitectureTemplate.py
index 0d37fcb..88cd94c 100644
--- a/src/GLIArchitectureTemplate.py
+++ b/src/GLIArchitectureTemplate.py
@@ -414,6 +414,8 @@ class ArchitectureTemplate:
self._portage.copy_pkg_to_chroot(pkg, True, ignore_missing=True)
self.notify_frontend("progress", (float(syspkglen) / (syspkglen+1), "Finishing"))
GLIUtility.spawn("cp /etc/make.conf " + self._chroot_dir + "/etc/make.conf")
+ # Remove warning from make.conf
+ GLIUtility.spawn("sed -i '/^##/d' " + self._chroot_dir + "/etc/make.conf")
GLIUtility.spawn("ln -s `readlink /etc/make.profile` " + self._chroot_dir + "/etc/make.profile")
GLIUtility.spawn("cp -f /etc/inittab.old " + self._chroot_dir + "/etc/inittab")