Skip to content

Commit

Permalink
Fix sunxidrm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Oct 27, 2018
1 parent a00e536 commit 25b0678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simpleimage/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,19 @@ EOF
mate)
do_chroot /usr/local/sbin/install_desktop.sh mate
do_chroot systemctl set-default graphical.target
do_chroot pine64_enable_sunxidrm.sh
;;

lxde)
do_chroot /usr/local/sbin/install_desktop.sh lxde
do_chroot systemctl set-default graphical.target
do_chroot pine64_enable_sunxidrm.sh
;;

i3)
do_chroot /usr/local/sbin/install_desktop.sh i3
do_chroot systemctl set-default graphical.target
do_chroot pine64_enable_sunxidrm.sh
;;

openmediavault)
Expand All @@ -250,7 +253,6 @@ EOF
mv "$DEST/etc/resolv.conf.bak" "$DEST/etc/resolv.conf"
do_chroot apt-get -y autoremove
do_chroot apt-get clean
do_chroot pine64_enable_sunxidrm.sh
;;
*)
;;
Expand Down

0 comments on commit 25b0678

Please sign in to comment.