From 61c319d151a23fd59ca8a982eb922140ed484654 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 21 Feb 2013 13:12:40 +0100 Subject: [PATCH] ri_linstall: show sources.list --- pxe_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pxe_install.sh b/pxe_install.sh index ebba74b..a09416a 100755 --- a/pxe_install.sh +++ b/pxe_install.sh @@ -57,5 +57,6 @@ echo ssh -i ~/.ssh/id_ritest $TARGET_HOST "dpkg -l | egrep '(profit|bird|vcb|ofed|qemu|kvm)' | sort -k 50" echo ssh -i ~/.ssh/id_ritest $TARGET_HOST dpkg -l | grep develop || true - +echo +ssh -i ~/.ssh/id_ritest $TARGET_HOST "cat /etc/apt/sources.list.d/* /etc/apt/sources.list|grep -v ^#|sort -u" -- 2.39.5