summaryrefslogtreecommitdiff
path: root/cloudinit/distros/arch.py
Commit message (Expand)AuthorAgeFilesLines
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-241-2/+3
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-64/+83
* Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini2021-07-201-4/+4
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-8/+2
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-1/+0
* archlinux: Fix broken locale logic (#841)Kristian Klausen2021-03-151-7/+11
* archlinux: Use hostnamectl to set the transient hostname (#797)Kristian Klausen2021-02-251-0/+11
* archlinux: fix package upgrade command handling (#768)Bao Trinh2021-01-121-0/+2
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-2/+2
* Move subp into its own module. (#416)Scott Moser2020-06-081-8/+9
* Support netplan renderer in Arch LinuxConrad Hoffmann2019-07-161-0/+14
* Change some list creation and population to literal.Rémy Léone2018-03-021-4/+1
* archlinux: Fix bug with empty dns, do not render 'lo' devices.Scott Moser2017-08-011-31/+59
* archlinux: fix set hostname usage of write_file.Joshua Powers2017-07-241-1/+1
* pylint: fix all logging warningsJoshua Powers2017-04-211-2/+4
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-15/+5
* fix some errors reported by pylintScott Moser2016-06-151-2/+2
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-3/+3
* Respond to review:Barry Warsaw2015-01-271-1/+1
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* hostname: apply hostname same as is writtenScott Moser2015-01-161-7/+0
* pyflakes fixes.Scott Moser2014-09-101-1/+1
* do not put comments in /etc/timezoneScott Moser2014-07-291-12/+1
* drop 'is_excluded'.Scott Moser2014-02-121-6/+0
* fix pylint warning (and real bug) in bad spelling of resolve_conf_fnScott Moser2014-02-121-1/+1
* Added arch network configNate House nathan.house@rackspace.com2014-02-061-22/+60
* Update ssh_svcname in initNate House nathan.house@rackspace.com2014-02-041-0/+1
* Initial arch distro add.Nate House nathan.house@rackspace.com2014-02-041-0/+186