Overwritten ask_bool prevented flashing from happening

This commit is contained in:
Steven Barth 2008-09-12 19:50:31 +00:00
parent 871f07ad2e
commit b1e7465412

View file

@ -85,9 +85,5 @@ done
[ -n "$sysupgrade_init_conffiles" ] && do_save_conffiles
run_hooks "" $sysupgrade_pre_upgrade
ask_bool() {
false
}
v "Switching to ramdisk..."
run_ramfs '. /etc/functions.sh; include /lib/upgrade; do_upgrade'