File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
configs/debian/package-lists Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
9697done
9798
9899sudo 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 "
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ ethtool
1111iproute2
1212iputils-ping
1313ifupdown
14- firmware-brcm80211
1514wpasupplicant
1615ssh
1716avahi-daemon
You can’t perform that action at this time.
0 commit comments