summaryrefslogtreecommitdiff
path: root/src/core/procedures/automatic
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-03-03 18:25:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2011-03-03 18:25:40 +0100
commit10ed0103b33e984b1c645f256de709706ab60e9f (patch)
tree1cb8ed9d753281afdafd37d703b0c6e2109016e7 /src/core/procedures/automatic
parent26bcfae6ec36cf6d01d97e23add278a8aed131a5 (diff)
apply indentation with tabs everywhere
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
}