asb / raspi-config

Configuration tool for the Raspberry Pi. Now maintained at https://github.com/RPi-Distro/raspi-config
Other
263 stars 328 forks source link

Mention units of measurement #67

Closed PanderMusubi closed 7 years ago

PanderMusubi commented 7 years ago

On line

https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config#L393

please replace

  NEW_GPU_MEM=$(whiptail --inputbox "How much memory should the GPU have?  e.g. 16/32/64/128/256" \

with

  NEW_GPU_MEM=$(whiptail --inputbox "How much MB memory should the GPU have?  e.g. 16/32/64/128/256" \
PanderMusubi commented 7 years ago

moved to https://github.com/RPi-Distro/raspi-config/issues/31