Skip to content

Commit ab42026

Browse files
committed
fix(debos/rootfs): Local APT repo needs no upgrade
apt update and upgrade are done after setting up overlays already, no need to have two upgrades with potentially intermediate package versions. Signed-off-by: Loïc Minier <[email protected]>
1 parent ab6ca6c commit ab42026

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ actions:
2929
mount --bind {{$aptlocalrepo}} "${ROOTDIR}/media/apt-local-repo"
3030
3131
- action: run
32-
description: APT update and upgrade with local APT repository
32+
description: Setup APT sources for local APT repository
3333
chroot: true
3434
command: |
3535
set -eux
@@ -39,9 +39,6 @@ actions:
3939
Suites: /
4040
Trusted: true
4141
EOF
42-
43-
apt update
44-
apt -y upgrade
4542
{{- end }}
4643

4744
# after debootstrap, only a basic etc/apt/sources.list is created; add more

0 commit comments

Comments
 (0)