Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments
AgeCommit message (Collapse)Author
2019-08-21Fixed the copying of a file that was brokenAnton Hvornum
2019-08-21ttf-freefont has been replaced by gnu-free-fontsAnton Hvornum
https://www.archlinux.org/packages/extra/any/gnu-free-fonts/
2019-08-21ttf-freefont has been replacedAnton Hvornum
https://www.archlinux.org/packages/extra/any/gnu-free-fonts/
2019-08-21Update pentest.jsonAnton Hvornum
2019-08-21Update pentest.jsonAnton Hvornum
2019-08-19Update 38:00:25:5a:ed:d5.jsonAnton Hvornum
2019-08-19Update workstation.jsonAnton Hvornum
2019-08-07Update pentest.jsonAnton Hvornum
2019-06-21Error creating pdns userAnton Hvornum
2019-06-20Invalid JSON syntax..Anton Hvornum
2019-06-20Removed debug / test codeAnton Hvornum
2019-06-20Missing package: powerdns (kinda useful when the whole idea of this install ↵Anton Hvornum
script is to set up a DNS server..)
2019-06-20Adding more steps to the webserver / DNSAnton Hvornum
2019-06-20Adding more steps to the webserver / DNSAnton Hvornum
2019-06-20Wrong rerun.. hehAnton Hvornum
2019-06-20Fixing PSQL setupAnton Hvornum
2019-06-20Adding back the rerun, since we can now ignore it via --ignore-rerunAnton Hvornum
2019-06-20Ignoring rerun for nowAnton Hvornum
2019-06-20Added a rerun feature. So we don't have to wait for pacstrap every debug run :PAnton Hvornum
2019-06-20Turned on debuggingAnton Hvornum
2019-06-20Update 00:01:23:45:67:89.jsonAnton Hvornum
2019-06-14Update 38:00:25:5a:ed:d5.jsonAnton Hvornum
2019-06-14Update 00:01:23:45:67:89.jsonAnton Hvornum
2019-06-14Create webserver.jsonAnton Hvornum
2019-06-14Create 00:01:23:45:67:89.jsonAnton Hvornum
2019-06-12Create 38:00:25:5a:ed:d5.jsonAnton Hvornum
2019-06-12Update awesome.jsonAnton Hvornum
2019-06-11Update pentest.jsonAnton Hvornum
2019-06-10Merge branch 'master' of github.com:Torxed/archinstallAnton Hvornum
2019-06-10Adding a pentest template to try stuffAnton Hvornum
2019-06-09Update awesome.jsonAnton Hvornum
2019-06-09Update awesome.jsonAnton Hvornum
2019-06-09Update awesome.jsonAnton Hvornum
2019-06-09Update awesome.jsonAnton Hvornum
2019-06-09Update awesome.jsonAnton Hvornum
2019-06-09Fixed broken JSON syntax.Anton Hvornum
Famouse last words
2019-06-09Removed 1 from &1 in sed magic.Anton Hvornum
2019-06-09Merge branch 'master' of github.com:Torxed/archinstall into experimentalAnton Hvornum
2019-04-14Added more templates and removed debuggingAnton Hvornum
2019-04-14Testing application specific configratuin (might auto-trigger in the futureAnton Hvornum
2019-04-13Created a default (base base-devel) profileAnton Hvornum
Won't do anything except ask for a password, and install the bare minimum to boot Arch Linux.
2018-11-20Added gpicview as a default image viewer.Anton Hvornum
2018-11-15Unwanted drive definition on a test-mac.Anton Hvornum
2018-10-09Added a default file browserAnton Hvornum
See last commit. This one just fixed a missing comma.
2018-10-09Added a file browserAnton Hvornum
Next step: pre-setup a wallpaper and the "start menu". To make it easier for people to start off easy with a arch install.. and for myself..
2018-10-09Added ttf-liberation since many apps require itAnton Hvornum
2018-05-30Added two new features, --no-default parameter that halts the script instead ↵Lord Anton Hvornum
of installing a default arch machine if no MAC-address profile was found for unattended installs. The second feature is the --profiles parameter that enables custom web-server paths when looking for profiles to deploy
2018-05-24Rebased the deployment examplesLord Anton Hvornum
2018-05-24* New feature: deployment structure can now import/include other templates ↵Lord Anton Hvornum
(Included templates will be installed first, since we'll assume those are baselines/requirements for slimmer deploy-structs) * Deployment scripts strings now supports python string formatting, if parameter or is given as options to each command-line (TODO: Add as a global parameter as well, and treat all strings as formatable) * Added two templates: workstation + 00:11:22:33:44:55, a example of how to set up a workstation using a template and a custom addition. Also added a default template that is similar to the workstation but does everything in one template. They all use some awk magic to fix alt-tab in Awesome WM, it also creates a "desktop" environment and installs some useful tools and fixes the start menu in Awesome WM. * Reordering mirrors is now a configurable option (Default turned off, to better suit offline environments) * Disk/root password now configurable as either a fixed string, or ask for via STDIN (Syntax for now is: ) * deployment targets now a variable (todo: add a parameter/argument) * SSL support (ignores certificate validation for now, I know this is bad, but until a parameter etc is in place, this has to be a nessecary evil for now) * Cleaned up a lot of custom variables and baked them into so it's easier to format strings based off information gathered along the way (such as partition names). * Error handling: Mostly for missing dependencies and situations, such as not booted in UEFI environment
2018-04-13More debuggingLord Anton Hvornum