From 64c33263f2f13793befe537fb15b2e995e534743 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 24 Oct 2001 22:34:01 +0000 Subject: - add a GUI to the rescue - provide guessmounts with better efficiency and output, go to console, and reboot - provide install_bootloader which runs lilo from /mnt if it seems safe - add lsparts to rescue, which prints partitions with detected types --- mdk-stage1/newt-frontend.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/newt-frontend.c') diff --git a/mdk-stage1/newt-frontend.c b/mdk-stage1/newt-frontend.c index e0bc7c5ce..15221c91f 100644 --- a/mdk-stage1/newt-frontend.c +++ b/mdk-stage1/newt-frontend.c @@ -390,3 +390,7 @@ enum return_type ask_from_entries(char *msg, char ** questions, char *** answers return RETURN_OK; } + + +void suspend_to_console(void) { newtSuspend(); } +void resume_from_suspend(void) { newtResume(); } -- cgit v1.2.1