diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-03-24 16:36:09 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-03-24 16:36:09 +0100 |
commit | 47fbd4531a556e62be50b12f3376e73e9caaa4c7 (patch) | |
tree | 33ee7dcb4b6d4483de65cacaecfa65a2e1174aa2 /src/core/libs | |
parent | f3ec30f0e0fa7e27a1bffd86fa806f877251e03b (diff) |
make UUID partition access default for autoprepare
Diffstat (limited to 'src/core/libs')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 8e5b90e..541ce23 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -301,6 +301,7 @@ interactive_autoprepare() ask_yesno "$DISC will be COMPLETELY ERASED! Are you absolutely sure?" || return 1 + PART_ACCESS=uuid process_disks || die_error "Something went wrong while partitioning" if ! process_filesystems |