Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=d7c85188c91b2aa978fe81bb6db9beaa7cccea5b

commit d7c85188c91b2aa978fe81bb6db9beaa7cccea5b
Author: crazy <[email protected]>
Date:   Wed Jul 12 16:48:54 2017 +0200

fvbe: added basic enlightenment support
it does boot etc we just need own configs so the
first run config doesn't pop up ( even is not such bad )
also I need to disable NM and enable connman

diff --git a/bin/fvbe-make-iso b/bin/fvbe-make-iso
index 5a0d392..f4e583f 100755
--- a/bin/fvbe-make-iso
+++ b/bin/fvbe-make-iso
@@ -337,6 +337,9 @@ plasma)
gnome)
FVBE_ROOTFS_PACKAGES="${FVBE_ROOTFS_PACKAGES_BASIC[@]} 
${FVBE_ROOTFS_PACKAGES_GNOME[@]}"
;;
+enlightenment)
+       FVBE_ROOTFS_PACKAGES="${FVBE_ROOTFS_PACKAGES_BASIC[@]} 
${FVBE_ROOTFS_PACKAGES_E[@]}"
+       ;;
*)
fvbe_error_msg "Unknow FVBE_ISO_TYPE , typo?"
esac
diff --git a/fvbe-skel.conf b/fvbe-skel.conf
index 0f7105f..36431e0 100644
--- a/fvbe-skel.conf
+++ b/fvbe-skel.conf
@@ -17,6 +17,7 @@ FVBE_ROOTFS_REPOSITORY="current"
FVBE_ROOTFS_PACKAGES_BASIC="scriptlet-core base syslinux openssh 
virtualbox-guest-additions calamares-frugalware dracut pkgconfig gnupg2 xinit 
xrandr"
FVBE_ROOTFS_PACKAGES_PLASMA="sddm plasma dolphin konsole kate spectacle 
qupzilla"
FVBE_ROOTFS_PACKAGES_GNOME="gdm gnome polkit-gnome"
+FVBE_ROOTFS_PACKAGES_E="sddm enlightenment-extra connman"

# the hostname to use at runtime
FVBE_ROOTFS_HOSTNAME="fvbe"
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to