Initial commit
This commit is contained in:
12
customcd/files/root/autorun4
Normal file
12
customcd/files/root/autorun4
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# autorun4
|
||||
# Rescue CD Backup & Restore Utility PXE boot server startup
|
||||
# version 7.2.5
|
||||
# Rod Wright 1/16/2024
|
||||
# Refer to CHANGELOG file for details.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
/etc/init.d/NetworkManager stop
|
||||
export PATH=$PATH:/root/rescuebru
|
||||
/etc/init.d/pxebootsrv start
|
||||
|
||||
Reference in New Issue
Block a user