summaryrefslogtreecommitdiff
path: root/src/profiles
diff options
context:
space:
mode:
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()
{