Commit graph

16 commits

Author SHA1 Message Date
Sertonix
684b78c9e6 scripts/genrootfs.sh: fix gid of /etc/shadow
Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16822
2025-02-10 23:13:57 +00:00
Sertonix
d43610d7d8 scripts/mkimage.sh: remove special handling of alpine-release for minirootfs
The special handling was needed when the alpine-base package included release
and other data. This was changed[0] and now the complete alpine-release package
is included in the minirootfs[1]. This change removed the reason the special
handling was added in the first place so we can remove it completely.

Fixes 

[0]: 23e66e85c9
[1]: 704af9b4ba
2024-10-22 20:48:32 +00:00
Sertonix
d15ce2c4fc scripts/genrootfs.sh: update comment fbe926afc7 2024-09-26 12:34:13 +00:00
Sertonix
67983cffc9 scripts/genrootfs.sh: fix $name never defined 2024-09-26 12:34:13 +00:00
Natanael Copa
57ad77e0ba scripts/genrootfs.sh: fix os-release
Include the usr/lib/os-release file in addition to symlink.

Fixes commit a60311be7b (main/alpine-base: move os-release to /usr)
2024-09-23 21:06:26 +02:00
Natanael Copa
704af9b4ba scripts/genrootfs.sh: fix os-release package
The /etc/os-release was moved to alpine-release in commit 23e66e85c9
(main/alpine-base: split release data into its own package)
2022-11-07 09:07:06 +01:00
Alex Xu (Hello71)
fbe926afc7 scripts/genrootfs.sh: locked -> invalid password (fixes )
this still forbids password login but allows logins via ssh keys with
pam disabled.
2022-05-23 13:44:52 +00:00
Natanael Copa
c59ebf551d scripts/genrootfs.sh: use dl-cdn https repos 2020-06-23 12:29:06 +00:00
Natanael Copa
58f4b81a7e scripts/genrootfs.sh: use https repos for minirootfs
Seems like there are a number of docker users that have problems with
http. Lets use https for docker images by default.
2020-06-18 15:48:37 +00:00
Natanael Copa
e58bd7992d scripts/genrootfs.sh: fix permissions of / in minirootfs
ref 
2019-10-17 14:44:26 +00:00
Jonathan Neuschäfer
a62e51c204 scripts/genrootfs.sh: Pass --root to the second apk invocation
Otherwise it won't know about the target architecture.
2019-06-14 17:31:21 +00:00
Jonathan Neuschäfer
0f9ea9623f scripts/genrootfs.sh: Initialize the apk DB with the right architecture 2019-06-14 17:31:21 +00:00
Natanael Copa
2f07f9eb88 scripts/genrootfs.sh: exclude dev/*
exclude /dev/* from minirootfs.

https://github.com/gliderlabs/docker-alpine/issues/356
2019-02-27 17:02:38 +00:00
Natanael Copa
72c7a7a3ca scripts/genrootfs.sh: make sure root login is disabled 2019-02-22 11:18:34 +00:00
Natanael Copa
749e1e0f65 scripts/genrootfs: add --no-cache when fetching alpine-base 2016-12-16 10:26:15 +00:00
Natanael Copa
99afbc0aaa scripts: add minirootfs release image 2016-12-16 09:50:00 +00:00