Overwritten ask_bool prevented flashing from happening
This commit is contained in:
parent
871f07ad2e
commit
b1e7465412
1 changed files with 0 additions and 4 deletions
|
@ -85,9 +85,5 @@ done
|
||||||
[ -n "$sysupgrade_init_conffiles" ] && do_save_conffiles
|
[ -n "$sysupgrade_init_conffiles" ] && do_save_conffiles
|
||||||
run_hooks "" $sysupgrade_pre_upgrade
|
run_hooks "" $sysupgrade_pre_upgrade
|
||||||
|
|
||||||
ask_bool() {
|
|
||||||
false
|
|
||||||
}
|
|
||||||
|
|
||||||
v "Switching to ramdisk..."
|
v "Switching to ramdisk..."
|
||||||
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
|
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'
|
||||||
|
|
Loading…
Reference in a new issue