mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
Utility for resetting the boot swi.
This commit is contained in:
5
packages/base/all/vendor-config-onl/src/bin/onlswi
Executable file
5
packages/base/all/vendor-config-onl/src/bin/onlswi
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
############################################################
|
||||
onlfs mount images --rw
|
||||
(cd /mnt/onl/images && rm *.swi && wget $1)
|
||||
onlfs mount images
|
||||
Reference in New Issue
Block a user