Skip to content

Commit

Permalink
Purge grub-legacy and bcron-run to work around Debian guest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbisch committed Oct 17, 2015
1 parent 8b297cb commit c0c8392
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target-bin/bootstrap-fixup.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ elif [ $DISTRIB_NAME = "Debian" ]; then
echo "deb http://HOSTIP:3142/ftp.debian.org/debian $DISTRIB_CODENAME main" > $1/etc/apt/sources.list
echo "deb http://HOSTIP:3142/security.debian.org/ $DISTRIB_CODENAME/updates main" >> $1/etc/apt/sources.list
echo "deb http://HOSTIP:3142/ftp.debian.org/debian $DISTRIB_CODENAME-updates main" >> $1/etc/apt/sources.list
# grub-legacy conflicts grub-pc dependencies
# No grub-legacy on Ubuntu, just on Debian
# Work around bcron-run conflict due to cron being removed
apt-get purge -y grub-legacy bcron-run &> /dev/null
fi
echo '127.0.1.1 gitian' >> /etc/hosts

Expand Down

0 comments on commit c0c8392

Please sign in to comment.