index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-08 | Fixing a variable missmatch in #61. The global configuration snapshot (that ↵ | Anton Hvornum | |
is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict). | |||
2020-11-08 | Added some more debugging | Anton Hvornum | |
2020-11-08 | Fixed an issue where python's setuptools didn't like running bdist_wheel. ↵ | Lord Anton Hvornum | |
Causing issues upstream on pypi because examples/ and VERSION would be missing for instance. | |||
2020-11-08 | Attempting to fix pypi build issues. | Lord Anton Hvornum | |
2020-09-01 | Added list_mirrors() and prepared for selecting mirrors in guided.py | Anton Hvornum | |
2020-08-20 | Added missing function reboot(). Also tweaked the build scripts so that they ↵ | Anton Hvornum | |
fetch a common version from the file VERSION. And some spelling tweaks for the log output. | |||
2020-08-18 | Added build support for PKGBUILD. Also slimmed down make.sh to only compile ↵ | Anton Hvornum | |
the binary and nothing more. That way it's easier to ship the build to https://archlinux.life/bin/. Updated README to reflext the archlinux.life domain instead of hvornum.se since projects regarding archlinux will reside there or elsewhere in the future. | |||
2020-07-30 | Fixed a glitch in the make.sh script. | Anton Hvornum | |
2020-07-30 | Version bump. | Anton Hvornum | |
2020-07-22 | Version bump to: v2.0.4rc2 | Anton Hvornum | |
2020-07-10 | Added the arch to the build | Anton Hvornum | |
2020-07-10 | Fixed the build to include the examples in the right location. | Anton Hvornum | |
2020-07-10 | Added a build script for my own sanity | Anton Hvornum | |
2020-07-08 | Removing temporary build scripts | Anton Hvornum | |
2020-07-08 | Adding symlink to examples. | Anton Hvornum | |