Fix typos to allow installation of Jessie
This commit is contained in:
parent
2c39e8f284
commit
deec46d569
1 changed files with 2 additions and 2 deletions
|
@ -75,14 +75,14 @@ d-i passwd/user-password-again password r00tme
|
||||||
|
|
||||||
### Boot loader installation
|
### Boot loader installation
|
||||||
d-i grub-installer/skip boolean true
|
d-i grub-installer/skip boolean true
|
||||||
d-i lilo-installer/skip bollean true
|
d-i lilo-installer/skip boolean true
|
||||||
|
|
||||||
### Package selection
|
### Package selection
|
||||||
## don't install the desktop task, it takes to long to install
|
## don't install the desktop task, it takes to long to install
|
||||||
tasksel tasksel/first multiselect
|
tasksel tasksel/first multiselect
|
||||||
|
|
||||||
## instead install a quite minimal GNOME setup and desktop-base (for spacefun theme)
|
## instead install a quite minimal GNOME setup and desktop-base (for spacefun theme)
|
||||||
d-i pkgsel/include string gdm3, gnome-session, gnome-icon-teme, desktop-base,
|
d-i pkgsel/include string gdm3, gnome-session, gnome-icon-theme, desktop-base,
|
||||||
xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-video-vesa, xserver-xorg
|
xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-video-vesa, xserver-xorg
|
||||||
|
|
||||||
# Don't install popcon
|
# Don't install popcon
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue