Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/storage.py
AgeCommit message (Expand)Author
2022-05-29Fix typos (#1265)Kian-Meng Ang
2022-05-27Fix dual-booting (#1250)Anton Hvornum
2022-02-28Fix (some) mypy things (#996)Daniel
2022-02-03Command locales (second batch) (#886)Werner Llácer
2021-11-18Increased disk delays by 100% (for unsuccessful operations), successful shoul...Anton Hvornum
2021-11-02Fix typosTheEvilSkeleton
2021-06-13Removed old safety logics for partitions. Partitions will now always be forma...Anton Hvornum
2021-05-20look for default profiles in correct locationSimon Peeters
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15More formatting fixesDylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-02-07Added the ability to check if a harddrive has any mountpoint related to a giv...Anton Hvornum
2021-01-24Trying to centralize the configuration for logging. Phasing out some paramete...Anton Hvornum
2020-12-06Removed /examples/ from list_profiles() by defaultAnton Hvornum
2020-11-29Removed find_examples() and moved example finding paths into archinstall.stor...Anton Hvornum
2020-11-29Forgot a few importsAnton Hvornum
2020-11-29Removed unreliable find_examples() and will use list_profiles() instead, as i...Anton Hvornum
2020-11-29Trying to combat #62. By implementing a UPSTREAM_URL variable globally, which...Anton Hvornum
2020-10-18Added a session-storag. This is in an attempt to build away some magic functi...Anton Hvornum