Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-03-15
Added a new function: flush_all_mirrors(). Can be used to wipe default ↵
Anton Hvornum
mirrors prior to adding specific ones.
2020-03-15
Added a SAFETY_LOCK on a bunch of functions.
Anton Hvornum
2020-03-15
New function: add_specific_mirrors(). Adds specific mirrors by converting ↵
Anton Hvornum
{url: country} into '# country\nServer = url' in /etc/pacman.d/mirrorlist. This can be done after filter_mirrors_by_country_list().
2019-12-26
Error check on get_instructions to ignore .json at the end.
Anton Hvornum
2019-12-26
Added more logging
Anton Hvornum
2019-12-26
Merge pull request #37 from Torxed/lab
Anton Hvornum
Lab
2019-12-26
Added more logging
Anton Hvornum
2019-12-26
Merge branch 'master' of github.com:Torxed/archinstall
Anton Hvornum
2019-12-26
Added more debugging to systemd journald
Anton Hvornum
2019-12-25
Merge pull request #36 from Torxed/cleanup
Anton Hvornum
Cleanup
2019-12-25
Cleanup
Anton Hvornum
2019-12-25
Refreshing partitions function
Anton Hvornum
2019-12-03
Update gitea.json
jaybent
Typo's
2019-12-03
Rename gitea to gitea.json
jaybent
2019-11-29
Debug output
Anton Hvornum
2019-11-29
Merge pull request #35 from Torxed/lab
Anton Hvornum
Lab, fixed #12
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Fixing password order for commnaads
Anton Hvornum
2019-11-29
Fixed password prompt for nspawn
Anton Hvornum
2019-11-29
Fixing rerun
Anton Hvornum
2019-11-29
Fixing issues with the spawning of containers.
Anton Hvornum
2019-11-29
Fixing issues with the spawning of containers.
Anton Hvornum
2019-11-29
Fixing issues with the spawning of containers.
Anton Hvornum
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Enhancing trigger values
Anton Hvornum
2019-11-29
Tweaking event input
Anton Hvornum
2019-11-29
Modifying default template for test
Anton Hvornum
2019-11-29
Modifying default template for test
Anton Hvornum
2019-11-29
Adding more debug output
Anton Hvornum
2019-11-29
Adding test of multiple event triggers
Anton Hvornum
2019-11-29
debugging
Anton Hvornum
2019-11-29
debugging
Anton Hvornum
2019-11-29
Debugging
Anton Hvornum
2019-11-29
Fixing bytes conversion on JSON triggers on command lines
Anton Hvornum
2019-11-29
Fixing argument for boot command
Anton Hvornum
2019-11-29
Fixing args
Anton Hvornum
2019-11-29
Don't update git until we have some args
Anton Hvornum
2019-11-29
Forgot to setup args
Anton Hvornum
2019-11-29
One step in fixing #20. User-given parameters override template. And next is ↵
Anton Hvornum
reworking the inheritance structure of the templates
2019-11-29
Changing detault for tests
Anton Hvornum
2019-11-29
Merge pull request #34 from Torxed/lab
Anton Hvornum
Lab
2019-11-29
Updated README to reflect parameter changes.
Anton Hvornum
2019-11-29
Added debug
Anton Hvornum
2019-11-29
Added --minimal to skip profile lookups completely. #29
Anton Hvornum
2019-11-29
Fixing #29. --default is now renamed to --minimal. --unattended has been ↵
Anton Hvornum
added to skip steps (equal to --force). Will add a --default shortcut which will point towards the profile 'default.json'
2019-11-29
Removing interactive since it's redundant
Anton Hvornum
2019-11-29
Moved disk selection to after profile fetching. Should not need to select a ↵
Anton Hvornum
disk if it's specified in the template
[next]