소스 검색

Merge pull request #4540 from unclejack/debootstrap_upgrade_packages

Run dist-upgrade after repo updates in mkimage-debootstrap
Tianon Gravi 11 년 전
부모
커밋
68217729a3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      contrib/mkimage-debootstrap.sh

+ 1 - 0
contrib/mkimage-debootstrap.sh

@@ -219,6 +219,7 @@ if [ -z "$strictDebootstrap" ]; then
 	
 	# make sure our packages lists are as up to date as we can get them
 	sudo chroot . apt-get update
+	sudo chroot . apt-get dist-upgrade -y
 fi
 
 if [ "$justTar" ]; then