From 10ed0103b33e984b1c645f256de709706ab60e9f Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 3 Mar 2011 18:25:40 +0100 Subject: apply indentation with tabs everywhere --- src/core/procedures/automatic | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/core/procedures/automatic') 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 } -- cgit v1.2.3-54-g00ecf