From 993cc06ab470a9d8dc5c2d17eecc66d80438e435 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 19 Oct 2016 16:31:10 +0200 Subject: fix tab damage --- preseed-cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'preseed-cfg') 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 -- cgit v1.2.3