aboutsummaryrefslogtreecommitdiffstats
path: root/preseed-cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2016-10-19 16:31:10 +0200
committerGuilhem Moulin <guilhem@libreoffice.org>2016-10-19 16:31:10 +0200
commit993cc06ab470a9d8dc5c2d17eecc66d80438e435 (patch)
treebc1b6bab537f17058ac0bccf9270bfeb4e0c79be /preseed-cfg
parent44c37d4a0629e6bcdfff091721de83b08f0528be (diff)
fix tab damage
Diffstat (limited to 'preseed-cfg')
-rw-r--r--preseed-cfg7
1 files changed, 4 insertions, 3 deletions
diff --git a/preseed-cfg b/preseed-cfg
index 34bdd07..6f45929 100644
--- a/preseed-cfg
+++ b/preseed-cfg
@@ -57,7 +57,8 @@ cat <<- EOF
d-i pkgsel/upgrade select safe-upgrade
d-i preseed/early_command string anna-install tdf-postinst-udeb
- d-i preseed/late_command string in-target update-alternatives --set editor /usr/bin/vim.nox
+ d-i preseed/late_command string in-target \\
+ update-alternatives --set editor /usr/bin/vim.nox
# Install GRUB to the master boot record
grub-installer grub-installer/bootdev string default
@@ -74,8 +75,8 @@ cat <<- EOF
# Hostname or ipv4 of the Salt master
d-i tdf-postinst/salt_master string floyd.documentfoundation.org
- # Fingerprint of the master public key to validate the identity of
- # the Salt master before the initial key exchange
+ # Fingerprint of the master public key to validate the identity of
+ # the Salt master before the initial key exchange
d-i tdf-postinst/salt_master_fingerprint string 33:49:0d:84:98:5a:9d:93:89:a9:d1:c8:47:36:e8:83
EOF