-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd73fe8
commit 65ed126
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Chroot files | debian_src | ||
In this directory, you can host all the files you want to modify and add to the chroot environment of the Debian live image. To do this, you should create a directory with the following nomenclature so that the config.py file can find the desired path: | ||
|
||
mkdir debian_[ENVIROMENT]_chroot | ||
|
||
Where you should replace `[ENVIROMENT]` with the chosen desktop environment, either kde, gnome, or xfce, and you should write it in lowercase to avoid errors. | ||
- Note: This can be modified in the `config.py` file to assign other names to the chroot environment according to your preference. | ||
|
||
Once the directory is created, we can add all the necessary files for configuring our chroot environment. You can refer to the `Filesystem Hierarchy Standard` (FHS) to organize the files properly. | ||
|
||
For more information, refer to: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/reference_guide/s1-filesystem-fhs |