more cleaning

This commit is contained in:
udeved 2017-03-09 17:39:15 +01:00
parent 266cc4c1d7
commit c7f309fda3
5 changed files with 0 additions and 23 deletions

View file

@ -29,7 +29,6 @@ show_profile(){
[[ ${target_arch} == 'x86_64' ]] && msg2 "multilib: %s" "${multilib}"
msg2 "basic: %s" "${basic}"
msg2 "extra: %s" "${extra}"
msg2 "netinstall: %s" "${netinstall}"

View file

@ -30,7 +30,6 @@ show_profile(){
[[ ${target_arch} == 'x86_64' ]] && msg2 "multilib: %s" "${multilib}"
msg2 "basic: %s" "${basic}"
msg2 "extra: %s" "${extra}"
msg2 "netinstall: %s" "${netinstall}"

View file

@ -29,9 +29,6 @@
# configure calamares for netinstall
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/calamares-netgroups/master"
# configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false"

View file

@ -108,22 +108,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
</listitem>
</varlistentry>
<varlistentry>
<term><varname>netgroups=</varname></term>
<listitem><para>Default url for the netinstall.yaml.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>basic=</varname></term>
<listitem><para>Accepts
<option>true</option> (the default)
<option>false</option>.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>extra=</varname></term>

View file

@ -465,9 +465,7 @@ reset_profile(){
unset login_shell
unset netinstall
unset chrootcfg
unset netgroups
unset geoip
unset basic
unset extra
}