diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/sources/initrd/usr/lib/setup/setup | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index 9b5fbb619..bd58b89b5 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Sat Apr 10 18:46:46 UTC 2021 + setup: update size estimate of a complete installation to 15+ GB. ++--------------------------+ Tue Mar 9 19:09:33 UTC 2021 Update /etc/nsswitch.conf from the etc package. +--------------------------+ diff --git a/source/installer/sources/initrd/usr/lib/setup/setup b/source/installer/sources/initrd/usr/lib/setup/setup index 543344771..079723143 100755 --- a/source/installer/sources/initrd/usr/lib/setup/setup +++ b/source/installer/sources/initrd/usr/lib/setup/setup @@ -206,7 +206,7 @@ Otherwise, you can pick packages from menus \ using 'expert' or 'menu' mode. Which type of prompting would you like \ to use?" \ 20 76 7 \ - "full" "Install everything (9+ GB of software, RECOMMENDED!)" \ + "full" "Install everything (15+ GB of software, RECOMMENDED!)" \ "terse" "Like 'full', but display one line per package during install" \ "menu" "Choose individual packages from interactive menus" \ "expert" "This is actually the same as the \"menu\" option" \ |