diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-11 22:16:25 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-11 22:16:25 +0100 |
commit | 59fe0a3e5b779e64004dfba249a74ff69a475d56 (patch) | |
tree | 1b7f3ef1d2c36b74c2242570fc04e98180e6b0ad /src/core | |
parent | a96b41b8b5de90f92f4c909c443d58fd2aac186a (diff) |
noone cares about disk config type
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/procedures/interactive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive index 32fdf46..8dccddd 100644 --- a/src/core/procedures/interactive +++ b/src/core/procedures/interactive @@ -15,7 +15,6 @@ TIMEZONE= # partitions PART_ROOT= -DISK_CONFIG_TYPE= #will be set to auto or manual # default filesystem specs (the + is bootable flag) # <mountpoint>:<partsize>:<fstype>[:+] @@ -140,6 +139,7 @@ worker_prepare_disks() DONE=0 ret=1 # 1 means unsuccessful. 0 for ok NEXTITEM= + DISK_CONFIG_TYPE= while [ "$DONE" = "0" ]; do if [ -n "$NEXTITEM" ]; then DEFAULT="--default-item $NEXTITEM" |