mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Removes uml_\w* processes when aborting which means things will work the
next time.
This commit is contained in:
parent
c0f6facc1e
commit
d1586cdfa7
@ -1113,6 +1113,8 @@ sub uml_box {
|
|||||||
remove_matching_process($entry_advanced[10]);
|
remove_matching_process($entry_advanced[10]);
|
||||||
# Debian
|
# Debian
|
||||||
remove_matching_process("Virtual Console");
|
remove_matching_process("Virtual Console");
|
||||||
|
# Good to remove uml_\w*
|
||||||
|
remove_matching_process("uml_\w*");
|
||||||
# Again for good measure :)
|
# Again for good measure :)
|
||||||
remove_matching_process($entry_advanced[10]);
|
remove_matching_process($entry_advanced[10]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user