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
/
archinstall
Age
Commit message (
Expand
)
Author
2021-03-20
Fixed #64. installation.set_timezone() already excisted since earlier version...
Anton Hvornum
2021-03-14
Added some error handling.
Anton Hvornum
2021-03-14
encrypted devices won't always report as a child to a device, can't reliably ...
Anton Hvornum
2021-03-14
Made add_bootloader() a little bit more robust, it shouldn't overwrite the ex...
Anton Hvornum
2021-03-14
Added error handling for install_profile() if string vs Profile() is given as...
Anton Hvornum
2021-03-14
Corrected some spelling errors and wrong variables.
Anton Hvornum
2021-03-14
Using 'umount -R' rather than just 'umount' since we're going to wipe the par...
Anton Hvornum
2021-03-14
Removed redundant error handling as well as added some more debug logs.
Anton Hvornum
2021-03-14
Enhanced the error handling on crypt-devices.
Anton Hvornum
2021-03-14
Some more error handling.
Anton Hvornum
2021-03-14
Added alias umount() to unmount().
Anton Hvornum
2021-03-14
Added some error handling for umount().
Anton Hvornum
2021-03-14
Wrong variable name.
Anton Hvornum
2021-03-14
Tweaked SysCallError() exception to include the exit code in a machine readab...
Anton Hvornum
2021-03-14
Added a partition.umount() and a check when running cryptsetup if the disk is...
Anton Hvornum
2021-03-14
Removing hardcoded boot-loader config name. #51.
Anton Hvornum
2021-03-09
Fixed mirror-region parameter selection. Converting to actual mirrors.
Anton Hvornum
2021-03-09
Carried over the allow_formatting from the parent device of luks2() devices.
Anton Hvornum
2021-03-09
Forgot to set a variable
Anton Hvornum
2021-03-09
Added option to skip autodetection of filesystem. This is so for instance luk...
Anton Hvornum
2021-03-09
Added some debugging.
Anton Hvornum
2021-03-09
Tweaked the filesystem definition setup for Partition(). Overriding it progra...
Anton Hvornum
2021-03-09
Added some debugging.
Anton Hvornum
2021-03-09
Fixed luks2().close() to properly detect it's own mapped path
Anton Hvornum
2021-03-09
Fixed luks2().close() to properly detect it's own path
Anton Hvornum
2021-03-09
Fixed a issue with blkid where it would raise an exception when there was not...
Anton Hvornum
2021-03-09
Fixed a issue with blkid where it would raise an exception when there was not...
Anton Hvornum
2021-03-09
Added functions to auto-detect filesystems inside encrypted partitions (given...
Anton Hvornum
2021-03-09
Debugging some tweaks
Anton Hvornum
2021-03-09
Debugging some tweaks
Anton Hvornum
2021-03-09
Debugging some tweaks
Anton Hvornum
2021-03-09
Debugging some tweaks
Anton Hvornum
2021-03-09
Removed hardcoded partition numbers when acessing partitions. As the order is...
Anton Hvornum
2021-03-09
Forgot to return self in Filesystem()
Anton Hvornum
2021-03-09
Marking the root partitions as encrypted if a disk password is set. In the fu...
Anton Hvornum
2021-03-09
Fixed an issue where Partition() instances got overwritten every time disk.pa...
Anton Hvornum
2021-03-09
Adding encryption helpers to the Partition() class, that sets up and utilizes...
Anton Hvornum
2021-03-08
Fixed 'mount point does not exist' on temporary mount point.
Anton Hvornum
2021-03-08
Optimization, safe_to_format() now checks partition.allow_formatting as a con...
Anton Hvornum
2021-03-08
Added two new functions. partition.safe_to_format() and partition.has_content...
Anton Hvornum
2021-03-08
Reworked the guided partitioning logic to better match new expectations of fl...
Anton Hvornum
2021-03-08
Removing part of the old formatting scheme. New implementation roughly 80% done.
Anton Hvornum
2021-03-08
Tweaked logging slightly.
Anton Hvornum
2021-03-08
Fixed the JSON_Encoder. The issue was that dictionaries are mutable, and dump...
Anton Hvornum
2021-03-08
Added some debugging.
Anton Hvornum
2021-03-08
Added some debugging.
Anton Hvornum
2021-03-08
Added some debugging.
Anton Hvornum
2021-03-08
Fixed expected return value from ask_for_disk_layout(). I think I have to thr...
Anton Hvornum
2021-03-08
Added a abort message
Anton Hvornum
2021-03-08
Added a abort message
Anton Hvornum
[prev]
[next]