Created
April 4, 2014 10:53
-
-
Save hiroyuki-sato/9972198 to your computer and use it in GitHub Desktop.
Setup biuld-iso environment for VyOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in git autoconf gpkg-dev live-helper syslinux genisoimage ssh sudo make ; do | |
apt-get install -y $i | |
done | |
wget -O - http://packages.vyos.net/vyos-pubkey.gpg | sudo apt-key add - | |
echo "deb http://backports.debian.org/debian-backports squeeze-backports main" > /etc/apt/sources.list.d/squeeze-backports.list | |
apt-get update | |
sudo apt-get -t squeeze-backports install -y squashfs-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment