dev/chroot-test/action/install-installables
author Paul Crowley <paul@lshift.net>
Tue, 06 Sep 2011 11:16:58 +0100
branchdebian
changeset 313 f597eb3b5aaf
parent 290 199952d928e0
parent 311 3cbde66305e4
child 314 c02eae7665af
permissions -rwxr-xr-x
Merge default
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 \
290
199952d928e0 Reproduce bug 604123
Paul Crowley <paul@lshift.net>
parents: 285
diff changeset
     2
     debconf python python-support adduser openssh-server ucf
199952d928e0 Reproduce bug 604123
Paul Crowley <paul@lshift.net>
parents: 285
diff changeset
     3
echo dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.deb
199952d928e0 Reproduce bug 604123
Paul Crowley <paul@lshift.net>
parents: 285
diff changeset
     4
dpkg -i /var/cache/apt/archives/mercurial-common_*.deb /var/cache/apt/archives/mercurial_*.deb *.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
     5