about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-12-16 15:24:06 +0100
committerJuan RP <xtraeme@gmail.com>2014-12-16 15:24:06 +0100
commitc204ab1f5f2b3e7b7237b932e0adf37dfc19c372 (patch)
tree052f6b89eda6307092a5ebed0dd0489d4febdd03 /installer.sh.in
parent41cf1e06d070fa59a492b1d309ab80948067805d (diff)
downloadhrmpf-c204ab1f5f2b3e7b7237b932e0adf37dfc19c372.tar.gz
hrmpf-c204ab1f5f2b3e7b7237b932e0adf37dfc19c372.tar.xz
hrmpf-c204ab1f5f2b3e7b7237b932e0adf37dfc19c372.zip
installer: swap is not mandatory.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 4260922..3b8fa3e 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -252,7 +252,7 @@ ${BOLD}NOTE: you don't need this on EFI systems.${RESET}\n\n
 For EFI systems GPT is mandatory and a FAT32 partition with at least\n
 100MB must be created with the TOGGLE \`boot', this will be used as\n
 EFI System Partition. This partition must have mountpoint as \`/boot/efi'.\n\n
-At least 2 partitions are required: swap and rootfs (/).\n
+At least 1 partitions is required for the rootfs (/).\n
 For swap, RAM*2 must be really enough. For / 600MB are required.\n\n
 ${BOLD}WARNING: /usr is not supported as a separate partition.${RESET}\n
 ${RESET}\n" 18 80
@@ -598,7 +598,7 @@ menu_network() {
 }
 
 validate_filesystems() {
-    local mnts dev size fstype mntpt mkfs rootfound swapfound fmt
+    local mnts dev size fstype mntpt mkfs rootfound fmt
     local usrfound efi_system_partition
 
     unset TARGETFS