[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

https://www.debian.org/releases/wheezy/example-preseed.txt not consistent with https://www.debian.org/releases/stable/i386/apbs04.html.en



At the top of https://www.debian.org/releases/stable/i386/apbs04.html.en it says:

/begin quote
B.4. Contents of the preconfiguration file (for wheezy)

The configuration fragments used in this appendix are also available as an example preconfiguration file from http://www.debian.org/releases/wheezy/example-preseed.txt.
/end quote

HOWEVER, the section at https://www.debian.org/releases/stable/i386/apbs04.html.en#preseed-bootloader doesn't appear in example-preseed.txt.

/begin quote of missing text
# Grub is the default boot loader (for x86). If you want lilo installed
# instead, uncomment this:
#d-i grub-installer/skip boolean true
# To also skip installing lilo, and install no bootloader, uncomment this
# too:
#d-i lilo-installer/skip boolean true


# This is fairly safe to set, it makes grub install automatically to the MBR
# if no other operating system is detected on the machine.
d-i grub-installer/only_debian boolean true

# This one makes grub-installer install to the MBR if it also finds some other # OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean true

# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
#d-i grub-installer/only_debian boolean false
#d-i grub-installer/with_other_os boolean false
#d-i grub-installer/bootdev  string (hd0,0)
# To install grub to multiple disks:
#d-i grub-installer/bootdev  string (hd0,0) (hd1,0) (hd2,0)
# To install to a particular device:
#d-i grub-installer/bootdev  string /dev/sda

# Optional password for grub, either in clear text
#d-i grub-installer/password password r00tme
#d-i grub-installer/password-again password r00tme
# or encrypted using an MD5 hash, see grub-md5-crypt(8).
#d-i grub-installer/password-crypted password [MD5 hash]

# Use the following option to add additional boot parameters for the
# installed system (if supported by the bootloader installer).
# Note: options passed to the installer will be added automatically.
#d-i debian-installer/add-kernel-opts string nousb

/end quote of missing text


Reply to: