Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2021-02-17Adding filesystem selection for partitionsAnton Hvornum
2021-02-16Re-worked guided to allow for unsupported fileformats when checking which are...Anton Hvornum
2021-02-11Reworked the way partition formatting works. As well as added some flags to t...Anton Hvornum
2021-02-07Forgot importpath for exceptionsAnton Hvornum
2021-02-07Quotation issueAnton Hvornum
2021-02-07Replacing static variables with more dynamic ones that can live across scopes...Anton Hvornum
2021-02-07Forgot a semicolonAnton Hvornum
2021-02-07Thought I could get away with a little default-parameter hack to make the cod...Anton Hvornum
2021-02-07Added in command line arguments to guided and simplified the laout of guided ...Anton Hvornum
2021-02-07Added in argument support to archinstall for easier testing and debuggingAnton Hvornum
2021-02-07Moved the output of the current fileformat structure in guided, as well as ad...Anton Hvornum
2021-02-07Added a check in guided to make it more visible that we check for filesystem ...Anton Hvornum
2021-02-07Renamed fat32 to vfat to work more seamlessly with findmnt and other tools th...Anton Hvornum
2021-02-07Added some log outputs for existing drives.Anton Hvornum
2021-02-07Threw the wrong exceptionAnton Hvornum
2021-02-07Added the ability to check if a harddrive has any mountpoint related to a giv...Anton Hvornum
2021-02-07Can't unmount during startup if we want to support existing partitioning sche...Anton Hvornum
2021-02-07has_partitions() doesn't take any parameters, old reminant of prototype code.Anton Hvornum
2021-02-07Created has_partitions() on BlockDevice'sAnton Hvornum
2021-02-07Adding a check to see if the disk contains a parition table already. has_part...Anton Hvornum
2021-01-26Merge branch 'master' of github.com:Torxed/archinstall into improved-loggingAnton Hvornum
2021-01-25Adding copy mode for #95 (#82). I wouldn't say this is a hacky way of doing i...Anton Hvornum
2021-01-25Simplified the code a bit by removing the log file setup. It's not handled by...Anton Hvornum
2021-01-25Added some more fields to the configuration output, as well as added a better...Anton Hvornum
2021-01-21examples/guided: Enable systemd-resolvedGiancarlo Razzolini
2021-01-19Fixed #76 and created PGP keys.Anton Hvornum
2020-12-06Added additional user-verification to guided.pyAnton Hvornum
2020-12-06Reverted last commit and added debugging in guided insteadAnton Hvornum
2020-12-06Simplified guided.py a bitAnton Hvornum
2020-11-29Spelling errorAnton Hvornum
2020-11-29Forgot to change the variable in unattended.Anton Hvornum
2020-11-29Trying to combat #62. By implementing a UPSTREAM_URL variable globally, which...Anton Hvornum
2020-11-11Fixed default-variable setup bug.Anton Hvornum
2020-11-11Fixed a bug where no locale generated a hang because loadkeys needs at least ...Anton Hvornum
2020-11-11Forgot to enable systemd-networkd service.Anton Hvornum
2020-11-11Added key error correction again by creating default value. Should do this fo...Anton Hvornum
2020-11-11Created a default package entry in the _guided storage.Anton Hvornum
2020-11-11Logical issue with how I stripped the response. It overrode the None but neve...Anton Hvornum
2020-11-11Revert gateway to None if the string is zero-len.Anton Hvornum
2020-11-11configure_nic() is on the installation, not a generic function.Anton Hvornum
2020-11-11Fixed DNS logic, since DNS might become [""].Anton Hvornum
2020-11-11Fixed generic_select() to accept (and break on) empty selects.Anton Hvornum
2020-11-11Asking user for interface-names rather than MAC address. Should probably prin...Anton Hvornum
2020-11-11Fix for generic_select() call.Anton Hvornum
2020-11-11Adding network support (questions) to guided.py according to #65. Previous co...Anton Hvornum
2020-11-08Fix for #61. Variable mix-matches should be fixed and tested now. There's als...Anton Hvornum
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that i...Anton Hvornum
2020-11-08Fixing issues with lists being passed instead of stringsLord Anton Hvornum
2020-11-08Fixed variable issues and version bumpLord Anton Hvornum
2020-11-08Variable type-o issue.Anton Hvornum