summaryrefslogtreecommitdiff
path: root/definitions/Debian-jessie.beta1-amd64-netboot/leap.sh
blob: 82f64bdfae8f86ae64478a64a1322ca62423f4ec (plain)
1
2
3
4
5
6
7
8
9
10
11
# prerequisites for instlling the leap_platform
# see https://leap.se/en/platform

date > /etc/box_build_time

# Before updating the box, get rid of pdiffs, they slow things down on faster links
#echo 'Acquire::PDiffs "false";' >/etc/apt/apt.conf.d/90disable-pdiffs

apt-get -y dist-upgrade
apt-get clean