Skip to content

Commit

Permalink
Intermediate step in creating complete ISO.
Browse files Browse the repository at this point in the history
First, we use setup.sh to install sandbox and blueprint.  Later, those packages will already exist because they'll be included in the ISO.
  • Loading branch information
rcrowley committed Oct 22, 2010
1 parent 577e3ea commit fd7d0e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devstructure.seed.m4
Expand Up @@ -41,7 +41,8 @@ d-i apt-setup/local0/repository string http://packages.devstructure.com maverick
d-i apt-setup/local0/source boolean false
d-i apt-setup/local0/key string http://packages.devstructure.com/keyring.gpg
tasksel tasksel/first multiselect
d-i pkgsel/include string openssh-server sandbox blueprint
d-i pkgsel/include string openssh-server
#d-i pkgsel/include string openssh-server sandbox blueprint
d-i pkgsel/update-policy select none
d-i pkgsel/install-language-support boolean false

Expand Down
7 changes: 7 additions & 0 deletions setup.sh
Expand Up @@ -87,6 +87,13 @@ do
sudo touch /etc/token
echo "$TOKEN" >~/.token

# Install the DevStructure software.
echo
echo "One moment while we install the DevStructure packaegs..."
echo
sudo apt-get update
sudo apt-get -y install sandbox blueprint

# Now the complete welcome message.
echo
echo "\033[1mWELCOME TO DEVSTRUCTURE\033[0m"
Expand Down

0 comments on commit fd7d0e8

Please sign in to comment.