first
This commit is contained in:
15
calamares/data/example-root/README.md
Normal file
15
calamares/data/example-root/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
|
||||
5
calamares/data/example-root/etc/bash.bashrc
Normal file
5
calamares/data/example-root/etc/bash.bashrc
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Global .profile -- add /sbin_1
|
||||
PATH=$PATH:/sbin_1:/xbin
|
||||
4
calamares/data/example-root/etc/group
Normal file
4
calamares/data/example-root/etc/group
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
root:x:0:
|
||||
4
calamares/data/example-root/etc/issue
Normal file
4
calamares/data/example-root/etc/issue
Normal file
@@ -0,0 +1,4 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
This is an example /etc/issue file.
|
||||
10
calamares/data/example-root/etc/locale.gen
Normal file
10
calamares/data/example-root/etc/locale.gen
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# This file lists locales that you wish to have built. You can find a list
|
||||
# of valid supported locales at /usr/share/i18n/SUPPORTED, and you can add
|
||||
# user defined locales to /usr/local/share/i18n/SUPPORTED. If you change
|
||||
# this file, you need to rerun locale-gen.
|
||||
|
||||
en_CA.UTF-8 UTF-8
|
||||
en_US.UTF-8 UTF-8
|
||||
5
calamares/data/example-root/etc/profile
Normal file
5
calamares/data/example-root/etc/profile
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Global .profile -- add /sbin_1
|
||||
PATH=$PATH:/sbin_1:/xbin
|
||||
BIN
calamares/data/example-root/usr/share/zoneinfo/America/New_York
Normal file
BIN
calamares/data/example-root/usr/share/zoneinfo/America/New_York
Normal file
Binary file not shown.
BIN
calamares/data/example-root/usr/share/zoneinfo/UTC
Normal file
BIN
calamares/data/example-root/usr/share/zoneinfo/UTC
Normal file
Binary file not shown.
BIN
calamares/data/example-root/usr/share/zoneinfo/Zulu
Normal file
BIN
calamares/data/example-root/usr/share/zoneinfo/Zulu
Normal file
Binary file not shown.
0
calamares/data/example-root/var/lib/dbus/.dummy
Normal file
0
calamares/data/example-root/var/lib/dbus/.dummy
Normal file
0
calamares/data/example-root/var/lib/initramfs-tools
Normal file
0
calamares/data/example-root/var/lib/initramfs-tools
Normal file
5
calamares/data/example-root/xbin/linux-version
Executable file
5
calamares/data/example-root/xbin/linux-version
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/true
|
||||
#
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
5
calamares/data/example-root/xbin/useradd
Executable file
5
calamares/data/example-root/xbin/useradd
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/true
|
||||
#
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
Reference in New Issue
Block a user