Skip to content

Commit

Permalink
Build improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Feb 18, 2017
1 parent c50510e commit c60a77f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<<<<<<< HEAD
.veid
=======
>>>>>>> cdeb30b537af4d02d82b35fd997e82cc88bd1f24
cache
testing
2 changes: 1 addition & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sshkey:
ifneq ($(strip $(SSH_KEY)),)
mkdir -p $(BASEDIR)/root/.ssh
echo $(SSH_KEY) >> $(BASEDIR)/root/.ssh/authorized_keys.tmp
cat $(BASEDIR)/root/.ssh/authorized_keys.tmp | sed 's/^ //g' | sed 's/^$$//g' > $(BASEDIR)/root/.ssh/authorized_keys
cat $(BASEDIR)/root/.ssh/authorized_keys.tmp | sed 's/^ //g' | egrep -v ^$$ > $(BASEDIR)/root/.ssh/authorized_keys
rm -f $(BASEDIR)/root/.ssh/authorized_keys.tmp
endif

Expand Down
4 changes: 1 addition & 3 deletions ansible/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<<<<<<< HEAD
.veid
=======
>>>>>>> cdeb30b537af4d02d82b35fd997e82cc88bd1f24
config
info
logfile
rootfs
ubuntu-16.04-ansible_16.04-1_amd64.tar.gz
5 changes: 5 additions & 0 deletions ansible/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Ansible

- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
- Total uncompressed image size is *640 MB*
- Total compressed image size is *206 MB*
4 changes: 1 addition & 3 deletions jessie_minimal/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<<<<<<< HEAD
.veid
=======
>>>>>>> cdeb30b537af4d02d82b35fd997e82cc88bd1f24
config
info
logfile
rootfs
debian-8.0-minimal_8.5-1_amd64.tar.gz
4 changes: 2 additions & 2 deletions jessie_minimal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- Built from a minimal debootstrap install of Debian Jessie
- Contains additional important packages such as an NTP Client and CA Certificates
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
- Total uncompressed image size is *371 MB*
- Total compressed image size is *132 MB*
- Total uncompressed image size is *347 MB*
- Total compressed image size is *120 MB*

0 comments on commit c60a77f

Please sign in to comment.