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).
12 lines
421 B
Markdown
12 lines
421 B
Markdown
# 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.
|
|
|