From 8b68df00bf6a08a858e046d3b64f196ea89df39f Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Fri, 30 May 2025 12:11:47 +0900 Subject: [PATCH] fixup: remove internal LinuxFactory when cleanup Signed-off-by: Dongjin Kim Change-Id: I13b1c738bfedfc888f866882988967827030f9d9 --- fixups/S99-cleanup | 5 +++++ 1 file changed, 5 insertions(+) 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