Make linux optional as all other configs.
[syslinux-debian/hramrach.git] / debian / syslinux-installer.templates
blob4f7b9e9cca8e0592cee0c46986baed443345b8fa
1 Template: syslinux-installer/bootdev
2 Type: string
3 Description: Device for bootloader installation:
4  You need to make the newly installed system bootable, by installing
5  the syslinux bootloader on a bootable device. The usual way to do this is to
6  install syslinux on the master boot record of your first hard drive. If you
7  prefer, you can install syslinux elsewhere on the drive, or to another drive.
8  .
9  The device can be specified as a device in /dev. Below are some examples:
10   - "/dev/sda" will install syslinux to the master boot record
11     of your first hard drive;
12   - "/dev/sda2" will use the second partition of your
13     first drive;
15 Template: syslinux-installer/with_other_os
16 Type: boolean
17 Default: true
18 Description: Install the extlinux bootloader to the master boot record?
19  The following other operating systems have been detected on this
20  computer: ${OS_LIST}
21  .
22  If all of your operating systems are listed above, then it should be safe to
23  install the bootloader to the master boot record of your first hard
24  drive. When your computer boots, you will be able to choose to load one of
25  these operating systems or your new system.
27 Template: syslinux-installer/only_debian
28 Type: boolean
29 Default: true_Description: Install the extlinux bootloader to the master boot record?
30  It seems that this new installation is the only operating system
31  on this computer. If so, it should be safe to install the extlinux bootloader
32  to the master boot record of your first hard drive.
33  .
34  Warning: If the installer failed to detect another operating system that
35  is present on your computer, modifying the master boot record will make
36  that operating system temporarily unbootable, though extlinux can be manually
37  configured later to boot it.
39 Template: syslinux-installer/apt-install-failed
40 Type: error
41 Description: syslinux installation failed
42  The '${syslinux}' package failed to install into /target/. Without the syslinux
43  bootloader, the installed system will not boot.
45 Template: syslinux-installer/extlinux-install-failed
46 Type: error
47 Description: Unable to install extlinux in ${BOOTDEV}
48  Executing 'extlinux-install ${BOOTDEV}' failed.
49  .
50  This is a fatal error.
52 Template: syslinux-installer/extlinux-update-failed
53 Type: error
54 Description: Unable to configure extlinux
55  Executing 'extlinux-update' failed.
56  .
57  This is a fatal error.
59 Template: debian-installer/syslinux-installer/title
60 Type: text
61 Description: Install the syslinux bootloader on a hard disk
63 Template: syslinux-installer/skip
64 Type: boolean
65 Default: false
66 Description: for internal use; can be preseeded
67  Skip installing syslinux?