dev/chroot-test/action/install-installables
author Paul Crowley <paul@lshift.net>
Sat, 18 Dec 2010 13:27:02 +0000
branchdebian
changeset 285 8dcf99af5d97
parent 283 01eca64f77ab
child 290 199952d928e0
permissions -rwxr-xr-x
Change parts of test that need to be different for Debian
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
283
01eca64f77ab Break out all the stuff that needs to be different for Debian into separate files
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     1
aptitude --allow-untrusted --quiet --without-recommends --assume-yes  install \
285
8dcf99af5d97 Change parts of test that need to be different for Debian
Paul Crowley <paul@lshift.net>
parents: 283
diff changeset
     2
     debconf python python-support adduser mercurial openssh-server 
8dcf99af5d97 Change parts of test that need to be different for Debian
Paul Crowley <paul@lshift.net>
parents: 283
diff changeset
     3
dpkg -i *.deb
283
01eca64f77ab Break out all the stuff that needs to be different for Debian into separate files
Paul Crowley <paul@lshift.net>
parents:
diff changeset
     4