Browse Source

A bit too agressive renaming

Rob Austein 6 years ago
parent
commit
5921fac13d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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