diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-25 11:19:13 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-25 11:19:13 +0200 |
commit | c97e10480c641457dd0711e59e05e2fe8b649085 (patch) | |
tree | e1f772c808fa3cf4c7e8ccfc4915de36d607acf8 | |
parent | ad34e8f79245bd64a202582cadf3aa5ea2155dec (diff) | |
download | hrmpf-c97e10480c641457dd0711e59e05e2fe8b649085.tar.gz hrmpf-c97e10480c641457dd0711e59e05e2fe8b649085.tar.xz hrmpf-c97e10480c641457dd0711e59e05e2fe8b649085.zip |
installer: remove last ref to parted.
-rw-r--r-- | installer.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in index a3fe9f1..4bbd9ab 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -253,7 +253,6 @@ EFI System Partition. This partition must have mountpoint as \`/boot/efi'.\n\n At least 2 partitions are required: swap and 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 -${BOLD}WARNING: changes made by parted are destructive, you've been warned. ${RESET}\n" 18 80 if [ $? -eq 0 ]; then while true; do |