index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-11 | More git update experiments | Anton Hvornum | |
2019-04-11 | More status output | Anton Hvornum | |
2019-04-11 | Improving on the git update | Anton Hvornum | |
2019-04-11 | Doing live tests | Anton Hvornum | |
2019-04-11 | Trying to fix auto-git-update | Anton Hvornum | |
2019-04-11 | Forgot to decode the bytes data | Anton Hvornum | |
2019-04-11 | Failed to convert one more iterator | Anton Hvornum | |
2019-04-11 | Missed another join() | Anton Hvornum | |
2019-04-11 | Forgot to .exec() | Anton Hvornum | |
2019-04-11 | Forgot to join the iterator in some places | Anton Hvornum | |
2019-04-11 | Swapping the run() command for something a little more potent | Anton Hvornum | |
2019-04-10 | Forgot to send the options as actual options. | Anton Hvornum | |
2019-04-10 | Forgot to send the options as actual options. | Anton Hvornum | |
2019-04-10 | Testing a thing | Anton Hvornum | |
2019-04-10 | Reorder of when password is set. And added a boot options to boot into the ↵ | Anton Hvornum | |
new OS without actually rebooting. To set up things like databases etc that needs services running | |||
2019-04-10 | Added support to boot a installation | Anton Hvornum | |
2019-04-10 | Update README.md | Anton Hvornum | |
2019-04-10 | Changed some formatting and status output. Also added manual chroot-setup. ↵ | Anton Hvornum | |
It's highly unreliable tho | |||
2019-04-10 | Wrapping is not systemd-nspawn's coup of tea | Anton Hvornum | |
2019-04-10 | Added psutil workaround in case it's not installed. | Anton Hvornum | |
2019-04-10 | Added no-chroot option to commands, so that they can run outside in the ↵ | Anton Hvornum | |
live-cd environment. Mainly to fix a temporary issue with systemd-nspawn where I don't know how to redirect stdout etc using the command | |||
2019-04-10 | Forgot to wrap the commands | Anton Hvornum | |
2019-04-10 | Reworked according to the new data structure. Changing rooms still doesnt ↵ | Anton Hvornum | |
work. And some other things might not as well.. such as file uploads.. but meh, beta test time! Fix issue #10 | |||
2019-04-08 | Update README.md | Anton Hvornum | |
Updated to reflect the resent default/no-default and profile changes. | |||
2019-04-08 | Merge pull request #8 from Torxed/profile | Anton Hvornum | |
Profile | |||
2019-04-08 | Verified implementation for #6 and #7 | Anton Hvornum | |
2019-04-08 | Added yubikey support, changed according to issues #6 and #7 | Anton Hvornum | |
2018-11-20 | Added gpicview as a default image viewer. | Anton Hvornum | |
2018-11-15 | Unwanted drive definition on a test-mac. | Anton Hvornum | |
2018-10-09 | Added a default file browser | Anton Hvornum | |
See last commit. This one just fixed a missing comma. | |||
2018-10-09 | Added a file browser | Anton 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-09 | Added ttf-liberation since many apps require it | Anton Hvornum | |
2018-10-01 | Fixed output success parsing | Anton Hvornum | |
Some times cryptsetup added more info to the command line output. | |||
2018-06-25 | Added link to pre-built ISO's | Anton Hvornum | |
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 | Rebased the deployment examples | Lord Anton Hvornum | |
2018-05-24 | Updated README to reflect master not old branch net-deploy | Lord Anton Hvornum | |
2018-05-24 | Merge pull request #3 from Torxed/net-deploy | Anton Hvornum | |
Network deployment features added. | |||
2018-05-24 | Merge branch 'master' into net-deploy | Anton Hvornum | |
2018-05-24 | Updated the readme | Lord 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 git-clone when making the ArchIso | Anton 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-13 | Fixed urllib in offline mode. | Anton Hvornum | |
Apparently, urrlib throws different errors on the "same" issue. With ambiguous names at that. | |||
2018-05-06 | Merged master's changes of make_offline into this branch | Lord Anton Hvornum | |
2018-05-06 | Merge branch 'master' into net-deploy | Lord Anton Hvornum | |
2018-05-06 | Removed some mirror build specific instructions. | Anton Hvornum | |
2018-05-06 | Added a addon script to build AUR packages into the live iso that's used to ↵ | Lord Anton Hvornum | |
execute archinstall | |||
2018-05-06 | Added a addon script to build AUR packages into the live iso that's used to ↵ | Lord Anton Hvornum | |
execute archinstall |