mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -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
|
#d-i keyboard-configuration/layoutcode string de
|
||||||
|
|
||||||
#Unmount active partitions
|
#Unmount active partitions
|
||||||
d-i preseed/early_command string umount /media
|
d-i preseed/early_command string umount /media || :
|
||||||
|
|
||||||
# Network Configuration
|
# Network Configuration
|
||||||
d-i netcfg/choose_interface select auto
|
d-i netcfg/choose_interface select auto
|
||||||
|
Reference in New Issue
Block a user