buildiso: always write netinstall.conf; unset netgroups

This commit is contained in:
udeved 2016-08-20 23:17:46 +02:00
parent 09cf136d78
commit abada0e5ba
2 changed files with 2 additions and 1 deletions

View file

@ -356,7 +356,7 @@ configure_calamares(){
write_finished_conf "$1"
${netinstall} && write_netinstall_conf "$1"
write_netinstall_conf "$1"
write_chrootcfg_conf "$1"

View file

@ -677,6 +677,7 @@ reset_profile(){
unset piece_size
unset netinstall
unset unpackfs
unset netgroups
}
make_profile(){