summaryrefslogtreecommitdiff
path: root/src/profiles
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-01 15:24:25 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-01 15:24:25 +0100
commitd4b0f4f47ad4a7c8398e3efd1f131895bdcc11b4 (patch)
treefe9a037c0f86606c033eeb7211560a3509113f14 /src/profiles
parent03e56ee6cccca7783ddf1da26bb2c70b8b454e0a (diff)
some lib-ui fixes and other stuff
Diffstat (limited to 'src/profiles')
-rw-r--r--src/profiles/profile-base2
-rw-r--r--src/profiles/profile-interactive-DRAFT.sh10
2 files changed, 7 insertions, 5 deletions
diff --git a/src/profiles/profile-base b/src/profiles/profile-base
index 72df3b1..2acab59 100644
--- a/src/profiles/profile-base
+++ b/src/profiles/profile-base
@@ -75,7 +75,7 @@ worker_install_packages ()
worker_install_bootlader ()
{
- #TODO: autodetection or whatever
+ #TODO: ask which disk, install grub on it
true
}
diff --git a/src/profiles/profile-interactive-DRAFT.sh b/src/profiles/profile-interactive-DRAFT.sh
index b4f281d..b7644e3 100644
--- a/src/profiles/profile-interactive-DRAFT.sh
+++ b/src/profiles/profile-interactive-DRAFT.sh
@@ -28,10 +28,12 @@ S_CONFIG=0 # configuration editing
S_GRUB=0 # TODO: kill this - if using grub
S_BOOT="" # bootloader installed (set to loader name instead of 1)
-
-DIALOG --infobox "Generating GRUB device map...\nThis could take a while.\n\n Please be patient." 0 0
-get_grub_map
-
+phase_preparation ()
+{
+ execute worker runtime_packages
+ notify "Generating GRUB device map...\nThis could take a while.\n\n Please be patient."
+ get_grub_map
+}
mainmenu()
{