summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures/automatic')
-rw-r--r--src/core/procedures/automatic22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/core/procedures/automatic b/src/core/procedures/automatic
index ba533fa..a37803e 100644
--- a/src/core/procedures/automatic
+++ b/src/core/procedures/automatic
@@ -29,7 +29,7 @@ process_args ()
else
usage
exit 5
- fi
+ fi
}
@@ -61,9 +61,9 @@ worker_configure ()
worker_select_source ()
{
- var_PKG_SOURCE_TYPE=${SOURCE:-cd}
- var_FILE_URL=${FILE_URL:-file:///src/core/pkg}
- var_SYNC_URL=${SYNC_URL:-}
+ var_PKG_SOURCE_TYPE=${SOURCE:-cd}
+ var_FILE_URL=${FILE_URL:-file:///src/core/pkg}
+ var_SYNC_URL=${SYNC_URL:-}
}
worker_prepare_disks ()
@@ -96,8 +96,8 @@ worker_package_list ()
worker_install_packages ()
{
- target_prepare_pacman core extra community
- installpkg
+ target_prepare_pacman core extra community
+ installpkg
}
@@ -110,11 +110,11 @@ worker_set_clock ()
worker_install_bootloader ()
{
- get_grub_map
+ get_grub_map
grub-install $var_GRUB_DEVICE --root-directory=/mnt
- # check if we have a seperate bootdev (/boot)
- # ToDo: This is double-work, find a better place!
- # See comment in generate_grub_menulst and interactive_grub
- bootdev=$(mount | grep $var_TARGET_DIR/boot | cut -d' ' -f 1)
+ # check if we have a seperate bootdev (/boot)
+ # ToDo: This is double-work, find a better place!
+ # See comment in generate_grub_menulst and interactive_grub
+ bootdev=$(mount | grep $var_TARGET_DIR/boot | cut -d' ' -f 1)
generate_grub_menulst
}