mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-16 04:14:31 -04:00
Create example distro squashfs (from build host)
- 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).
This commit is contained in:
parent
186f6cd1e2
commit
bba9651850
16 changed files with 549 additions and 0 deletions
0
data/example-root/usr/share/zoneinfo/.dummy
Normal file
0
data/example-root/usr/share/zoneinfo/.dummy
Normal file
BIN
data/example-root/usr/share/zoneinfo/America/New_York
Normal file
BIN
data/example-root/usr/share/zoneinfo/America/New_York
Normal file
Binary file not shown.
BIN
data/example-root/usr/share/zoneinfo/UTC
Normal file
BIN
data/example-root/usr/share/zoneinfo/UTC
Normal file
Binary file not shown.
BIN
data/example-root/usr/share/zoneinfo/Zulu
Normal file
BIN
data/example-root/usr/share/zoneinfo/Zulu
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue