Add more args to make_ext4fs command
This commit is contained in:
+4
-1
@@ -1290,7 +1290,10 @@ bool TWPartition::Wipe_EXT4() {
|
||||
Command += " -l ";
|
||||
Command += len;
|
||||
}
|
||||
Command += " " + Actual_Block_Device;
|
||||
if (TWFunc::Path_Exists("/file_contexts")) {
|
||||
Command += " -S /file_contexts";
|
||||
}
|
||||
Command += " -a " + Mount_Point + " " + Actual_Block_Device;
|
||||
LOGINFO("make_ext4fs command: %s\n", Command.c_str());
|
||||
if (TWFunc::Exec_Cmd(Command, result) == 0) {
|
||||
Current_File_System = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user