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
2021-04-03
This should correct #135. I'll have to investigate other places where this ↵
Anton Hvornum
logic might be as well and correct those.
2021-04-03
Fixes #149 as well as --help. This will be added in the next patch release.
Anton Hvornum
2021-04-03
Create .editorconfig
Didr
2021-04-02
Moving the CODEOWNERS file again
Anton Hvornum
2021-04-02
Moved the CODEOWNERS file.
Anton Hvornum
2021-04-02
Update CODEOWNERS
Anton Hvornum
2021-04-02
Update CODEOWNERS
Anton Hvornum
2021-04-02
Update CODEOWNERS
Anton Hvornum
2021-04-02
Create CODEOWNERS
Anton Hvornum
2021-04-02
Merge branch 'exec-args' of https://github.com/kpcyrd/archinstall into ↵
Anton Hvornum
torxed-v2.2.0
2021-04-02
Merge branch 'master' of github.com:Torxed/archinstall into torxed-v2.2.0
Anton Hvornum
2021-04-02
Merge pull request #143 from pyfisch/cryptsetup-nits
Anton Hvornum
Join cryptsetup args using shlex
2021-04-02
Removed legacy link called workstation.json #142
Anton Hvornum
2021-04-02
Support passing commands as lists
kpcyrd
2021-04-02
Join cryptsetup args using shlex
Pyfisch
Ensure that all arguments are properly quoted. Improve readability by using long-form arguments only. Use identical arguments for both cryptsetup calls, to prevent them from accidentally diverging in future commits.
2021-04-02
Fixing glitch in variable use after moving to __packages__ definition.
Anton Hvornum
2021-04-02
Merging master into feature branch.
Anton Hvornum
2021-04-02
Merge pull request #134 from conqp/master
Anton Hvornum
General code cleanup
2021-04-02
Merge pull request #136 from Torxed/torxed-135
Anton Hvornum
Missing variable
2021-04-02
Merge pull request #138 from kusakata/fix-doc-issues
Anton Hvornum
Fix doc issues
2021-04-02
Merge PR #113 into torxed-v2.2.0 feature branch.
Anton Hvornum
This merge should add BIOS through MBR support and GRUB.
2021-04-02
added hardwareincompatibilty erros and updated readme
advaithm
2021-04-02
changed __enter__
advaithm
2021-04-02
accidentlly called dict as function
advaithm
2021-04-02
fixed some issues with the changes
advaithm
2021-04-02
updated to latest commits
advaithm
2021-04-02
Fixing short title underline warning
Shohei Kusakata
2021-04-02
Fixing document interlink error
Shohei Kusakata
2021-04-01
Missing variable
Anton Hvornum
This should fix #135
2021-04-01
Remove useless __init__ methods
Richard Neumann
2021-04-01
Move class-related docstring to class definition
Richard Neumann
2021-04-01
Simplify boolean checks
Richard Neumann
2021-03-30
Merge pull request #132 from kpcyrd/range-check
Anton Hvornum
Add range check to generic_select
2021-03-30
Add range check to disk selection
kpcyrd
2021-03-30
Add range check to generic_select
kpcyrd
2021-03-29
Merge pull request #125 from Torxed/torxed-v2.2.3
Anton Hvornum
Fixes encrypted -> non-encrypted setups
2021-03-29
Removed debugging and finalized fix.
Anton Hvornum
2021-03-29
Added some debugging.
Anton Hvornum
2021-03-29
Adding .encrypted logic after .format calls to correctly identify partitions ↵
Anton Hvornum
as encrypted/not-encrypted. This after a .flush_cache has been called.
2021-03-29
Added some debugging.
Anton Hvornum
2021-03-29
Reworking cache logic to not loose .encrypted flag on partitions after ↵
Anton Hvornum
flushing cache.
2021-03-29
Rolling back change to check parent blockdevice for safe formatting, it ↵
Anton Hvornum
would wipe the boot partition if the boot partition for multiple drives was shared on the specific drive.
2021-03-29
Removing a flush of the cache that was excessive.
Anton Hvornum
2021-03-29
Experimenting with cache, carrying over .allow_formatting
Anton Hvornum
2021-03-29
Experimenting with carrying over flags across cache flush. This to solve ↵
Anton Hvornum
issues when flush is cleared and target mountpoints gets lost, making it impossible to do .find_mountpoint('/') later on for instance.
2021-03-29
Allowing individual partitions safety checks to rely on the parent ↵
Anton Hvornum
blockdevice keep_partitions status.
2021-03-29
Added support for flushing a BlockDevice() cache after a partition has been ↵
Anton Hvornum
formatted. This is to avoid internal confusion of which partitions are encrypted or not when going from Encrypted -> Un-encrypted setups.
2021-03-29
Toned down the debugging a bit.
Anton Hvornum
2021-03-29
Moved some debugging to catch more variable settings.
Anton Hvornum
2021-03-29
Adding callstack to debug output for easier debugging. Removed hardcoded ↵
Anton Hvornum
debug crash
[prev]
[next]