aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-02-17 21:55:23 +0000
committerRob Austein <sra@hactrn.net>2019-02-17 21:55:23 +0000
commit5921fac13d960116add86011b7e35f28674c0af0 (patch)
tree24c8e3aa8a5af8d251bb6ebbf552921390e3c739
parent99afc8cf55062428605e4d790fa74fc98612a907 (diff)
A bit too agressive renaming
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a88c52..679192e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ ifeq (,$(shell docker image ls -q ${BASE_IMAGE}))
ifeq (,$(shell docker image ls -q ${BOOT_IMAGE}))
rm -rf fs
mkdir fs
- sudo /usr/sbin/deboot --foreign jessie fs
+ sudo /usr/sbin/debootstrap --foreign jessie fs
sudo tar -C fs -c . | docker import - ${BOOT_IMAGE}
endif
sudo rm -rf fs