Ignore exit code for umount

"umount /media || :" will always return 0, otherwise the ubuntu installer will exit with an error.
This commit is contained in:
t3chn0m4g3 2015-03-09 16:05:51 +01:00
parent d974907109
commit fb88487414

View file

@ -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