Skip to content

Commit ddbbbee

Browse files
committed
Fix building of image
1 parent 923ce36 commit ddbbbee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ lb config \
8383
--chroot-filesystem none \
8484
--compression none \
8585
--distribution "$BUILD_SUITE" \
86+
--image-name rootfs-image \
8687
--linux-flavours none \
8788
--linux-packages none \
8889
--mode "$BUILD_MODE" \
@@ -96,6 +97,6 @@ for path in $BUILD_MODE $BUILD_MODE-$BUILD_SUITE $BUILD_VARIANT; do
9697
done
9798

9899
sudo lb build
99-
sudo chown "$(id -u)" binary-tar.tar
100+
sudo chown "$(id -u)" "rootfs-image-${BUILD_ARCH}.tar.tar"
100101

101-
mv binary-tar.tar "$BUILD_OUTPUT"
102+
mv "rootfs-image-${BUILD_ARCH}.tar.tar" "$BUILD_OUTPUT"

configs/debian/package-lists/base.list.chroot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ethtool
1111
iproute2
1212
iputils-ping
1313
ifupdown
14-
firmware-brcm80211
1514
wpasupplicant
1615
ssh
1716
avahi-daemon

0 commit comments

Comments
 (0)