rootfs snapshot 152eecd292f2

This commit is contained in:
tussilago-rootfs-bot 2026-05-20 01:37:49 +02:00
commit 27f76df485
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
25679 changed files with 5241883 additions and 0 deletions

3
metadata/image.txt Normal file
View file

@ -0,0 +1,3 @@
image_path=/home/lovinator/tussilago/rootfs/base-rootfs.ext4
image_sha256=152eecd292f2ce8e445c3725b1763f29559871857da94e33e5d2ceeb380d8da3
captured_at_utc=2026-05-19T23:37:21Z

27990
metadata/tree.tsv Normal file

File diff suppressed because it is too large Load diff

0
rootfs/.dockerenv Executable file
View file

View file

@ -0,0 +1,7 @@
architecture: amd64
base: bare
created: '2026-04-21T17:23:54.324551+00:00'
name: ubuntu
summary: The Ubuntu container image maintained by Canonical
title: ubuntu
version: '26.04'

1
rootfs/bin Symbolic link
View file

@ -0,0 +1 @@
usr/bin

0
rootfs/etc/.pwd.lock Normal file
View file

View file

@ -0,0 +1,28 @@
# vim:set ft=sh sw=2 sts=2 et:
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && [ -n "$XDG_RUNTIME_DIR" ] && \
[ "$XDG_RUNTIME_DIR" = "/run/user/`id -u`" ] && \
[ -S "$XDG_RUNTIME_DIR/bus" ]; then
# We are under systemd-logind or something remarkably similar, and
# a user-session socket has already been set up.
#
# Be nice to non-libdbus, non-sd-bus implementations by using
# that as the session bus address in the environment. The check for
# XDG_RUNTIME_DIR = "/run/user/`id -u`" is because we know that
# form of the address, from systemd-logind, doesn't need escaping,
# whereas arbitrary addresses might.
DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
export DBUS_SESSION_BUS_ADDRESS
fi
if [ -x "/usr/bin/dbus-update-activation-environment" ]; then
# tell dbus-daemon --session (and systemd --user, if running)
# to put a minimal subset of the Xsession's environment in activated
# services' environments
dbus-update-activation-environment --verbose --systemd \
DBUS_SESSION_BUS_ADDRESS \
DISPLAY \
XAUTHORITY \
XDG_CURRENT_DESKTOP \
${NULL+}
fi

View file

