Add support for no choosing a desktop

merge-requests/273/head
Chrysostomus 7 years ago
parent 083a91c198
commit be38cccb95

@ -389,6 +389,7 @@ install_desktop() {
## Setup desktop
if [[ -z "$overlay" ]]; then
# copy the profile overlay to the new root
echo "Copying overlay files to the new root"
cp -r "$overlay"* ${MOUNTPOINT} 2>$ERR
@ -416,6 +417,9 @@ install_desktop() {
echo ""
echo "press Enter to continue"
read
else
install_network_drivers
fi
}
choose_mjr_desk() {

Loading…
Cancel
Save