index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-01 | Fixed output success parsing | Anton Hvornum | |
Some times cryptsetup added more info to the command line output. | |||
2018-06-06 | Logical miss on if statement. | Anton Hvornum | |
2018-05-30 | Added 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-30 | Debug: temporary output activation | Anton Hvornum | |
2018-05-24 | Merge branch 'master' into net-deploy | 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-13 | Fixed urllib in offline mode. | Anton Hvornum | |
Apparently, urrlib throws different errors on the "same" issue. With ambiguous names at that. | |||
2018-05-05 | Merge branch 'master' into net-deploy | Lord Anton Hvornum | |
2018-05-05 | Fixed: 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-13 | More debugging | Lord Anton Hvornum | |
2018-04-12 | Forgot to create the pdns user | Lord Anton Hvornum | |
2018-04-12 | Debugging | Lord Anton Hvornum | |
2018-04-12 | Need new-line for locale-gen to read the file | Lord Anton Hvornum | |
2018-04-12 | Missing syntax in locale.gen | Lord Anton Hvornum | |
2018-04-12 | Restructured the reboot step, added locale.conf | Lord Anton Hvornum | |
2018-04-11 | Testing pre-steps | Lord Anton Hvornum | |
2018-04-08 | Added debug output when options were given to the net-deploy command | Lord Anton Hvornum | |
2018-04-08 | Improved sys exec to enable debug output via net deploy | Lord Anton Hvornum | |
2018-04-08 | More debugging | Lord Anton Hvornum | |
2018-04-08 | Changed the JSON structure to be able to pass args via the network | Lord Anton Hvornum | |
2018-04-07 | Fixed password change for custom user as well as hostname and locale gen. | Lord Anton Hvornum | |
2018-04-07 | Finalizing working net deploy | Lord Anton Hvornum | |
2018-04-07 | Verified a working network install, removing debugs | Lord Anton Hvornum | |
2018-04-07 | more debugging | Lord Anton Hvornum | |
2018-04-07 | Wrong logical order on command failed logic | Lord Anton Hvornum | |
2018-04-07 | Problem with the optional parameters in the post install script | Lord Anton Hvornum | |
2018-04-07 | Further debugging | Lord Anton Hvornum | |
2018-04-07 | Debugging | Lord Anton Hvornum | |
2018-04-07 | Improving the sys exec function | Lord Anton Hvornum | |
2018-04-07 | more debing | Lord Anton Hvornum | |
2018-04-07 | Debugging | Lord Anton Hvornum | |
2018-04-07 | Fixed git fetch, hopefully | Lord Anton Hvornum | |
2018-04-07 | print error | Lord Anton Hvornum | |
2018-04-07 | Changed git update command | Lord Anton Hvornum | |
2018-04-07 | more debug | Lord Anton Hvornum | |
2018-04-07 | Made sure commands are executed in order | Lord Anton Hvornum | |
2018-04-07 | Forgot to execute post-install inside arch-chroot | Lord Anton Hvornum | |
2018-04-07 | Modified the install command and debug output | Lord Anton Hvornum | |
2018-04-07 | Added support for remote HTTPS instructions | Lord Anton Hvornum | |
2018-04-07 | Brought back automatic reboot. changing password doesn't work atm | Lord Anton Hvornum | |
2018-04-07 | usermod isn't able to change the password for some reason. fallback solution | Lord Anton Hvornum | |
2018-04-07 | Output and debugging | Lord Anton Hvornum | |
2018-04-07 | Should be looking for reboot, not the other way around | Lord Anton Hvornum | |
2018-04-07 | Added --post=reboot as a default option. | Lord Anton Hvornum | |
2018-04-07 | git pull won't work in case of conflicts etc. Cheap way to solve it | Lord Anton Hvornum | |
2018-04-07 | Gefunked the awk command | Lord Anton Hvornum | |
2018-04-07 | blkid gives the wrong disk-UUID for LUKS to use, wtf? | Lord Anton Hvornum | |
2018-04-06 | Removed a comment | Lord Anton Hvornum | |
2018-04-06 | Misspelled a variable | Lord Anton Hvornum | |
2018-04-06 | A typo and a missed parameter | Lord Anton Hvornum | |