Alex Bradbury
46aacb3003
when enabling camera, only set gpu mem if it is currently set below 128MiB
2013-12-16 21:09:43 +00:00
Alex Bradbury
b194c2e2cd
remove warning for turbo overclock, sd issues should be fixed
2013-12-16 21:00:11 +00:00
Alex Bradbury
9a741ded9f
fail boot to scratch/boot to desktop if pi user was removed
...
As reported in #30
2013-12-16 20:55:23 +00:00
Alex Bradbury
83aba18a70
handle Russian and Chinese languages set from NOOBS
...
Closes #33
2013-12-16 20:31:02 +00:00
Alex Bradbury
dc0935464d
bump version
2013-09-25 20:57:37 +01:00
Alex Bradbury
4e965838e9
add support for toggling blacklisting of the spi-bcm2708 kernel module
2013-09-25 18:56:38 +01:00
Alex Bradbury
84ae83fd7a
fix issue where placeholder fr_FR.UTF-8 wasn't replaced with DEBLANGUAGE
2013-09-25 18:16:19 +01:00
Alex Bradbury
fa44ce461e
bump version
2013-09-10 14:37:05 +01:00
Alex Bradbury
414eef5dcb
bump version
2013-09-09 23:58:05 +01:00
Alex Bradbury
c8c9cf02d2
support boot to scratch and applying language/keyboard settings from noobs
2013-09-09 23:55:22 +01:00
Alex Bradbury
4c499fde81
bump version
2013-05-25 17:17:16 +01:00
Alex Bradbury
c6baad54c8
use start_x for camera enable rather than startx to reduce confusion
2013-05-25 17:15:01 +01:00
Alex Bradbury
1f9a1c130d
bump version
2013-05-25 16:52:08 +01:00
Alex Bradbury
f4259fa00e
fixes #18 : enable and disable camera prevents 16M split
...
The 'startx' parameter in config.txt (nothing to do with startx in Linux)
handles switching to start_cd if gpu_mem is set to 16M just fine, so let's
just use that.
2013-05-25 16:45:55 +01:00
Alex Bradbury
5ff5501e90
Merge pull request #20 from Rob-Bishop/master
...
Height now fixed. Width is now scalable so that more text is displayed on widescreen displays.
2013-05-25 08:33:21 -07:00
Rob Bishop
e335ace8df
WT_HEIGHT changed to 17 for extra prettiness
2013-05-24 02:01:35 +01:00
Rob Bishop
fb7ce4c53f
Fixed height suitable for all displays. Scalable width so that more text is visible on widescreen displays
2013-05-24 01:51:37 +01:00
Alex Bradbury
69a97b3ccf
delete debian/ files that should never have been added
2013-05-22 20:55:20 +01:00
Alex Bradbury
05ac349094
bump version
2013-05-22 20:52:28 +01:00
Alex Bradbury
e48f327a17
for now refuse to work on anything but trivial partitionings
...
In particular, refuse to work on NOOBS (parted doesn't like the partition
layout). Reassure users that if using NOOBS, the rootfs is already expanded.
2013-05-22 20:47:15 +01:00
Alex Bradbury
bcb12a3ddf
move overclock from advanced menu to main menu
2013-05-22 20:24:58 +01:00
Alex Bradbury
4673a0b824
use case to dispatch advanced menu
2013-05-22 20:21:24 +01:00
Alex Bradbury
c85396d754
use case to dispatch internationalisation menu functions
2013-05-22 20:17:32 +01:00
Alex Bradbury
3d725a80fa
use case to dispatch main menu
2013-05-22 20:11:00 +01:00
Alex Bradbury
c75429f06e
replace use of resize with direct calls to tput
...
Also choose a minimum size for the whiptail width and height: the ui just
doesn't work right when too small and drawing it at a sensible size means the
user can resize their terminal.
2013-05-22 19:37:56 +01:00
Alex Bradbury
0f14d65b1c
fix messed up indentation (we standardise on 2 spaces)
2013-05-22 17:44:15 +01:00
Alex Bradbury
3f4a6ac62f
Merge branch 'master' of github.com:asb/raspi-config
2013-05-22 17:41:22 +01:00
Alex Bradbury
82943fc3e6
Merge pull request #19 from Rob-Bishop/master
...
Edited layout/text with the aim of improving usability
2013-05-22 09:38:41 -07:00
Alex Bradbury
0561234e4f
bump version
2013-05-20 19:48:45 +01:00
Alex Bradbury
9a05d5c295
make expand_rootfs work even if root is not /dev/mmcblk0p2
...
The tool is still very cautious as to when it will work. Refuses to work if
/dev/root is not /dev/mmcblk0*
2013-05-20 19:45:01 +01:00
Rob Bishop
3daf906705
Updated in response to comments from popcornmix
2013-05-19 11:09:23 +01:00
Rob Bishop
c714b00b75
Edited layout and text to (hopefully) improve usability
2013-05-19 08:56:35 +01:00
Alex Bradbury
b3c45a04f5
bump version
2013-05-15 19:48:33 +01:00
Alex Bradbury
e5296ca2d7
change cpufreq threshold to 70% rather than 95%
...
Dom says the system is more responsive, and there is agreement it is safe
enough.
2013-05-15 19:47:02 +01:00
Alex Bradbury
ba7504fdc3
bump version
2013-05-10 12:22:29 +01:00
Alex Bradbury
db470d9912
improve rastrack section
2013-05-10 12:03:00 +01:00
Alex Bradbury
7c1a6a66b0
fix typo and check for existence of start_x.elf
2013-05-10 11:50:13 +01:00
Alex Bradbury
e86cf23b47
fix lua invocation
2013-05-08 15:11:53 +01:00
Alex Bradbury
224e99b366
support enabling/disabling camera support
2013-05-08 09:57:36 +01:00
Alex Bradbury
d19d6295a3
indentation fixes
2013-05-07 14:37:14 +01:00
Alex Bradbury
c9f451362f
remove .gitignore
2013-05-07 13:38:02 +01:00
Alex Bradbury
ca224d0f6b
Merge pull request #14 from vpetersson/master
...
Adds ability to non-interactively run disk expansion with --expand-rootfs.
2013-05-07 05:25:57 -07:00
Alex Bradbury
3e463d1573
Merge pull request #15 from ryanteck/master
...
Adds Rastrack feature we discussed via Email.
2013-05-07 05:25:12 -07:00
Alex Bradbury
17a136ea49
Merge pull request #16 from OzBerryPi/feature/set-hostname
...
Adds the ability to set a unique hostname
2013-05-07 05:24:20 -07:00
Alex Bradbury
2f5bd70c5a
use -- in lua command line
2013-05-07 13:23:08 +01:00
Stonie
cb9bfa026a
Adds the ability to set the hostname
2013-04-26 18:43:03 +10:00
Ryan Walmsley
ae17b14e4b
Finished Rastrack Addition Possibility
2013-04-05 14:05:06 +01:00
Ryan Walmsley
e6bd8741be
Rastrack v2
2013-04-05 13:43:00 +01:00
Ryan Walmsley
0f5bbc6cb0
Rastrack
2013-04-05 13:37:56 +01:00
Ryan Walmsley
d0acb97e49
First part of rastrack addition
2013-04-05 13:36:33 +01:00