Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-09Moved sorted logic for partitionsAnton Hvornum
2019-06-09Sorted partitions. Not just the drivesAnton Hvornum
2019-06-09Fixed size debug information. Apparently that comes part of lsblk.. hehAnton 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-09Enhancing debug information for failed command executionsAnton Hvornum
2019-06-09Added partition size information in debug information printedAnton Hvornum
2019-06-09Invalid syntax fixAnton Hvornum
2019-06-09Merge pull request #13 from Torxed/experimentalAnton Hvornum
Adding experimental features
2019-06-09Merge branch 'master' of github.com:Torxed/archinstall into experimentalAnton Hvornum
2019-06-09Added sorted drives and partition debug informationAnton Hvornum
2019-04-14Added support to select --drive=<UUID> and it now maps to a drive. To ensure ↵Anton Hvornum
/dev/sda haven't changed location and the wrong drive gets wiped
2019-04-14Added support to select --drive=<UUID> and it now maps to a drive. To ensure ↵Anton Hvornum
/dev/sda haven't changed location and the wrong drive gets wiped
2019-04-14Added more templates and removed debuggingAnton Hvornum
2019-04-14SomethingAnton Hvornum
2019-04-14DebuggingAnton Hvornum
2019-04-14Fixing login scenarioAnton Hvornum
2019-04-14Testing application specific configratuin (might auto-trigger in the futureAnton Hvornum
2019-04-13A better description of the featuresAnton 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.
2019-04-12Update README.mdAnton Hvornum
2019-04-12Update README.mdAnton Hvornum
2019-04-12Update README.mdAnton Hvornum
2019-04-11Update README.mdAnton Hvornum
2019-04-11Merge pull request #11 from Torxed/experimentalAnton Hvornum
Fixed git self-updated & Created support for pseudo-booting the installed OS
2019-04-11More debuggingAnton Hvornum
2019-04-11Swapped no-chroot to simple command. More expected behavior that wayAnton Hvornum
2019-04-11First working copy of the new subsystem / boot / hacksAnton Hvornum
2019-04-11Forgot formatting on hostnameAnton Hvornum
2019-04-11Live testingAnton Hvornum
2019-04-11Fixed some stuffAnton Hvornum
2019-04-11Misspelled Archinstall :PAnton Hvornum
2019-04-11Added a exit condition for the subsystemAnton Hvornum
2019-04-11Live testingAnton Hvornum
2019-04-11Frikin dicts and sizes.. fixedAnton Hvornum
2019-04-11Final touches on the new subsystem thingAnton Hvornum
2019-04-11misspellingAnton Hvornum
2019-04-11Testing liveAnton Hvornum
2019-04-11misspellingAnton Hvornum
2019-04-11Forgot ENTER (new line) after subsystem inputAnton Hvornum
2019-04-11Live testingAnton Hvornum
2019-04-11live testingAnton Hvornum
2019-04-11Handling login during pseudo-bootAnton Hvornum
2019-04-11Trying something elseAnton Hvornum
2019-04-11Writing needs to be bytesAnton Hvornum
2019-04-11Increased read buffer from 1024 to 8192. Also added the command as a triggerAnton Hvornum
2019-04-11Swapped for simple_command on multiple pipe command.. it's to messy hehAnton Hvornum
2019-04-11Almost thereAnton Hvornum
2019-04-11Skipping re-exec for when git repo is already up to dateAnton Hvornum
2019-04-11Forgot that iterators don't actually do anything unless you **try** to work ↵Anton Hvornum
with the output result. Optimizations ftw