Browse Source

make a pbuilder iamge a requirement for the filesystem build

Hal Emmerich 4 năm trước cách đây
mục cha
commit
0465ab8da6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      makefile

+ 1 - 0
makefile

@@ -119,6 +119,7 @@ initramfs:
 filesystem:
 	$(MAKE) build_dirs
 	rm -rf build/logs/fs-log.txt
+	$(MAKE) pbuilder_create
 	[ -f $(BASE) ] || ./scripts/buildFilesystem.sh $(KVER) $(DEBIAN_SUITE) $(BASE) 2>&1 | tee build/logs/fs-log.txt