Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-11-18
mismatch between archinstall and archinstall_gui in the worker class
Anton Hvornum
2019-11-18
Debugging
Anton Hvornum
2019-11-18
Finished moving almost all steps into functions.
Anton Hvornum
2019-11-18
Forgot return value
Anton Hvornum
2019-11-18
Correction on args fetching
Anton Hvornum
2019-11-18
Positions and kwargs not added to functions
Anton Hvornum
2019-11-18
String convertion on part numbers, maybe a stupid idea?
Anton Hvornum
2019-11-18
Debugging
Anton Hvornum
2019-11-18
Debugging
Anton Hvornum
2019-11-18
Refresh partitions function enhanced. Previously it just returned a unsorted ↵
Anton Hvornum
mess, now the args['partitions'] structure is finalized in that function
2019-11-18
Refresh partitions function enhanced. Previously it just returned a unsorted ↵
Anton Hvornum
mess, now the args['partitions'] structure is finalized in that function
2019-11-18
Debugging
Anton Hvornum
2019-11-18
Fetching partitions from the partition tree in the dictionary.
Anton Hvornum
2019-11-18
Positions, not args
Anton Hvornum
2019-11-18
Converted to a new mode. Each parameter to the functions, are given as ↵
Anton Hvornum
strings and later mapped to the args[] structure. This so that you can supply keys in advanced without them being there. In order to chain functions together where functions some where along the chain supplies one of those values
2019-11-18
Cleaned up the entire format process into functions.
Anton Hvornum
2019-11-18
Cleaned up the entire format process into functions.
Anton Hvornum
2019-11-18
Added more *q, **k to functions
Anton Hvornum
2019-11-18
Stupid of me to call the sys.argv for args. Now I have to rename all *args ↵
Anton Hvornum
expansions to *positionals or something
2019-11-18
Added args/kwargs to function
Anton Hvornum
2019-11-18
Added success return on format of disks
Anton Hvornum
2019-11-18
Started adding failure responses on commands for error checks.
Anton Hvornum
2019-11-18
Added refreshing of partitions into a function
Anton Hvornum
2019-11-18
Parameter missmatch on name
Anton Hvornum
2019-11-18
Added args, kwargs to a function
Anton Hvornum
2019-11-18
Added debug
Anton Hvornum
2019-11-18
Don't show drives unless we have some
Anton Hvornum
2019-11-18
Cache password is now a function. This is so others can call it
Anton Hvornum
2019-11-18
Test
Anton Hvornum
2019-11-18
Corrected commandlog history emulated or not
Anton Hvornum
2019-11-18
More visible output
Anton Hvornum
2019-11-18
More verbose output for unformatted drives.
Anton Hvornum
2019-11-18
Fix for unpartitioned drives.
Anton Hvornum
2019-11-17
Fixed some stuff
Anton Hvornum
2019-11-17
Added tests. Also improved emulated commands.
Anton Hvornum
2019-11-17
Cleaning up some more
Anton Hvornum
2019-11-17
Adde a gitignore
Anton Hvornum
2019-11-17
Improved sys_command(). Also added a commandhistory-log and emulation mode
Anton Hvornum
2019-11-17
Added new ways to get the disk size, since os.statvfs() won't work on ↵
Anton Hvornum
unmounted drives. Also moving more stuff into functions.
2019-11-15
Starting to move individual steps into functions instead, so that they can ↵
Anton Hvornum
be called externally as a library instead. Useful for graphical frontends and what not
2019-11-15
Merge branch 'master' of github.com:Torxed/archinstall
Anton Hvornum
2019-11-15
Cleaned up AUR bash script, no need for it anymore since the reference has ↵
Anton Hvornum
moved into the python code
2019-11-14
Update README.md
Anton Hvornum
2019-11-14
Added link to workstation template
Anton Hvornum
2019-11-14
cleaned up the README a bit.
Anton Hvornum
2019-11-14
Added a parameter to the readme
Anton Hvornum
2019-11-14
Updated feature list a bit
Anton Hvornum
2019-11-13
Merge pull request #26 from Torxed/experimental
Anton Hvornum
Experimental
2019-11-14
Merge branch 'master' of github.com:Torxed/archinstall into experimental
Anton Hvornum
2019-11-13
Merge pull request #25 from Torxed/aur-support
Anton Hvornum
AUR package support via yay.
[next]