Date: | 2011-09-07 02:33:53 (12 years 17 days ago) |
---|---|
Author: | Warren Pattison |
Commit: | 5ca385580fb612a5e63de82d4fe8e6d71ad9a852 |
Message: | Minor Changes. Fixed font size problem in ben-time-set |
Files: |
ben-storage/README (2 diffs) ben-time-set/Change-Log.txt (1 diff) ben-time-set/ben-time-set.sh (1 diff) |
Change Details
ben-storage/README | ||
---|---|---|
3 | 3 | Goals: |
4 | 4 | by default will only ask for the mount point (with /data suggested |
5 | 5 | as the default) and will then determine available space and create |
6 | a partition using all available nand. | |
6 | a partition using all available nand. (mtd.nn can do much of this | |
7 | lets not re-invent the wheel) | |
7 | 8 | |
8 | 9 | will have commandline options and advacned menus to: |
9 | 10 | restore the partition from a saved config (mount point,siz,etc) |
... | ... | |
12 | 13 | Save the current configuration of the storage partition/s to a config |
13 | 14 | file for later use (say, after a reflash). |
14 | 15 | |
16 | Since mtd.nn can restore contents to partitions. ask how to properly | |
17 | format a save of the partition for re-flashing dd? | |
18 | ||
19 |
ben-time-set/Change-Log.txt | ||
---|---|---|
1 | 1 | ChangeLog for ben-time-set |
2 | 2 | |
3 | 3 | |
4 | 06/09/11 Added line to fix console fonts to ensure the calendar widget fits | |
5 | ||
4 | 6 | 02/09/11 Added checks for User Bailing at various points |
5 | 7 | Added Version number as it is now in the wild |
6 | 8 | Fixed some typos |
ben-time-set/ben-time-set.sh | ||
---|---|---|
24 | 24 | TIMEZONE="" |
25 | 25 | #DATEFORMAT="%Y%m%d" |
26 | 26 | #TIMEFORMAT="%H%M" |
27 | setfont /usr/share/kbd/consolefonts/kernel-6x11-font # size down the font so the Calendar widget fits. | |
27 | 28 | |
28 | 29 | # Check For the dialog program |
29 | 30 |
Branches:
master