Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-05-21Simplify the commands in the readmeDylan M. Taylor
Typing 'python -m' is largely unnecessary on the ISO with the package installed.
2021-05-20Change position of linter badgeВладислав
2021-05-20Merge pull request #475 from dylanmtaylor/patch-2Anton Hvornum
Add CI status badge to README
2021-05-20Update README.mdAnton Hvornum
2021-05-19Point out that a URL can be used as well in READMEDylan Taylor
2021-05-19Fix configuration sample linkDylan Taylor
2021-05-19Added support for getting configuration from a config file (#364)Yash Tripathi
* added support for ingesting config * fixed condition to check key in dictionary * Removed redundant code, profile and desktop keys are now optional * Added base-config.json and support for pulling credentials from .env * added base config file and env file for users credentials * added silent install switch * added python-dotenv as a dependency * Updated Readme to include argparse changes as well as config ingestion * Updated Readme to include argparse changes as well as config ingestion * fixed typo in pyproject.toml * Replaced the magic __builtin__ global variable. This should fix mypy complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. * Fixes string index error. * Quotation error. * fixed initializing --script argument * added python-dotenv as a dependency * Installation can't be silent if config is not passed * fixed silent install help * fixed condition for ask_user_questions * reverted to creating profile object properly * Cleaned up and incorporated suggestions * added Profile import * added condition if Profile is null * fixed condition * updated parsing vars from argparse * removed loading users from .env * Reworking SysCommand & Moving to localectl for locale related activities (#4) * Moving to `localectl` rather than local file manipulation *(both for listing locales and setting them)*. * Swapped `loadkeys` for localectl. * Renamed `main` to `maim` in awesome profile. * Created `archinstall.Boot(<installation>)` which spawns a `systemd-nspawn` container against the installation target. * Exposing systemd.py's internals to archinstall global scope. * Re-worked `SysCommand` completely, it's now a wrapper for `SysCommandWorker` which supports interacting with the process in a different way. `SysCommand` should behave just like the old one, for backwards compatibility reasons. This fixes #68 and #69. * `SysCommand()` now has a `.decode()` function that defaults to `UTF-8`. * Adding back peak_output=True to pacstrap. Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Dylan Taylor <dylan@dylanmtaylor.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> * fixed indent * removed redundant import * removed duplicate import * removed duplicate import Co-authored-by: Anton Hvornum <anton.feeds@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> Co-authored-by: Dylan M. Taylor <dylan@dylanmtaylor.com>
2021-05-18Add CI status badge to READMEDylan M. Taylor
2021-05-18Reword another part of README.mdDylan M. Taylor
It just felt strange reading it the way it was written before. This feels more correct
2021-05-18Proofreading: Fix misc. spelling and grammar issuesDylan Taylor
2021-05-15Correct README (closes #421)Dylan M. Taylor
Or we could switch the example to install awesome. One way or the other, let me know if you want me to change this.
2021-04-27Updated readme about the help and log locationAnton Hvornum
2021-04-22merged with masteradvaithm
2021-04-21Merge pull request #255 from dylanmtaylor/patch-1Anton Hvornum
WIP: Add documentation for MAC address example
2021-04-17Merging in master to feature branch.Anton Hvornum
2021-04-15Fix README table of contentSecondThundeR
Also commented out the code responsible for centering the logo for future decisions
2021-04-14Language issueAnton Hvornum
2021-04-14Updated README's minimal exampleAnton Hvornum
2021-04-12Merge branch 'master' into torxed-v2.2.0Anton Hvornum
2021-04-10Added a mission statement, and updated the minimal example in the readme.Anton Hvornum
2021-04-09Update README.mdAnton Hvornum
2021-04-09Update README.mdDylan M. Taylor
2021-04-09Update README.mdDylan M. Taylor
2021-04-07Merging changes from master into feature branch to avoid future conflics.Anton Hvornum
2021-04-06python setup.py build is not needed if you call installDylan M. Taylor
2021-04-06After testing pacman -R, I noticed it didn't work rightDylan M. Taylor
2021-04-06Update README.mdAnton Hvornum
2021-04-06Made it into more of a "step by step" structureAnton Hvornum
2021-04-06This is probably more technically correctDylan M. Taylor
2021-04-06DOCS: How to test a commit from a live imageDylan M. Taylor
2021-04-05README: Clarify about the profile installation exampleLeonid Bloch
* Clarify that 'awesome' is a window manager, and not a network-related entity. * Add a link to Profile documentation. * Remove a trailing whitespace. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-04-02Merge branch 'master' of github.com:Torxed/archinstall into torxed-v2.2.0Anton Hvornum
2021-04-02Removed legacy link called workstation.json #142Anton Hvornum
2021-04-02added hardwareincompatibilty erros and updated readmeadvaithm
2021-03-24Update README.mdAnton Hvornum
2021-03-24Removed an obsolete link to archlinux.lifeAnton Hvornum
Since the package is now in the official repo's, there's no need to host pre-built ISO's for the tool.
2021-03-14Updated the testing section.Anton Hvornum
I updated the build instructions, mainly because they were old. But also because archiso has changed quite a bit since I wrote it. And I appended a script that will make running a bit easier *(not a perfect script, but does the job)*.
2021-02-21Removed the pre-built ISO links for now.Anton Hvornum
After a system upgrade, the machine is unresponsive and booting in to a recovery ISO doesn't work currently. Until I can find out why, the links have to be removed.
2021-01-29fix README.md minimal example linkBorislav Kosharov
2021-01-20Change the documentation now that archinstall is on the official repositoriesGiancarlo Razzolini
Changed README.md to not use sudo pip anymore and point users to use pacman instead. We go into more detail on the docs. Changed binary.rst to point to the official repositories too. Changed python.rst to point to using the official repositories for the installation of both the archinstall script or for just installing the library (archinstall depends on python-archinstall).
2021-01-19Expanded a shortening.Anton Hvornum
2021-01-19Expanded a shortening.Anton Hvornum
2020-11-26Added a matrix.org server as an alternativeAnton Hvornum
2020-11-08Updated documentationAnton Hvornum
Related to the new log features.
2020-10-19Fix typos.Varun Madiath
2020-10-16Update README.mdAnton Hvornum
2020-10-11Simplified the README a bit.Anton Hvornum
2020-10-11Simplified the README a bit.Anton Hvornum
2020-10-01Merge branch 'master' of github.com:Torxed/archinstall into masterAnton Hvornum