Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/minimal.py
AgeCommit message (Expand)Author
2022-05-26Rework user management (#1220)Daniel Girtler
2022-02-08Change usage `lsblk` to `blkid` where possible. And general improvements to d...Anton Hvornum
2021-06-10vfat -> fat32, updated minimalAnton Hvornum
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15Fix f-string is missing placeholders in minimalDylan Taylor
2021-05-15More manual fixesDylan Taylor
2021-04-09Enabled skipping partitioning in minimal. It now can take /mnt just as guided...Anton Hvornum
2021-04-09Removed some debugging auto-unmountAnton Hvornum
2021-04-09Attempting to fix auto-detection of encrypted drives. So that #124 can perfor...Anton Hvornum
2021-04-09Removed 'getpass' from imports.Anton Hvornum
2021-04-09Forgot to give a password during encryption.Anton Hvornum
2021-04-09Setting .encrypted flag in minimal.Anton Hvornum
2021-04-08Starting implementing #124. The installer will be detatched from block device...Anton Hvornum
2021-04-08Forgot a variable.Anton Hvornum
2021-04-08I simplified the countdown, by moving it into it's own function instead of wr...Anton Hvornum
2021-04-07Make the minimal installation example use the minimal profile instead of awes...Dylan M. Taylor
2020-10-19Fix typo in function parameterVarun Madiath
2020-09-29Removed AUR support (Moving to a separate project, possibly as an addon layer...Anton Hvornum
2020-08-20Added a unattended installer. Fixed list_profiles() to not include .py ending...Anton Hvornum
2020-07-08Reflecting change in /boot changeAnton Hvornum
2020-07-07Added pythons -m module support. __main__.py is the main module entry path, a...Anton Hvornum