You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ZRam (highly recommended): [Debian](https://wiki.debian.org/ZRam), [Fedora](https://github.com/systemd/zram-generator), [Ubuntu, Arch and others](https://wiki.archlinux.org/title/Zram)
20
21
21
22
22
23
### Setting up permissions
23
24
24
25
First we need to find the UID, that is used for Docker/Podman.
25
-
For Debian/Ubuntu this seems to be 100999 and on Fedora 52587,
26
+
For Debian, Ubuntu and Gentoo this seems to be 100999 and on Fedora 52587,
26
27
which should be $subUID+$containerUID-1 according to the [docker forums](https://forums.docker.com/t/map-more-uid-on-rootless-docker-and-mount-volume/102928/8).
PACKAGE_NAME="${ROM_PREFIX}""${ROM_VERSION}"-"${ROM_EXTRAVERSION}"$(env TZ="${TIME_ZONE}" date -d @"${BUILD_DATE_UNIX}" +%Y%m%d)-"${TARGET_DEVICE}"-signed.zip
32
+
PACKAGE_NAME="${ROM_PREFIX}""${ROM_VERSION}"-"${ROM_EXTRAVERSION}"$(env TZ="${TIME_ZONE}" date -d @"${BUILD_DATE_UNIX}"'+%Y%m%d')-"${TARGET_DEVICE}"-signed.zip
33
33
}
34
34
35
35
# Create flashable zip from target files
36
36
_packaging() {
37
37
_version
38
-
local releasetools_prefix=""
38
+
local releasetools_prefix=''
39
39
# A10 and below need this prepended for signing to work
0 commit comments