Skip to content

Commit

Permalink
Fix installation of Ubuntu Mate
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 29, 2017
1 parent 5e63649 commit 3923d62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions simpleimage/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ export DEBIAN_FRONTEND=noninteractive
locale-gen en_US.UTF-8
apt-get -y update
apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils jq $EXTRADEBS
/usr/local/sbin/install_mate_desktop.sh
systemctl set-default graphical.target
apt-get -y remove --purge ureadahead
$ADDPPACMD
apt-get -y update
Expand Down Expand Up @@ -410,6 +408,10 @@ EOF
rm -f "$DEST/etc/resolv.conf"
rm -f "$DEST"/etc/ssh/ssh_host_*
do_chroot ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
do_chroot /usr/local/sbin/install_mate_desktop.sh
do_chroot systemctl set-default graphical.target
do_chroot apt-get -y autoremove
do_chroot apt-get clean
;;
*)
;;
Expand Down

0 comments on commit 3923d62

Please sign in to comment.