Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian Installer boot parameters

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
klosed
Posts: 3
Joined: 2013-12-19 22:53

Debian Installer boot parameters

#1 Post by klosed »

I'm making some tests with Debian Setup.
As reported by the docs https://www.debian.org/releases/stable/ ... 03.html.en there are some boot parameters available for the Debian Installer.
I would like to try a setup setting the base-installer/install-recommends to false.
This can be done via preseeding, but I'd like to try it out setting the boot parameter.
I've tried several combinations but no one has been effective.

Could someone explain me in full detail what is the syntax for setting the base-installer/install-recommends parameter to false at boot time?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Debian Installer boot parameters

#2 Post by Head_on_a_Stick »

klosed wrote:I've tried several combinations but no one has been effective.
Post what you have tried (in as much detail as possible) to avoid duplication of effort.
deadbang

spacex
Posts: 637
Joined: 2015-01-17 01:27

Re: Debian Installer boot parameters

#3 Post by spacex »

Code: Select all

base-installer/install-recommends=false
?

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: Debian Installer boot parameters

#4 Post by kiyop »

To spacex,
spacex wrote:

Code: Select all

base-installer/install-recommends=false
?
Read the URL klosed posted:
https://www.debian.org/releases/stable/ ... 03.html.en
base-installer/install-recommends (recommends)

By setting this option to false, the package management system will be configured to not automatically install “Recommends”, both during the installation and for the installed system. See also Section 6.3.4, “Installing the Base System”.

Note that this option allows to have a leaner system, but can also result in features being missing that you might normally expect to be available. You may have to manually install some of the recommended packages to obtain the full functionality you want. This option should therefore only be used by very experienced users.
although I do not know whether "base-installer/install-recommends=false" is proper nor whether s/he gave it correctly as kernel parameter ;)
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/

Post Reply