Remove the first-boot.d script from jenkins

The code in there is redundant with install.d/10-jenkins and is not the
kind of thing that needs to happen on first boot.

Change-Id: I0dfc381682db89da9140dd37d5675088762fc658
This commit is contained in:
Clint Byrum 2013-09-27 08:11:36 -07:00
parent 918ae6036d
commit 0439512531
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
set -e
set -o xtrace
# jenkins installs into /var/lib/jenkins which is rather restrictive.
mv /var/lib/jenkins /mnt/
ln -s /mnt/jenkins /var/lib/jenkins