[baseimage]: No need to apt-mark manual

It makes no difference during build.
This commit is contained in:
Qi Luo 2020-12-12 11:24:51 -08:00 committed by GitHub
parent cbbda09599
commit 25826626aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,6 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y re
## Add mtd and uboot firmware tools package
sudo LANG=C chroot $FILESYSTEM_ROOT apt-get -y install u-boot-tools mtd-utils device-tree-compiler
sudo LANG=C chroot $FILESYSTEM_ROOT apt-mark manual u-boot-tools mtd-utils device-tree-compiler
## Update initramfs
sudo chroot $FILESYSTEM_ROOT update-initramfs -u