| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in comment. | Benjamin Schlüter | 2018-02-15 | 1 | -1/+1 |
* | fix syntax error in if clause | Mike Gabriel | 2018-02-13 | 1 | -1/+1 |
* | apt_install_if_not: Always return true. | Mike Gabriel | 2018-02-13 | 1 | -1/+1 |
* | We may have to endure multiple runs of apt-get update. | Mike Gabriel | 2018-02-13 | 1 | -2/+4 |
* | Revert "apt_install_if_not: Catch apt-get exit code and return that." | Mike Gabriel | 2018-02-13 | 1 | -4/+0 |
* | Revert "apt_install_if_not: Play tricks on bash." | Mike Gabriel | 2018-02-13 | 1 | -1/+1 |
* | apt_install_if_not: Play tricks on bash. | Mike Gabriel | 2018-02-13 | 1 | -1/+1 |
* | apt_install_if_not: Catch apt-get exit code and return that. | Mike Gabriel | 2018-02-13 | 1 | -0/+4 |
* | puppet agent initialization: Reduce wait-for-cert value to 120s. | Mike Gabriel | 2018-02-13 | 1 | -1/+1 |
* | Avoid useless apt-get update, if some of the itzks packages are already insta... | Mike Gabriel | 2018-02-13 | 1 | -6/+4 |
* | NetworkManager/WiFI: Check if system-wide connection exists, if yes, assume a... | Mike Gabriel | 2018-02-13 | 1 | -19/+24 |
* | Only change hostname if $myhost is a non-emptry string (after white-space str... | Mike Gabriel | 2018-02-13 | 1 | -3/+5 |
* | Make script executable. | Mike Gabriel | 2018-02-13 | 1 | -0/+0 |
* | Beautify our echo'ing a little bit... | Mike Gabriel | 2018-02-13 | 1 | -0/+10 |
* | Plymouth: Only set solar theme, if not yet set. | Mike Gabriel | 2018-02-13 | 1 | -2/+4 |
* | Introduce apt_install_if_not function. Only install packages if not yet insta... | Mike Gabriel | 2018-02-13 | 1 | -20/+34 |
* | Explaining what set -e does. | Mike Gabriel | 2018-02-09 | 1 | -0/+1 |
* | Set -x bash option. Not only for debugging, but also for normal runs. | Mike Gabriel | 2018-02-09 | 1 | -0/+3 |
* | APT initialization: Don' use AND concatenated command chain. | Mike Gabriel | 2018-02-09 | 1 | -1/+4 |
* | Enforce cleaning up of /var/lib/apt/lists/. | Mike Gabriel | 2018-02-09 | 1 | -0/+3 |
* | APT: Drop --force-yes. Deprecated and not needed. | Mike Gabriel | 2018-02-09 | 1 | -9/+9 |
* | Add command to restart keyboard service after changes to settings in /etc/def... | Benjamin Schlüter | 2018-01-31 | 1 | -0/+3 |
* | Add commands to edit /etc/default/keyboard according to installation guide. | Benjamin Schlüter | 2018-01-31 | 1 | -0/+4 |
* | Set restrictive permissions for the SSID.in template, not for the real file (... | Mike Gabriel | 2018-01-31 | 1 | -3/+3 |
* | forget user input once not needed anymore; esp. don't leak the WiFi password ... | Mike Gabriel | 2018-01-31 | 1 | -0/+7 |
* | some comment improvements | Mike Gabriel | 2018-01-30 | 1 | -2/+2 |
* | APT: also use -y --force-yes for installation of libdvdcss2. | Mike Gabriel | 2018-01-30 | 1 | -1/+1 |
* | Only restart puppet if already installed. | Mike Gabriel | 2018-01-30 | 1 | -1/+5 |
* | move up misplaced plymouth theme configuration part | Mike Gabriel | 2018-01-30 | 1 | -5/+7 |
* | Don't use triple quotes... that's Pythonian, not Bash'ism. | Mike Gabriel | 2018-01-30 | 1 | -4/+4 |
* | Fix execution order during puppet agent initialization. | Mike Gabriel | 2018-01-30 | 1 | -5/+7 |
* | EOL at EOF is a nice to have. | Mike Gabriel | 2018-01-30 | 1 | -1/+1 |
* | Use -y --force-yes with apt-get everywhere. | Mike Gabriel | 2018-01-30 | 1 | -6/+6 |
* | More quoting for $myhost... | Mike Gabriel | 2018-01-30 | 1 | -1/+1 |
* | Be really sure that SSID.in does not append to a previous version of itself t... | Mike Gabriel | 2018-01-30 | 1 | -2/+1 |
* | Drop commented out line in the SSID.in tweaking block. | Mike Gabriel | 2018-01-30 | 1 | -1/+0 |
* | /etc/default/nfs-common: Make sure only an uncommented lines starting with NE... | Mike Gabriel | 2018-01-30 | 1 | -1/+1 |
* | /etc/network/interfaces: Make handing over NICs to NetworkManager idempotent,... | Mike Gabriel | 2018-01-30 | 1 | -2/+2 |
* | We don't want to use Debian's old redirector service, but the new one... | Mike Gabriel | 2018-01-30 | 1 | -0/+3 |
* | Assure Oracle Java 8 is installed and set as default Java. | Mike Gabriel | 2018-01-30 | 1 | -0/+5 |
* | No USB drives and no cdroms/dvdroms in /etc/fstab. They conflict with GVFS. | Mike Gabriel | 2018-01-30 | 1 | -0/+6 |
* | Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jess... | Mike Gabriel | 2018-01-30 | 1 | -0/+4 |
* | Don't abort script, if volume size change fails. This most likely happens if ... | Mike Gabriel | 2018-01-30 | 1 | -2/+2 |
* | Add Plymouth theme configuration. | Mike Gabriel | 2018-01-30 | 1 | -0/+5 |
* | Change comments if alternate is now main. | Benjamin Schlüter | 2018-01-30 | 1 | -4/+4 |
* | Remove obsolete parts from script. | Benjamin Schlüter | 2018-01-30 | 1 | -40/+0 |
* | Fix syntax error. | Benjamin Schlüter | 2018-01-30 | 1 | -1/+1 |
* | Fix syntax erros. | Benjamin Schlüter | 2018-01-30 | 1 | -2/+2 |
* | Fix syntax errors and add install of libpacparser1. | Benjamin Schlüter | 2018-01-30 | 1 | -2/+6 |
* | Fix syntax for EOT command. | Benjamin Schlüter | 2018-01-30 | 1 | -1/+1 |