Skip to content

Commit

Permalink
preseed.cfg taken from upstream, /etc/default/spice-vdagentd removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 3, 2018
1 parent e6413cc commit d847eb2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
9 changes: 4 additions & 5 deletions http/ubuntu-desktop/preseed.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Contents of the preconfiguration file (for xenial)
#### Contents of the preconfiguration file (for stretch)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
Expand Down Expand Up @@ -113,9 +113,9 @@ d-i mirror/http/proxy string
#d-i mirror/http/mirror select CC.archive.ubuntu.com

# Suite to install.
#d-i mirror/suite string xenial
#d-i mirror/suite string stretch
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string xenial
#d-i mirror/udeb/suite string stretch
# Components to use for loading installer components (optional).
#d-i mirror/udeb/components multiselect main, restricted

Expand Down Expand Up @@ -348,7 +348,7 @@ d-i partman/confirm_nooverwrite boolean true

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/repository string \
# http://local.server/ubuntu xenial main
# http://local.server/ubuntu stretch main
#d-i apt-setup/local0/comment string local server
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
Expand All @@ -370,7 +370,6 @@ d-i partman/confirm_nooverwrite boolean true
tasksel tasksel/first multiselect ubuntu-desktop
#tasksel tasksel/first multiselect lamp-server, print-server
#tasksel tasksel/first multiselect kubuntu-desktop
#tasksel tasksel/first multiselect none

# Individual additional packages to install
#d-i pkgsel/include string openssh-server build-essential
Expand Down
8 changes: 4 additions & 4 deletions http/ubuntu-server/my-preseed.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Contents of the preconfiguration file (for xenial)
#### Contents of the preconfiguration file (for stretch)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
Expand Down Expand Up @@ -114,9 +114,9 @@ d-i mirror/http/proxy string
#d-i mirror/http/mirror select CC.archive.ubuntu.com

# Suite to install.
#d-i mirror/suite string xenial
#d-i mirror/suite string stretch
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string xenial
#d-i mirror/udeb/suite string stretch
# Components to use for loading installer components (optional).
#d-i mirror/udeb/components multiselect main, restricted

Expand Down Expand Up @@ -349,7 +349,7 @@ d-i apt-setup/backports boolean true

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/repository string \
# http://local.server/ubuntu xenial main
# http://local.server/ubuntu stretch main
#d-i apt-setup/local0/comment string local server
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
Expand Down
8 changes: 4 additions & 4 deletions http/ubuntu-server/preseed.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Contents of the preconfiguration file (for xenial)
#### Contents of the preconfiguration file (for stretch)
### Localization
# Preseeding only locale sets language, country and locale.
d-i debian-installer/locale string en_US
Expand Down Expand Up @@ -113,9 +113,9 @@ d-i mirror/http/proxy string
#d-i mirror/http/mirror select CC.archive.ubuntu.com

# Suite to install.
#d-i mirror/suite string xenial
#d-i mirror/suite string stretch
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string xenial
#d-i mirror/udeb/suite string stretch
# Components to use for loading installer components (optional).
#d-i mirror/udeb/components multiselect main, restricted

Expand Down Expand Up @@ -348,7 +348,7 @@ d-i partman/confirm_nooverwrite boolean true

# Additional repositories, local[0-9] available
#d-i apt-setup/local0/repository string \
# http://local.server/ubuntu xenial main
# http://local.server/ubuntu stretch main
#d-i apt-setup/local0/comment string local server
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
Expand Down
4 changes: 0 additions & 4 deletions scripts/ubuntu/spice-vdagent.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/bin/bash -eux


if grep -q QEMU /proc/scsi/scsi; then
echo "*** Installing spice-vdagent"

export DEBIAN_FRONTEND="noninteractive"
apt-get install -y -qq --no-install-recommends spice-vdagent

# https://bugs.launchpad.net/ubuntu/+source/spice-vdagent/+bug/1633609
echo 'SPICE_VDAGENTD_EXTRA_ARGS="-X"' > /etc/default/spice-vdagentd
fi

0 comments on commit d847eb2

Please sign in to comment.