diff --git a/config/functions b/config/functions index 9cd81e50d3..86b5d6b770 100644 --- a/config/functions +++ b/config/functions @@ -344,6 +344,7 @@ if [ "$BOOTLOADER" = "u-boot" ]; then config_message="$config_message\n - U-Boot configuration:\t\t $UBOOT_CONFIG" config_message="$config_message\n - U-Boot config file:\t\t\t $UBOOT_CONFIGFILE" fi + config_message="$config_message\n - UDevil support:\t\t\t $UDEVIL" config_message="$config_message\n - UPower support:\t\t\t $UPOWER" config_message="$config_message\n - Installer support:\t\t\t $INSTALLER_SUPPORT" diff --git a/projects/ARCTIC_MC/options b/projects/ARCTIC_MC/options index d867ae1063..c1f2d6948c 100755 --- a/projects/ARCTIC_MC/options +++ b/projects/ARCTIC_MC/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/ATV/options b/projects/ATV/options index d735ba3922..0fbd64db14 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="no" diff --git a/projects/Fusion/options b/projects/Fusion/options index d5b323a800..e23bfaeae7 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 1dab84958f..44a5f08de7 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 40ef017737..0eb2e0d225 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/ION/options b/projects/ION/options index 1e23b7137a..3db75212be 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 04737f239e..8a60c0a833 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes" diff --git a/projects/RPi/options b/projects/RPi/options index 17df7558d0..5e68221798 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -220,7 +220,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="no" diff --git a/projects/Virtual/options b/projects/Virtual/options index a21a0c2ffd..0dfebb82cf 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -215,7 +215,7 @@ # build and install diskmounter support (udevil) # this service provide auto mounting support for external drives in the # mediacenter also automount internally drives at boottime via udev (yes / no) - UDEVIL="no" + UDEVIL="yes" # build and install powermanagement support (upower) (yes / no) UPOWER="yes"