1a557804ab
- *AppImage example config*: this is old AppImage configuration, basically unmaintained, but copied from the **other** example config files which are CC0-1.0 as well. - *Sample Linux distro*: The example Linux distro has a handful of trivial files, a bogus `/etc/issue`, that kind of thing. - The bash completions are GPL-3.0-or-later - FreeBSD packaging information is BSD-2-Clause
16 lines
496 B
Markdown
16 lines
496 B
Markdown
# Example Filesystem
|
|
|
|
<!-- SPDX-FileCopyrightText: no
|
|
SPDX-License-Identifier: CC0-1.0
|
|
-->
|
|
|
|
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.
|
|
|