diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-03-25 16:35:30 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-03-25 16:35:30 +0100 |
commit | 3285f43702e828899b76598478d8829b4b1d383d (patch) | |
tree | f51931110e3409b3a5a00249e7d9b8e51a7619ac /src | |
parent | dc3296c19e84370e714f522e033cfee5407ea029 (diff) |
no need to set PART_ROOT twice
Diffstat (limited to 'src')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index be1f389..cb80c11 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -171,9 +171,6 @@ interactive_autoprepare() ask_yesno "$DISC will be COMPLETELY ERASED! Are you absolutely sure?" || return 1 - # we assume a /dev/hdX format (or /dev/sdX) - PART_ROOT="${DISC}3" - echo "$DISC $BOOT_PART_SIZE:ext2:+ $SWAP_PART_SIZE:swap $ROOT_PART_SIZE:$FSTYPE *:$FSTYPE" > $TMP_PARTITIONS echo "${DISC}1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_params" > $TMP_BLOCKDEVICES |