From 21da8cf425c185a8bc7a544a785324d75fe26114 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 15 Oct 2018 15:54:49 +0200 Subject: update-kernel-config: remove directory from vm --- update-kernel-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-kernel-config b/update-kernel-config index e257941..7a6b295 100755 --- a/update-kernel-config +++ b/update-kernel-config @@ -136,6 +136,9 @@ ssh arch32-test ' for config_name in ${config_names}; do scp "arch32-test:$2/${config_name}" "${git_repo_path}/$1/$2/" done +ssh arch32-test ' + rm -rf --one-file-system "'"$2"'" +' sed -i "$( for config_name in ${config_names}; do printf 's/' -- cgit v1.2.3