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
Age
Commit message (
Expand
)
Author
2020-07-06
Absolute paths for pictures
Anton Hvornum
2020-07-06
Adding some more gitignores
Anton Hvornum
2020-07-06
Moved the example installation to examples
Anton Hvornum
2020-07-06
Renaming deployments to profiles
Anton Hvornum
2020-07-06
Renaming deployments to profiles
Anton Hvornum
2020-07-06
Merge branch 'annotations' of github.com:Torxed/archinstall into annotations
Anton Hvornum
2020-07-06
Reworked final preparations for working with profiles and installing them.
Anton Hvornum
2020-07-06
Update awesome.json
Anton Hvornum
2020-07-06
Update awesome.json
Anton Hvornum
2020-07-06
Pointed the images to the new docs location
Anton Hvornum
2020-07-06
Merge branch 'annotations' of github.com:Torxed/archinstall into annotations
Anton Hvornum
2020-07-06
Converted the lib to a pip supported structure to make packaging easier. Also...
Anton Hvornum
2020-07-06
Merge pull request #38 from Torxed/add-license-1
Anton Hvornum
2020-07-06
Create LICENSE
Anton Hvornum
2020-07-06
Changing license model.
Anton Hvornum
2020-07-06
Changed mount function, since libc can't handle loop devices automatically wi...
Anton Hvornum
2020-07-06
Fixed so that partition listing doesn't overwrite on each request, ruining so...
Anton Hvornum
2020-07-06
Added a PArtition() class that supports mounting and formatting. Also reworke...
Anton Hvornum
2020-07-01
Update README.md
Anton Hvornum
2020-06-30
Update README.md
Anton Hvornum
2020-06-30
Update README.md
Anton Hvornum
2020-06-30
Update README.md
Anton Hvornum
2020-06-30
Working partition and encryption+mount phase. Now to the installer and re-wor...
Anton Hvornum
2020-06-29
Starting to rework the entire codebase to be context friendly. Annotations is...
Anton Hvornum
2020-06-28
Update README.md
Anton Hvornum
2020-06-28
Added a new logo
Anton Hvornum
2020-04-03
Fixed typo breaking local profiles
Jay Bent
2020-03-16
Debugging
Anton Hvornum
2020-03-16
More debugging
Anton Hvornum
2020-03-16
Trying to weed out dual logging.
Anton Hvornum
2020-03-16
Enhanced debug message.
Anton Hvornum
2020-03-16
Added argument passing for set_locale()
Anton Hvornum
2020-03-16
Fixing a more transparent argument passing all the way down to the actual com...
Anton Hvornum
2020-03-16
Fix for previous commit, indent issue and a missing else
Anton Hvornum
2020-03-16
New feature: input_redirect in cleanup_args(). Since this function might be r...
Anton Hvornum
2020-03-16
Moved set_locale() from configure_base_system as it is its own step in a way.
Anton Hvornum
2020-03-16
Adding more debug output.
Anton Hvornum
2020-03-16
New function: add_custom_mirror(). Adds a custom mirror to /etc/pacman.conf w...
Anton Hvornum
2020-03-16
New function: prerequisit_check(). Moved the exit-if-not-uefi logic into a fu...
Anton Hvornum
2020-03-16
New function: create_user(). Simple user creations, not many options for now.
Anton Hvornum
2020-03-16
New function: set_locale(). Takes a format string of either a full locale-gen...
Anton Hvornum
2020-03-15
Changed client to worker, more correct.
Anton Hvornum
2020-03-15
Added a client field in kwargs, used when pushing on_output.
Anton Hvornum
2020-03-15
Added a new feature: on_output in sys_command. Passing a on_output function t...
Anton Hvornum
2020-03-15
Added new function: set_password(). Sets a password for a given username.
Anton Hvornum
2020-03-15
Added somre more error handling and removed potentially unessecary code.
Anton Hvornum
2020-03-15
New function: reboot(). Does what you think it does. Also does a sync tho jus...
Anton Hvornum
2020-03-15
Added more log entries to commandlog.
Anton Hvornum
2020-03-15
Added a new function: flush_all_mirrors(). Can be used to wipe default mirror...
Anton Hvornum
2020-03-15
Added a SAFETY_LOCK on a bunch of functions.
Anton Hvornum
[next]