Basic Directory Layout
This package installs the basic directory structure. It also includes
the home directories of system users.
- Developed at Base:System
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/filesystem && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
LICENSE.txt | 0000001023 1023 Bytes | |
directory.list | 0000005428 5.3 KB | |
directory.list64 | 0000000190 190 Bytes | |
filesystem.changes | 0000055970 54.7 KB | |
filesystem.links | 0000000209 209 Bytes | |
filesystem.spec | 0000005795 5.66 KB | |
ghost.list | 0000000085 85 Bytes | |
languages | 0000000616 616 Bytes | |
languages.man | 0000000072 72 Bytes |
Revision 131 (latest revision is 173)
Yuchen Lin (maxlin_factory)
accepted
request 483490
from
Marcus Meissner (msmeissn)
(revision 131)
- Move /etc/init.d hiearchy to insserv-compat - Move /etc/cups to cups-libs [bsc#1025689] (forwarded request 483432 from kukuk)
Comments 1
Dear filesystem,
I have a somewhat tricky problem with this package: when building a singularity container image with singularity build --fakeroot <name>.sif <name>.def an error
error: unpacking of archive failed on file /dev: cpio: chown
is thrown. Everything else installs fine.
Looking at the "directory.list" there is an entry
0755 root root /dev
which could possibly be the source of the error.
In a container, /dev is by default bind-mounted from the host and thus trying to create /dev during the install causes the error. Other bind-mounted directories exist (/tmp, /proc, /sys), with different permissions from /dev in your .list files, and these don't cause problems.
Do you think filesystem could be made to test if a /dev already exists (because it installs in a container with /dev bind-mounted from the host) and then don't install, or use different permissions, or do something else graceful?
Regards, Stefan