mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
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:
parent
d974907109
commit
fb88487414
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue