mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bba9651850
- Add a target 'example-distro' which must be manually invoked This creates an example.sqfs with a minimal binary distro based on the build hosts's /bin and /lib. The purpose is to provide a simple test image which the default configuration of the unpackfs module can use to create a system within which the *other* steps of the installation can run. Example files are some zoneinfo's (remember to choose an existing zone when using the example distro), groups and sudoers files, etc .. The example distro has a special /xbin which contains bogus binaries for many system-administration tasks (e.g. useradd which would otherwise come from /usr/sbin). |
7 years ago | |
---|---|---|
.. | ||
etc | 7 years ago | |
usr/share/zoneinfo | 7 years ago | |
var/lib | 7 years ago | |
xbin | 7 years ago | |
README.md | 7 years ago |
README.md
Example Filesystem
This is a filesystem that will be used as / in an example distro,
if you build the example-distro
target and use the default
unpackfs configuration. It should hold files and configuration
bits that need to be on the target system for example purposes.
It should not have a bin/, lib/, sbin/ or lib64/ directory, since those are copied into the example-distro filesystem from the build host.