mirror of
git://projects.qi-hardware.com/nanobits.git
synced 2024-11-23 17:55:18 +02:00
Minor Changes.
Fixed font size problem in ben-time-set
This commit is contained in:
parent
705f1c36e3
commit
5ca385580f
@ -3,7 +3,8 @@ ben-storage will give users a menu guided way to set up the internal storage par
|
|||||||
Goals:
|
Goals:
|
||||||
by default will only ask for the mount point (with /data suggested
|
by default will only ask for the mount point (with /data suggested
|
||||||
as the default) and will then determine available space and create
|
as the default) and will then determine available space and create
|
||||||
a partition using all available nand.
|
a partition using all available nand. (mtd.nn can do much of this
|
||||||
|
lets not re-invent the wheel)
|
||||||
|
|
||||||
will have commandline options and advacned menus to:
|
will have commandline options and advacned menus to:
|
||||||
restore the partition from a saved config (mount point,siz,etc)
|
restore the partition from a saved config (mount point,siz,etc)
|
||||||
@ -12,3 +13,7 @@ manually configure the partition to desired:
|
|||||||
Save the current configuration of the storage partition/s to a config
|
Save the current configuration of the storage partition/s to a config
|
||||||
file for later use (say, after a reflash).
|
file for later use (say, after a reflash).
|
||||||
|
|
||||||
|
Since mtd.nn can restore contents to partitions. ask how to properly
|
||||||
|
format a save of the partition for re-flashing dd?
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
ChangeLog for ben-time-set
|
ChangeLog for ben-time-set
|
||||||
|
|
||||||
|
|
||||||
|
06/09/11 Added line to fix console fonts to ensure the calendar widget fits
|
||||||
|
|
||||||
02/09/11 Added checks for User Bailing at various points
|
02/09/11 Added checks for User Bailing at various points
|
||||||
Added Version number as it is now in the wild
|
Added Version number as it is now in the wild
|
||||||
Fixed some typos
|
Fixed some typos
|
||||||
|
@ -24,6 +24,7 @@ BACKTITLE="Ben NanoNote Time/Date Utility"
|
|||||||
TIMEZONE=""
|
TIMEZONE=""
|
||||||
#DATEFORMAT="%Y%m%d"
|
#DATEFORMAT="%Y%m%d"
|
||||||
#TIMEFORMAT="%H%M"
|
#TIMEFORMAT="%H%M"
|
||||||
|
setfont /usr/share/kbd/consolefonts/kernel-6x11-font # size down the font so the Calendar widget fits.
|
||||||
|
|
||||||
# Check For the dialog program
|
# Check For the dialog program
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user