first
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user