Software Update with apply the settings (Part1)

- Settings are applied to the image before flashing
- Use the function on the menu "Software Update => Expert functions
 => Write one partition => systemFS with settings"
- Log output to /tmp/update.log for testing
- Use settingsupdate.conf as config file


Origin commit data
------------------
Commit: b001b36f4a
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-04-13 (Fri, 13 Apr 2012)

Origin message was:
------------------
* Software Update with apply the settings (Part1)

- Settings are applied to the image before flashing
- Use the function on the menu "Software Update => Expert functions
 => Write one partition => systemFS with settings"
- Log output to /tmp/update.log for testing
- Use settingsupdate.conf as config file
This commit is contained in:
Michael Liebmann
2012-04-13 19:07:19 +02:00
parent 18d3557035
commit 3a61143bcb
7 changed files with 676 additions and 4 deletions

View File

@@ -74,11 +74,12 @@ class CFlashExpert : public CProgressWindow
void showFileSelector(const std::string & actionkey);
void readmtd(int readmtd);
void writemtd(const std::string & filename, int mtdNumber);
public:
CFlashExpert();
static CFlashExpert* getInstance();
int exec(CMenuTarget* parent, const std::string & actionKey);
void writemtd(const std::string & filename, int mtdNumber);
};