Ubiquity: removed restricted/nonfree handling

This commit is contained in:
Ruben Rodriguez 2016-12-25 05:56:15 +00:00
parent 6e22421c48
commit 004fceadd7

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config
@ -164,6 +164,8 @@ _Description: Continue without a network mirror?
you will end up with only a very minimal base system. you will end up with only a very minimal base system.
EOF EOF
# Remove restricted/nonfree handling
sed '/apt-setup\/restricted/,/^$/d' -i ./ubiquity/plugins/ubi-prepare.py
# Rebrand # Rebrand
replace $UPSTREAM $CODENAME . replace $UPSTREAM $CODENAME .