build only works with calamares-dev.

This commit is contained in:
excalibur1234 2017-03-04 20:09:59 +01:00
parent b729e07e7e
commit acbf2d8f62
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
calamares
#calamares-dev
#calamares
calamares-dev
>sonar sonar-calamares-branding
KERNEL-broadcom-wl

View File

@ -72,10 +72,10 @@ enable_openrc=('acpid' 'cgmanager' 'consolekit' 'cronie' 'dbus' 'syslog-ng' 'Net
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
enable_systemd_live=('manjaro-live' 'pacman-init' 'mirrors-live')
enable_systemd_live=('manjaro-live' 'pacman-init' 'mirrors-live-net')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
enable_openrc_live=('manjaro-live' 'pacman-init' 'mirrors-live')
enable_openrc_live=('manjaro-live' 'pacman-init' 'mirrors-live-net')