mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Create a fake ifup to fixup IMM network during uxspi execution git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14787 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
5 lines
59 B
Plaintext
Executable File
5 lines
59 B
Plaintext
Executable File
if [ "${1%?}" = "usb" ]; then
|
|
/sbin/setupimmnic
|
|
fi
|
|
exit 0
|