Skip to content

Commit

Permalink
[baseimage]: No need to apt-mark manual
Browse files Browse the repository at this point in the history
It makes no difference during build.
  • Loading branch information
qiluo-msft authored Dec 12, 2020
1 parent cbbda09 commit 2582662
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2582662

Please sign in to comment.