parent
32d7cd44ff
commit
ef5c61caa9
7 changed files with 50 additions and 0 deletions
11
setup/linux/README.md
Normal file
11
setup/linux/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# WizardKit: Linux #
|
||||||
|
|
||||||
|
Files used to create the Linux build(s).
|
||||||
|
|
||||||
|
## Profiles ##
|
||||||
|
|
||||||
|
profile_base is used for both full and minimal Linux builds.
|
||||||
|
|
||||||
|
profile_gui is only used for full Linux builds.
|
||||||
|
|
||||||
|
NOTE: The Minimal Linux build is currently deprecated and may be removed from a future release.
|
||||||
15
setup/linux/packages/README.md
Normal file
15
setup/linux/packages/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# WizardKit: Linux/packages #
|
||||||
|
|
||||||
|
Package lists.
|
||||||
|
|
||||||
|
## aur ##
|
||||||
|
|
||||||
|
This list is used to build a local custom repo for packages in the Arch User Repository.
|
||||||
|
|
||||||
|
## base & gui ##
|
||||||
|
|
||||||
|
These lists are installed inside the Linux build(s).
|
||||||
|
|
||||||
|
## dependencies ##
|
||||||
|
|
||||||
|
This list is installed to the host system used to create the Linux build(s). These are either required by the creation scripts or are build dependencies.
|
||||||
11
setup/macos/README.md
Normal file
11
setup/macos/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# WizardKit: macOS #
|
||||||
|
|
||||||
|
Files used to create the macOS build(s).
|
||||||
|
|
||||||
|
## install-deps ##
|
||||||
|
|
||||||
|
This is used to install dependencies to the host macOS environment needed to build the macOS images.
|
||||||
|
|
||||||
|
## live-macos-startup ##
|
||||||
|
|
||||||
|
This script is used to configure the live environment at runtime.
|
||||||
3
setup/pe/README.md
Normal file
3
setup/pe/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# WizardKit: WinPE #
|
||||||
|
|
||||||
|
_Under construction_
|
||||||
7
setup/windows/README.md
Normal file
7
setup/windows/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# WizardKit: Windows #
|
||||||
|
|
||||||
|
Files used to create the Windows build.
|
||||||
|
|
||||||
|
## build.ps1 ##
|
||||||
|
|
||||||
|
This PowerShell script is used to download the minimal framework for the Windows build. Once that's done it launches `build_kit_windows.py` in the new environment to finish the setup.
|
||||||
0
setup/windows/bin/AdwCleaner/settings
Executable file → Normal file
0
setup/windows/bin/AdwCleaner/settings
Executable file → Normal file
3
setup/windows/bin/README.md
Normal file
3
setup/windows/bin/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# WizardKit: Windows/bin #
|
||||||
|
|
||||||
|
Settings for tools in bin/ to include in the build.
|
||||||
Loading…
Reference in a new issue