From 2dd4a22b638647b4dc509be372af73de1e7f1ab0 Mon Sep 17 00:00:00 2001 From: Tony Tkacik Date: Tue, 22 Sep 2015 15:38:52 +0200 Subject: [PATCH] Moved bootstrap-* to machine/bootstrap Signed-off-by: Tony Tkacik --- .../bootstrap/bootstrap-ubuntu-dev.sh | 0 bootstrap-ubuntu.sh => machine/bootstrap/bootstrap-ubuntu.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bootstrap-ubuntu-dev.sh => machine/bootstrap/bootstrap-ubuntu-dev.sh (100%) rename bootstrap-ubuntu.sh => machine/bootstrap/bootstrap-ubuntu.sh (100%) diff --git a/bootstrap-ubuntu-dev.sh b/machine/bootstrap/bootstrap-ubuntu-dev.sh similarity index 100% rename from bootstrap-ubuntu-dev.sh rename to machine/bootstrap/bootstrap-ubuntu-dev.sh diff --git a/bootstrap-ubuntu.sh b/machine/bootstrap/bootstrap-ubuntu.sh similarity index 100% rename from bootstrap-ubuntu.sh rename to machine/bootstrap/bootstrap-ubuntu.sh