mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 12:10:07 +09:00
Fix stuck at 600MHz issue
This commit is contained in:
parent
5aadc27040
commit
bab0b01583
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20150131-4) stable; urgency=low
|
||||
|
||||
* Use dh_installinit --no-start instead of --noscripts to ensure raspi-config runs
|
||||
|
||||
-- Serge Schneider <serge@raspberrypi.org> Thu, 14 May 2015 18:09:47 +0100
|
||||
|
||||
raspi-config (20150131-3) unstable; urgency=low
|
||||
|
||||
* Add prerm failed-upgrade to allow upgrades
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -10,7 +10,7 @@
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --noscripts
|
||||
dh_installinit --no-start
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
Loading…
Reference in New Issue
Block a user