summaryrefslogtreecommitdiff
path: root/install-itzks-workstation
Commit message (Collapse)AuthorAgeFilesLines
* Add sed command to cut repository without release file.Benjamin Schlüter2018-02-211-0/+3
|
* Add --allow-unauthenticated to installation command for itzks-keyring to ↵Benjamin Schlüter2018-02-211-1/+1
| | | | avoid problems at installation.
* Run fix for /etc/apt/sources.list again.. might change again after testing.Benjamin Schlüter2018-02-191-0/+3
|
* Fix syntax error for puppet install.Benjamin Schlüter2018-02-191-1/+1
|
* Add installation of wine32 and extra / recommended software.Benjamin Schlüter2018-02-191-0/+15
|
* Fix typo in comment.Benjamin Schlüter2018-02-151-1/+1
|
* fix syntax error in if clauseMike Gabriel2018-02-131-1/+1
|
* apt_install_if_not: Always return true.Mike Gabriel2018-02-131-1/+1
|
* We may have to endure multiple runs of apt-get update.Mike Gabriel2018-02-131-2/+4
|
* Revert "apt_install_if_not: Catch apt-get exit code and return that."Mike Gabriel2018-02-131-4/+0
| | | | This reverts commit 3f0d2fc9cf63a274776efc0c653f1e9d30e53183.
* Revert "apt_install_if_not: Play tricks on bash."Mike Gabriel2018-02-131-1/+1
| | | | This reverts commit f4e8ff90cc74047c5b4597bf348c6991e4a3deb9.
* apt_install_if_not: Play tricks on bash.Mike Gabriel2018-02-131-1/+1
|
* apt_install_if_not: Catch apt-get exit code and return that.Mike Gabriel2018-02-131-0/+4
|
* puppet agent initialization: Reduce wait-for-cert value to 120s.Mike Gabriel2018-02-131-1/+1
|
* Avoid useless apt-get update, if some of the itzks packages are already ↵Mike Gabriel2018-02-131-6/+4
| | | | installed.
* NetworkManager/WiFI: Check if system-wide connection exists, if yes, assume ↵Mike Gabriel2018-02-131-19/+24
| | | | already configured.
* Only change hostname if $myhost is a non-emptry string (after white-space ↵Mike Gabriel2018-02-131-3/+5
| | | | stripping).
* Make script executable.Mike Gabriel2018-02-131-0/+0
|
* Beautify our echo'ing a little bit...Mike Gabriel2018-02-131-0/+10
|
* Plymouth: Only set solar theme, if not yet set.Mike Gabriel2018-02-131-2/+4
|
* Introduce apt_install_if_not function. Only install packages if not yet ↵Mike Gabriel2018-02-131-20/+34
| | | | installed.
* Explaining what set -e does.Mike Gabriel2018-02-091-0/+1
|
* Set -x bash option. Not only for debugging, but also for normal runs.Mike Gabriel2018-02-091-0/+3
|
* APT initialization: Don' use AND concatenated command chain.Mike Gabriel2018-02-091-1/+4
|
* Enforce cleaning up of /var/lib/apt/lists/.Mike Gabriel2018-02-091-0/+3
|
* APT: Drop --force-yes. Deprecated and not needed.Mike Gabriel2018-02-091-9/+9
|
* Add command to restart keyboard service after changes to settings in ↵Benjamin Schlüter2018-01-311-0/+3
| | | | /etc/default/keyboard.
* Add commands to edit /etc/default/keyboard according to installation guide.Benjamin Schlüter2018-01-311-0/+4
|
* Set restrictive permissions for the SSID.in template, not for the real file ↵Mike Gabriel2018-01-311-3/+3
| | | | (to assure that WiFi credentials don't leak to non-root users).
* forget user input once not needed anymore; esp. don't leak the WiFi password ↵Mike Gabriel2018-01-311-0/+7
| | | | by accident
* some comment improvementsMike Gabriel2018-01-301-2/+2
|
* APT: also use -y --force-yes for installation of libdvdcss2.Mike Gabriel2018-01-301-1/+1
|
* Only restart puppet if already installed.Mike Gabriel2018-01-301-1/+5
|
* move up misplaced plymouth theme configuration partMike Gabriel2018-01-301-5/+7
|
* Don't use triple quotes... that's Pythonian, not Bash'ism.Mike Gabriel2018-01-301-4/+4
|
* Fix execution order during puppet agent initialization.Mike Gabriel2018-01-301-5/+7
|
* EOL at EOF is a nice to have.Mike Gabriel2018-01-301-1/+1
|
* Use -y --force-yes with apt-get everywhere.Mike Gabriel2018-01-301-6/+6
|
* More quoting for $myhost...Mike Gabriel2018-01-301-1/+1
|
* Be really sure that SSID.in does not append to a previous version of itself ↵Mike Gabriel2018-01-301-2/+1
| | | | that did not make it until its moval to the real <SSID> config file.
* Drop commented out line in the SSID.in tweaking block.Mike Gabriel2018-01-301-1/+0
|
* /etc/default/nfs-common: Make sure only an uncommented lines starting with ↵Mike Gabriel2018-01-301-1/+1
| | | | NEED_GSSD gets modified.
* /etc/network/interfaces: Make handing over NICs to NetworkManager ↵Mike Gabriel2018-01-301-2/+2
| | | | idempotent, also tackle eth1-9 like eth0.
* We don't want to use Debian's old redirector service, but the new one...Mike Gabriel2018-01-301-0/+3
|
* Assure Oracle Java 8 is installed and set as default Java.Mike Gabriel2018-01-301-0/+5
|
* No USB drives and no cdroms/dvdroms in /etc/fstab. They conflict with GVFS.Mike Gabriel2018-01-301-0/+6
|
* Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian ↵Mike Gabriel2018-01-301-0/+4
| | | | jessie...
* Don't abort script, if volume size change fails. This most likely happens if ↵Mike Gabriel2018-01-301-2/+2
| | | | the script needs to be re-run.
* Add Plymouth theme configuration.Mike Gabriel2018-01-301-0/+5
|
* Change comments if alternate is now main.Benjamin Schlüter2018-01-301-4/+4
|