From b4ca20c95f714eebb2ad3ed8424d21f72e7fa12c Mon Sep 17 00:00:00 2001 From: Thanos Apostolou Date: Fri, 7 Apr 2017 11:34:36 +0300 Subject: [PATCH] Enable netinstall by default --- community/lxde/profile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/lxde/profile.conf b/community/lxde/profile.conf index b6bca4f..5d3ba86 100644 --- a/community/lxde/profile.conf +++ b/community/lxde/profile.conf @@ -14,7 +14,7 @@ displaymanager="lightdm" # nonfree_mhwd="true" # use extra packages as defined in pkglist to activate a full profile -extra="true" +extra="false" ################ install ################ @@ -22,7 +22,7 @@ extra="true" # efi_boot_loader="grub" # configure calamares for netinstall -# netinstall="false" +netinstall="true" # configure calamares to use chrootcfg instead of unpackfs # chrootcfg="false"