Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http: centos-8: changed mirror to 8-stream and inst group to core.HEADmaster | Michael Janczyk | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | http: rocky: anaconda-ks: move packages to separate step. will be moved to ↵ | Michael Janczyk | 2023-06-15 | 1 | -8/+3 |
| | | | | ansible soon. | ||||
* | http: rocky: anaconda-ks: remove unused packages. | Michael Janczyk | 2023-06-14 | 1 | -7/+9 |
| | | | | Use Ansible for that. | ||||
* | finalize rocky9 support | Jonathan Bauer | 2023-03-09 | 2 | -2/+3 |
| | |||||
* | initial rocky8 support | Jonathan Bauer | 2022-03-25 | 2 | -0/+108 |
| | | | | based on the Manuel (Messner)'s work | ||||
* | added debian-10.4-amd64 template | Jonathan Bauer | 2020-06-04 | 2 | -0/+64 |
| | |||||
* | http/ubuntu/preseed.cfg: switch to ext4 | Jonathan Bauer | 2019-10-25 | 1 | -3/+5 |
| | | | | + minor fixes | ||||
* | http/centos/anaconda-ks.cfg: fix python path | Jonathan Bauer | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | http/centos/anaconda-ks.cfg: add comment | Jonathan Bauer | 2019-10-16 | 1 | -0/+1 |
| | |||||
* | http/centos/anaconda-ks.cfg: remove packages | Jonathan Bauer | 2019-10-16 | 1 | -5/+0 |
| | |||||
* | remove deprecated ks/preseed symlinks | Jonathan Bauer | 2019-10-16 | 3 | -3/+0 |
| | |||||
* | Add centos-8 kickstart, inside of kickstart link to deprecated functions | Thiago Abdo | 2019-10-09 | 1 | -0/+51 |
| | | | | Signed-off-by: Thiago Abdo <tjabdo@inf.ufpr.br> | ||||
* | [ubuntu] de.archive.ubuntu.com as default mirror | Jonathan Bauer | 2019-07-18 | 1 | -1/+5 |
| | |||||
* | [ubuntu] set timezone to Europe/Berlin by default | Jonathan Bauer | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | [centos-7] update centos to 1810 | Jonathan Bauer | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | do not install multiple language packs | Jonathan Bauer | 2018-11-08 | 1 | -1/+0 |
| | |||||
* | ubuntu: preseed: do not create swapfile | Jonathan Bauer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | update link to centos anaconda dir | Jonathan Bauer | 2018-08-23 | 1 | -0/+0 |
| | |||||
* | [ubuntu] make sure to install grub to the MBR | Jonathan Bauer | 2018-08-21 | 1 | -0/+3 |
| | | | | | While the second directive is not needed in theory, it seems needed to ensure a consistent behavior... | ||||
* | [ubuntu] fix wrong fs in preseed | Jonathan Bauer | 2018-08-21 | 1 | -1/+1 |
| | | | | | Seems to have had not effect though. The filesystem{} directive is probably the relevant one. | ||||
* | [ubuntu-18.04] added link to generic preseed | Jonathan Bauer | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | anaconda: centos: US keymap and layout | Jonathan Bauer | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | anaconda: common kickstart file for centos-7.3 and centos-7.4 | Jonathan Bauer | 2018-02-22 | 4 | -55/+2 |
| | |||||
* | anaconda: centos-7.4: do not set selinux to permissive during kickstart | Jonathan Bauer | 2018-02-22 | 1 | -2/+0 |
| | |||||
* | anaconda: centos-7.4: do not install systemd-{networkd,resolved} through ↵ | Jonathan Bauer | 2018-02-22 | 1 | -1/+0 |
| | | | | kickstart | ||||
* | [ubuntu-17.10] add symlink to generic ubuntu preseed | Jonathan Bauer | 2018-02-21 | 1 | -0/+1 |
| | |||||
* | [ubuntu-16.04] move ubuntu-16.04 preseed to generic ubuntu folder and | Jonathan Bauer | 2018-02-21 | 2 | -0/+1 |
| | | | | symlink ubuntu-16.04 to it | ||||
* | ubuntu-16.04/preseed.cfg: fix regex to also match PermitRootLogin option in ↵ | Jonathan Bauer | 2018-02-21 | 1 | -1/+1 |
| | | | | sshd config when it is commented | ||||
* | [centos-7.3] epel-release via yum | Jonathan Bauer | 2018-02-08 | 1 | -3/+2 |
| | |||||
* | http: centos-7.4: anaconda-ks.cfg: add update to %post section | Manuel Messner | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | http: centos-7.4: anaconda-ks.cfg: add default mirror | Manuel Messner | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | centos-7.4 ks | Jonathan Bauer | 2017-12-15 | 1 | -0/+56 |
| | |||||
* | upgrade packages during initial install (wip) | Jonathan Bauer | 2017-05-18 | 1 | -5/+10 |
| | |||||
* | [ubuntu] support root password via ROOTPW env | Jonathan Bauer | 2017-04-10 | 1 | -18/+16 |
| | |||||
* | root password now set via ROOTPW env var | Jonathan Bauer | 2017-04-07 | 1 | -2/+21 |
| | |||||
* | Templates for Centos 7.3 and Ubuntu 16.04 | Jonathan Bauer | 2017-03-10 | 2 | -0/+88 |
These were tested with qemu (2.8.0), virtualbox (5.1.16) and vmplayer (12.5.2-4638234). Using the qemu builder is preferable as it creates a qcow2 file directly. The unattended install is configured to install the necessary packages for ansible which will be needed to provision the VM. The rest is still pretty minimal. |