diff options
author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-06 15:57:38 (GMT) |
---|---|---|
committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-06 15:57:38 (GMT) |
commit | a4fa439241252bb25559952aeffbffd7f6d9721f (patch) | |
tree | 3dabbf48092244dac75c5f64138b57678fa64651 /files/common/etc/fsm/update/trans/scheduled-applying.trans | |
parent | a4487afd8a7a2121217de9c1939d783164498a0c (diff) |
add FSM update
FSM to handle firmware update process in a synchronized all-or-nothing
manner. See doc/overview.org for details.
Diffstat (limited to 'files/common/etc/fsm/update/trans/scheduled-applying.trans')
-rwxr-xr-x | files/common/etc/fsm/update/trans/scheduled-applying.trans | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/common/etc/fsm/update/trans/scheduled-applying.trans b/files/common/etc/fsm/update/trans/scheduled-applying.trans new file mode 100755 index 0000000..928d9eb --- /dev/null +++ b/files/common/etc/fsm/update/trans/scheduled-applying.trans @@ -0,0 +1,6 @@ +#!/bin/sh -e +. ../common.sh + +(echo "I would have called: sysupgrade $FwDst" + date + echo) > /tmp/updatophilie
\ No newline at end of file |