From aeb5774336eaf7ced1b5c87977e019abce0ecd04 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 24 Aug 2010 23:11:19 +0200 Subject: [PATCH] change btrfs subvolume dialog to ask for new subvolume --- usr/share/archboot/installer/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 975f3297e..2dd5b4509 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2071,7 +2071,7 @@ prepare_btrfs_subvolume() { DOSUBVOLUME="no" BTRFS_SUBVOLUME="NONE" if [ "$SKIP_ASK_SUBVOLUME" = "no" ]; then - DIALOG --defaultno --yesno "Would you like to create a subvolume on $PART?" 0 0 && DOSUBVOLUME="yes" + DIALOG --defaultno --yesno "Would you like to create a new subvolume on $PART?" 0 0 && DOSUBVOLUME="yes" else DOSUBVOLUME="yes" fi