added required partitioning package installations
Some checks failed
Build / build (push) Failing after 4m53s
Some checks failed
Build / build (push) Failing after 4m53s
This commit is contained in:
42
examples/archinstall/.gitignore
vendored
Normal file
42
examples/archinstall/.gitignore
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
**/**__pycache__
|
||||
SAFETY_LOCK
|
||||
**/**old.*
|
||||
**/**.img
|
||||
**/**pwfile
|
||||
**/**build
|
||||
**/**dist
|
||||
**/**.egg*
|
||||
**/**.sh
|
||||
!archinstall/locales/locales_generator.sh
|
||||
**/**.egg-info/
|
||||
**/**build/
|
||||
**/**src/
|
||||
**/**pkg/
|
||||
**/**dist/
|
||||
**/**archinstall.build/
|
||||
**/**archinstall-v*/
|
||||
**/**.pkg.*.xz
|
||||
**/**archinstall-*.tar.gz
|
||||
**/**.zst
|
||||
**/**.network
|
||||
**/**.target
|
||||
**/**.qcow2
|
||||
**/**.log
|
||||
**/**.fd
|
||||
/test*.py
|
||||
**/archiso
|
||||
/guided.py
|
||||
venv
|
||||
.venv
|
||||
.idea/**
|
||||
**/install.log
|
||||
.DS_Store
|
||||
**/cmd_history.txt
|
||||
**/*.*~
|
||||
/*.sig
|
||||
/*.json
|
||||
requirements.txt
|
||||
/.gitconfig
|
||||
/actions-runner
|
||||
/cmd_output.txt
|
||||
uv.lock
|
||||
Reference in New Issue
Block a user