@ -0,0 +1,23 @@
# On systems with systemd running, we expect the agent to be launched
# via systemd's user mode (see
# /usr/lib/systemd/user/gpg-agent.{socket,service} and
# systemd.unit(5)). This allows systemd to clean up the agent
# automatically at logout.
# If systemd is absent from your system, or you do not permit it to
# run in user mode, then you may need to manually launch gpg-agent
# from your session initialization with something like "gpgconf
# --launch gpg-agent"
# Nonetheless, ssh and older versions of gpg require environment
# variables to be set in order to find the agent, so we will set those
# here.
# gnupg2 doesn't use the GPG_AGENT_INFO environment variable since
# v2.1.0, but gnupg1 still does so set it in case gnupg1 is installed.
export GPG_AGENT_INFO="$(gpgconf --list-dirs agent-socket):0:1"
if [ -n "$(gpgconf --list-options gpg-agent | \
awk -F: '/^enable-ssh-support:/{ print $10 }')" ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi

118
rootfs/etc/adduser.conf Normal file
View file

@ -0,0 +1,118 @@
# /etc/adduser.conf: `adduser' configuration.
# See adduser(8) and adduser.conf(5) for full documentation.
# A commented out setting indicates that this is the default in the
# code. If you need to change those settings, remove the comment and
# make your intended change.
# STDERRMSGLEVEL, STDOUTMSGLEVEL, and LOGMSGLEVEL set the minimum
# priority for messages logged to syslog/journal and the console,
# respectively.
# Values are trace, debug, info, warn, err, and fatal.
# Messages with the set priority or higher get logged to the
# respective medium.
#STDOUTMSGLEVEL=warn
#STDERRMSGLEVEL=warn
#LOGMSGLEVEL=info
# The login shell to be used for all new users.
# Default: DSHELL=/bin/bash
#DSHELL=/bin/bash
# The directory in which new home directories should be created.
# Default: DHOME=/home
# DHOME=/home
# The directory from which skeletal user configuration files
# will be copied.
# Default: SKEL=/etc/skel
#SKEL=/etc/skel
# Specify inclusive ranges of UIDs and GIDs from which UIDs and GIDs
# for system users, system groups, non-system users and non-system groups
# can be dynamically allocated.
# Default: FIRST_SYSTEM_UID=100, LAST_SYSTEM_UID=999
#FIRST_SYSTEM_UID=100
#LAST_SYSTEM_UID=999
# Default: FIRST_SYSTEM_GID=100, LAST_SYSTEM_GID=999
#FIRST_SYSTEM_GID=100
#LAST_SYSTEM_GID=999
# Default: FIRST_UID=1000, LAST_UID=59999
#FIRST_UID=1000
#LAST_UID=59999
# Default: FIRST_GID=1000, LAST_GID=59999
#FIRST_GID=1000
#LAST_GID=59999
# Specify a file or a directory containing UID and GID pool.
#UID_POOL=/etc/adduser-pool.conf
#UID_POOL=/etc/adduser-pool.d/
#GID_POOL=/etc/adduser-pool.conf
#GID_POOL=/etc/adduser-pool.d/
#RESERVE_UID_POOL=yes
#RESERVE_GID_POOL=yes
# Specify whether each created non-system user will be
# given their own group to use.
# Default: USERGROUPS=yes
#USERGROUPS=yes
# Defines the groupname or GID of the group all newly-created
# non-system users are placed into.
# It is a configuration error to define both variables
# even if the values are consistent.
# Default: USERS_GID=undefined, USERS_GROUP=users
#USERS_GID=100
#USERS_GROUP=users
# The permissions mode for home directories of non-system users.
# Default: DIR_MODE=0750
#DIR_MODE=0750
# The permissions mode for home directories of system users.
# Default: SYS_DIR_MODE=0750
#SYS_DIR_MODE=0750
# If set to a nonempty value, new users will have quotas copied
# from that user with `edquota -p QUOTAUSER newuser'
# Default: QUOTAUSER=""
#QUOTAUSER=""
# Non-system user- and groupnames are checked against this regular
# expression. RFC8265 would allow all codepoints U+0021 through U+007E
# meaning: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ plus digits, lower case and
# capital letters. ., / and : clash with special file names, path separator
# and /etc/passwd format, many other characters might cause issues in shell
# scripts. Therefore, the default is more restrictive than RFC8265 would
# allow. Local administrators might relax this regexp as far as useradd
# will allow.
# Default: NAME_REGEX="^[a-zA-Z][a-zA-Z0-9_-]*\$?$"
#NAME_REGEX="^[a-zA-Z][a-zA-Z0-9_-]*\$?$"
# System user- and groupnames are checked against this regular
# expression. Comments from above apply as well, but changes here may
# affect package installation.
# Default: SYS_NAME_REGEX="^[a-zA-Z_][a-zA-Z0-9_-]*\$?$"
#SYS_NAME_REGEX="^[a-zA-Z_][a-zA-Z0-9_-]*\$?$"
# When populating the newly created home directory of a non-system user,
# files in SKEL matching this regex are not copied.
# Default: SKEL_IGNORE_REGEX="\.(dpkg|ucf)-(old|new|dist|save)$"
#SKEL_IGNORE_REGEX="\.(dpkg|ucf)-(old|new|dist|save)$"
# list of groups that new non-system users will be added to
# if ADD_EXTRA_GROUPS is non-zero or set on the command line.
# Default: EXTRA_GROUPS="users"
#EXTRA_GROUPS="users"
# Setting this to something other than 0 will cause adduser to add
# newly created non-system users to the list of groups defined by
# EXTRA_GROUPS.
# Default: ADD_EXTRA_GROUPS=0
#ADD_EXTRA_GROUPS=0
# use extrausers by default
#USE_EXTRAUSERS=1

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ABORT.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_AGGREGATE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_COLLATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_CONVERSION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_DATABASE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_DEFAULT_PRIVILEGES.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_DOMAIN.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_EVENT_TRIGGER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_EXTENSION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_FOREIGN_TABLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_FUNCTION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_GROUP.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_INDEX.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_LANGUAGE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_LARGE_OBJECT.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_MATERIALIZED_VIEW.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_OPERATOR.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_OPERATOR_CLASS.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_OPERATOR_FAMILY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_POLICY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_PROCEDURE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_PUBLICATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_ROLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_ROUTINE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_RULE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_SCHEMA.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_SEQUENCE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_SERVER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_STATISTICS.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_SUBSCRIPTION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_SYSTEM.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TABLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TABLESPACE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TEXT_SEARCH_PARSER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TRIGGER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_TYPE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_USER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_USER_MAPPING.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ALTER_VIEW.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/ANALYZE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/BEGIN.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CALL.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CHECKPOINT.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CLOSE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CLUSTER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/COMMENT.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/COMMIT.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/COMMIT_PREPARED.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/COPY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_ACCESS_METHOD.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_AGGREGATE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_CAST.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_COLLATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_CONVERSION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_DATABASE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_DOMAIN.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_EVENT_TRIGGER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_EXTENSION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_FOREIGN_TABLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_FUNCTION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_GROUP.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_INDEX.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_LANGUAGE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_MATERIALIZED_VIEW.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_OPERATOR.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_OPERATOR_CLASS.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_OPERATOR_FAMILY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_POLICY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_PROCEDURE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_PUBLICATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_ROLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_RULE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_SCHEMA.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_SEQUENCE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_SERVER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_STATISTICS.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_SUBSCRIPTION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TABLE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TABLESPACE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TABLE_AS.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TEXT_SEARCH_PARSER.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TRANSFORM.7.gz

View file

@ -0,0 +1 @@
/usr/share/postgresql/18/man/man7/CREATE_TRIGGER.7.gz

Some files were not shown because too many files have changed in this diff Show more