Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-11Editing more outputsAnton Hvornum
2019-04-11Fixed a output messageAnton Hvornum
2019-04-11Forgot to place the output some where.. oh i know.. in output...Anton Hvornum
2019-04-11Error when removing a non-existing file.. duh..Anton Hvornum
2019-04-11erm, echo was removed.. since it's part of the opts nowAnton Hvornum
2019-04-11Added back a simple_command() where path changes and stuff had to be done. ↵Anton Hvornum
For now.. this surely must work by doing os.chdir() or something
2019-04-11More git update experimentsAnton Hvornum
2019-04-11More status outputAnton Hvornum
2019-04-11Improving on the git updateAnton Hvornum
2019-04-11Doing live testsAnton Hvornum
2019-04-11Trying to fix auto-git-updateAnton Hvornum
2019-04-11Forgot to decode the bytes dataAnton Hvornum
2019-04-11Failed to convert one more iteratorAnton Hvornum
2019-04-11Missed another join()Anton Hvornum
2019-04-11Forgot to .exec()Anton Hvornum
2019-04-11Forgot to join the iterator in some placesAnton Hvornum
2019-04-11Swapping the run() command for something a little more potentAnton Hvornum
2019-04-10Forgot to send the options as actual options.Anton Hvornum
2019-04-10Forgot to send the options as actual options.Anton Hvornum
2019-04-10Testing a thingAnton Hvornum
2019-04-10Reorder 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-10Added support to boot a installationAnton Hvornum
2019-04-10Update README.mdAnton Hvornum
2019-04-10Changed some formatting and status output. Also added manual chroot-setup. ↵Anton Hvornum
It's highly unreliable tho
2019-04-10Wrapping is not systemd-nspawn's coup of teaAnton Hvornum
2019-04-10Added psutil workaround in case it's not installed.Anton Hvornum
2019-04-10Added 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-10Forgot to wrap the commandsAnton Hvornum
2019-04-10Reworked 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-08Update README.mdAnton Hvornum
Updated to reflect the resent default/no-default and profile changes.
2019-04-08Merge pull request #8 from Torxed/profileAnton Hvornum
Profile
2019-04-08Verified implementation for #6 and #7Anton Hvornum