Skip to content

Commit

Permalink
make: explain Ubuntu BB limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
macmpi committed Dec 6, 2023
1 parent 7445b19 commit 2a2b2cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified headless.apkovl.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion headless.apkovl.tar.gz.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36892e9aa76807941602160ff62948c8953eefa36f9b386a0c7302fc46710b473a3e14b7eaf223a1ae6ac6454a839c78049c311fdbd50a204b2a011cb8faa474 headless.apkovl.tar.gz
3f0d72d4cbdcffb87a51605bcb17cc9b2d993298ce854f5e752703bf513f1bea88976ae76e8d6ab460d3663a91e3fc6f42153bb1e5c31470a373f5bf84312fb7 headless.apkovl.tar.gz
10 changes: 8 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
# SPDX-License-Identifier: MIT

# script meant to be run on Alpine (busybox) or on Ubuntu
# verify busybox build options if eventually using other platforms
# Script meant to be run on Alpine (busybox) or on Ubuntu.
# Check busybox version & options if eventually using other platforms.

# Ubuntu LTS busybox 1.30.1 tar does NOT support setting owner/group/mtime
# probably available after busybox 1.31.1, following 2019-08-01 change:
# https://git.busybox.net/busybox/commit/?id=e6a87e74837ba5f2f2207a75cd825acf8cf28afb
# This limitation requires copying files and setting owner/group/mtime before archiving.

command -v doas > /dev/null || alias doas="/usr/bin/sudo"

build_path="$(mktemp -d)"
Expand Down

0 comments on commit 2a2b2cb

Please sign in to comment.