Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addons/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# First generate the deploy ssh key pair before building the addons

kadeploy/addons$ ./generate-deploy-ssh-keys
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ DEBIRF_MIRROR="http://ftp.fr.debian.org/debian"
#
#export http_proxy=

export INCLUDE=$INCLUDE,taktuk,openssh-client,openssh-server,kexec-tools,tar,bzip2,xz-utils,grub-pc,hdparm,parted,ntpdate,ctorrent,ash,isc-dhcp-client,dosfstools,fsarchiver,ruby,systemd,systemd-sysv,ruby-net-ssh,ruby-net-ssh-multi,ruby-daemons,libntfs10,aufs-tools
export INCLUDE=$INCLUDE,taktuk,openssh-client,openssh-server,kexec-tools,tar,bzip2,xz-utils,grub-pc,hdparm,parted,ntpdate,ctorrent,ash,isc-dhcp-client,dosfstools,fsarchiver,ruby,systemd,systemd-sysv,ruby-net-ssh,ruby-net-ssh-multi,ruby-daemons,ntfs-3g,aufs-tools

export EXCLUDE=$EXCLUDE,vim-common,vim-tiny,laptop-detect,wget,network-manager,dhcpcd,sysvinit
6 changes: 6 additions & 0 deletions addons/generate-deploy-ssh-keys
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -e
# Generate the ssh keys to be used by addons

mkdir -p ssh
cd ssh
ssh-keygen -f id_deploy -N ""
2 changes: 2 additions & 0 deletions addons/ssh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
id_deploy
id_deploy.pub
27 changes: 0 additions & 27 deletions addons/ssh/id_deploy

This file was deleted.

1 change: 0 additions & 1 deletion addons/ssh/id_deploy.pub

This file was deleted.