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
path:
root
/
examples
/
minimal.py
Age
Commit message (
Expand
)
Author
2021-04-09
Enabled skipping partitioning in minimal. It now can take /mnt just as guided...
Anton Hvornum
2021-04-09
Removed some debugging auto-unmount
Anton Hvornum
2021-04-09
Attempting to fix auto-detection of encrypted drives. So that #124 can perfor...
Anton Hvornum
2021-04-09
Removed 'getpass' from imports.
Anton Hvornum
2021-04-09
Forgot to give a password during encryption.
Anton Hvornum
2021-04-09
Setting .encrypted flag in minimal.
Anton Hvornum
2021-04-08
Starting implementing #124. The installer will be detatched from block device...
Anton Hvornum
2021-04-08
Forgot a variable.
Anton Hvornum
2021-04-08
I simplified the countdown, by moving it into it's own function instead of wr...
Anton Hvornum
2021-04-07
Make the minimal installation example use the minimal profile instead of awes...
Dylan M. Taylor
2020-10-19
Fix typo in function parameter
Varun Madiath
2020-09-29
Removed AUR support (Moving to a separate project, possibly as an addon layer...
Anton Hvornum
2020-08-20
Added a unattended installer. Fixed list_profiles() to not include .py ending...
Anton Hvornum
2020-07-08
Reflecting change in /boot change
Anton Hvornum
2020-07-07
Added pythons -m module support. __main__.py is the main module entry path, a...
Anton Hvornum