Removed upstart and sysv installs on hardy jail build
This commit is contained in:
parent
376d54296d
commit
fa80f51850
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ EOF
|
|||
[ $UPSTREAM != hardy -a $UPSTREAM != lucid -a $UPSTREAM != maverick ] && echo "force-unsafe-io" > $CHROOT/etc/dpkg/dpkg.cfg.d/02apt-speedup
|
||||
$C apt-get update
|
||||
[ $UPSTREAM != hardy ] && $C apt-get --force-yes -y install eatmydata
|
||||
$C apt-get --force-yes -y install sysv-rc dpkg sysvinit-utils upstart
|
||||
[ $UPSTREAM != hardy ] && $C apt-get --force-yes -y install sysv-rc dpkg sysvinit-utils upstart
|
||||
disablescripts
|
||||
$C apt-get --force-yes -y dist-upgrade
|
||||
$C apt-get --force-yes -y install devscripts build-essential liburi-perl python-setuptools pkgbinarymangler wget rpl aptitude quilt fakeroot ccache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue