Browse Source

Merge pull request #7545 from tianon/mkimage-lucid-fix

Fix contrib/mkimage/debootstrap for Lucid
Tianon Gravi 11 năm trước cách đây
mục cha
commit
57f6b3e1ec
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      contrib/mkimage/debootstrap

+ 2 - 0
contrib/mkimage/debootstrap

@@ -188,4 +188,6 @@ fi
 	# delete all the apt list files since they're big and get stale quickly
 	rm -rf "$rootfsDir/var/lib/apt/lists"/*
 	# this forces "apt-get update" in dependent images, which is also good
+	
+	mkdir "$rootfsDir/var/lib/apt/lists/partial" # Lucid... "E: Lists directory /var/lib/apt/lists/partial is missing."
 )