Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-09Added ttf-liberation since many apps require itAnton Hvornum
2018-10-01Fixed output success parsingAnton Hvornum
Some times cryptsetup added more info to the command line output.
2018-06-25Added link to pre-built ISO'sAnton Hvornum
2018-06-06Logical miss on if statement.Anton 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-30Debug: temporary output activationAnton Hvornum
2018-05-24Rebased the deployment examplesLord Anton Hvornum
2018-05-24Updated README to reflect master not old branch net-deployLord Anton Hvornum
2018-05-24Merge pull request #3 from Torxed/net-deployAnton Hvornum
Network deployment features added.
2018-05-24Merge branch 'master' into net-deployAnton Hvornum
2018-05-24Updated the readmeLord 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-05-13Fixed git-clone when making the ArchIsoAnton Hvornum
Seeing as the customize_airootfs.sh *sometimes* runs from /root, but sometimes doesn't, we need to make sure we're in /root before doing the git clone.
2018-05-13Fixed urllib in offline mode.Anton Hvornum
Apparently, urrlib throws different errors on the "same" issue. With ambiguous names at that.
2018-05-06Merged master's changes of make_offline into this branchLord Anton Hvornum
2018-05-06Merge branch 'master' into net-deployLord Anton Hvornum
2018-05-06Removed some mirror build specific instructions.Anton Hvornum
2018-05-06Added a addon script to build AUR packages into the live iso that's used to ↵Lord Anton Hvornum
execute archinstall
2018-05-06Added a addon script to build AUR packages into the live iso that's used to ↵Lord Anton Hvornum
execute archinstall
2018-05-05Synced in changes from master. had a re-arrange issue. but other than that ↵Lord Anton Hvornum
nothing much
2018-05-05Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' ↵Lord Anton Hvornum
would occationally fail to clone into /root rendering the rest of the process invalid.
2018-05-05Fixed: customize_rootfs.sh is not always run from /root, meaning 'git clone' ↵Lord Anton Hvornum
would occationally fail to clone into /root rendering the rest of the process invalid.
2018-05-05Merge branch 'master' into net-deployLord Anton Hvornum
2018-05-05Fixed: nvme-drive support fixed. parted gives partition numbers, not the ↵Lord Anton Hvornum
actual labels of devices. Hence, parted is scrapped and lsblk is used to determain partition names/labels instead.
2018-04-13More debuggingLord Anton Hvornum
2018-04-13More debuggingLord Anton Hvornum
2018-04-13More debuggingLord Anton Hvornum
2018-04-13Update 08:00:27:6f:0c:25.jsonAnton Hvornum
2018-04-13DebuggingLord Anton Hvornum
2018-04-13DebuggingLord Anton Hvornum
2018-04-12Fixing syntax errorsLord Anton Hvornum
2018-04-12Forgot to create the pdns userLord Anton Hvornum
2018-04-12DebuggingLord Anton Hvornum
2018-04-12Added loading in the powerdns tablesLord Anton Hvornum
2018-04-12Need new-line for locale-gen to read the fileLord Anton Hvornum
2018-04-12Missing syntax in locale.genLord Anton Hvornum
2018-04-12Restructured the reboot step, added locale.confLord Anton Hvornum
2018-04-12Update 08:00:27:6f:0c:25.jsonAnton Hvornum
2018-04-12Update 08:00:27:6f:0c:25.jsonAnton Hvornum
2018-04-12Update 08:00:27:6f:0c:25.jsonAnton Hvornum
2018-04-11Testing pre-stepsLord Anton Hvornum
2018-04-11DNS ServerAnton Hvornum
2018-04-11DNS + DatabaseAnton Hvornum
2018-04-11Update 08:00:27:e0:e0:e6.jsonAnton Hvornum
2018-04-11Creating the first local mirror dependant clientAnton Hvornum
2018-04-08Forgot a måsvinge.. fmlAnton Hvornum
2018-04-08Removed stay after post. Installation looks good.Anton Hvornum
2018-04-08Removed debugging, added autostarts.Anton Hvornum
2018-04-08Update 08:00:27:e0:e0:e6.jsonAnton Hvornum
2018-04-08Added "rerun" instructions.Anton Hvornum