summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index acc53f8..036d8c5 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -223,9 +223,10 @@ checkLabels(Boolean whinge, Chunk **rdev, Chunk **sdev, Chunk **udev, Chunk **vd
status = FALSE;
}
if (!swapdev && whinge) {
- msgConfirm("No swap devices found - you must create at least one\n"
- "swap partition.");
- status = FALSE;
+ if (msgYesNo("No swap devices found - you should create at least one\n"
+ "swap partition. Without swap, the install will fail\n"
+ "if you do not have enough RAM. Continue anyway?"))
+ status = FALSE;
}
return status;
}
OpenPOWER on IntegriCloud