mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
parent
bb605a2dd9
commit
aeb5394eb6
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
raspi-config (20170712) UNRELEASED; urgency=medium
|
raspi-config (20170712) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Add pi model as backtitle
|
* Add pi model as backtitle
|
||||||
|
* Define memory split units
|
||||||
|
|
||||||
-- Serge Schneider <serge@raspberrypi.org> Tue, 11 Jul 2017 12:20:26 +0100
|
-- Serge Schneider <serge@raspberrypi.org> Tue, 11 Jul 2017 12:20:26 +0100
|
||||||
|
|
||||||
|
@ -414,7 +414,7 @@ do_memory_split() { # Memory Split
|
|||||||
[ -z "$CUR_GPU_MEM" ] || [ $CUR_GPU_MEM = "0" ] && CUR_GPU_MEM=64
|
[ -z "$CUR_GPU_MEM" ] || [ $CUR_GPU_MEM = "0" ] && CUR_GPU_MEM=64
|
||||||
## ask users what gpu_mem they want
|
## ask users what gpu_mem they want
|
||||||
if [ "$INTERACTIVE" = True ]; then
|
if [ "$INTERACTIVE" = True ]; then
|
||||||
NEW_GPU_MEM=$(whiptail --inputbox "How much memory should the GPU have? e.g. 16/32/64/128/256" \
|
NEW_GPU_MEM=$(whiptail --inputbox "How much memory (MB) should the GPU have? e.g. 16/32/64/128/256" \
|
||||||
20 70 -- "$CUR_GPU_MEM" 3>&1 1>&2 2>&3)
|
20 70 -- "$CUR_GPU_MEM" 3>&1 1>&2 2>&3)
|
||||||
else
|
else
|
||||||
NEW_GPU_MEM=$1
|
NEW_GPU_MEM=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user