mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
bump version
This commit is contained in:
parent
414eef5dcb
commit
fa44ce461e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
raspi-config (20130910-1) unstable; urgency=low
|
||||
|
||||
* Bugfix for boot to scratch
|
||||
* Bugfix for detecting flavour set by NOOBS
|
||||
|
||||
-- Alexander Bradbury <asb@asbradbury.org> Tue, 10 Sep 2013 14:36:14 +0100
|
||||
|
||||
raspi-config (20130909-1) unstable; urgency=low
|
||||
|
||||
* Support boot to scratch and applying language/keyboard settings from noobs
|
||||
|
@ -466,8 +466,8 @@ do_boot_behaviour() {
|
||||
Scratch)
|
||||
if [ -e /usr/bin/scratch ]; then
|
||||
[ -e /etc/init.d/lightdm ] && update-rc.d lightdm disable 2
|
||||
enable_boot_to_scratch
|
||||
disable_raspi_config_at_boot
|
||||
enable_boot_to_scratch
|
||||
else
|
||||
whiptail --msgbox "Do sudo apt-get install scratch to allow configuration of boot to scratch" 20 60 2
|
||||
fi
|
||||
@ -577,7 +577,7 @@ do_apply_os_config() {
|
||||
if [ -n "$NOOBSFLAVOUR" ]; then
|
||||
printf "Setting flavour to %s based on os_config.json from NOOBS. May take a while\n" "$NOOBSFLAVOUR"
|
||||
|
||||
if [ "$NOOBSFLAVOUR" = "Scratch" ]; then
|
||||
if printf "%s" "$NOOBSFLAVOUR" | grep -q "Scratch"; then
|
||||
disable_raspi_config_at_boot
|
||||
enable_boot_to_scratch
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user