mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04: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:
@ -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
|
||||
|
Reference in New Issue
Block a user