summaryrefslogtreecommitdiff
path: root/src/core/libs
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-11 22:12:41 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-11 22:12:41 +0100
commita96b41b8b5de90f92f4c909c443d58fd2aac186a (patch)
treedbb9e03ea94394c34773f647e95bb6ef2c8cc7db /src/core/libs
parentf0b4ce56e20e6492772ebebb5459b5f06445b9fb (diff)
refactored flow control for disk setup + hopefully bug fixed now
Diffstat (limited to 'src/core/libs')
-rw-r--r--src/core/libs/lib-ui-interactive.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 0f63320..9b50bd1 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -212,11 +212,6 @@ interactive_autoprepare()
# we assume a /dev/hdX format (or /dev/sdX)
PART_ROOT="${DEVICE}3"
- if [ "$S_MKFS" = "1" ]; then
- notify "You have already prepared your filesystems manually"
- return 0
- fi
-
# validate DEVICE
if [ ! -b "$DEVICE" ]; then
notify "Device '$DEVICE' is not valid"