aboutsummaryrefslogtreecommitdiff
path: root/rootfs-bootstrap
blob: 01460da72cbfa886ccc544661cfd1e4d37a2d0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

cat >> /etc/network/interfaces << EOF

auto eth0
iface eth0 inet dhcp
EOF

ifup eth0

apt-get update
apt-get install -y openssh-server