diff --git a/fixups/S99-cleanup b/fixups/S99-cleanup index da9f57b..1492034 100755 --- a/fixups/S99-cleanup +++ b/fixups/S99-cleanup @@ -18,3 +18,8 @@ rm -rf /root/default chown -R root:root /boot chown -R root:root /etc chown -R root:root /root + +if [ "x@@INTERNAL@@" = "xtrue" ]; then + sed -i "/internal/d" /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list + sed -i "/ppa.linuxfactory.or.kr/d" /etc/hosts +fi