This commit is contained in:
zj
2025-11-23 16:05:51 +08:00
commit a923c1098d
364 changed files with 529674 additions and 0 deletions

View 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.

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Global .profile -- add /sbin_1
PATH=$PATH:/sbin_1:/xbin

View File

@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
root:x:0:

View File

@@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
This is an example /etc/issue file.

View 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

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
# Global .profile -- add /sbin_1
PATH=$PATH:/sbin_1:/xbin

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
#! /bin/true
#
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#

View File

@@ -0,0 +1,5 @@
#! /bin/true
#
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#