blob: ee1be07d663f289f6e5d31ff124e776ba845e3c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /usr/bin/env bash
set -e
apt-get install -y build-essential devscripts debhelper quilt cpio kmod git bc python bison flex rsync libelf-dev libssl-dev libncurses-dev dwarves
cat /bootstrap/bash-profile/dev.bash >> /root/.bash_profile
cp /bootstrap/quiltrc-dpkg /root/.quiltrc-dpkg
cat /bootstrap/bash-profile/dquilt.bash >> /root/.bash_profile
|