From fb88487414278469596d24ad4b2ddf52b64177cb Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 9 Mar 2015 16:05:51 +0100 Subject: [PATCH] Ignore exit code for umount "umount /media || :" will always return 0, otherwise the ubuntu installer will exit with an error. --- preseed/tpotce.seed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preseed/tpotce.seed b/preseed/tpotce.seed index 61ecc44c..b4fc3a24 100755 --- a/preseed/tpotce.seed +++ b/preseed/tpotce.seed @@ -9,7 +9,7 @@ #d-i keyboard-configuration/layoutcode string de #Unmount active partitions -d-i preseed/early_command string umount /media +d-i preseed/early_command string umount /media || : # Network Configuration d-i netcfg/choose_interface select auto