From 069caad598eeefd7cdf52ca7bcfcc3dc4a97e4fa Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Feb 2019 16:37:09 +0100 Subject: [PATCH] Deleted undocumented CKMODES override feature. --- hashboot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hashboot b/hashboot index 46ce069..cfcd27a 100755 --- a/hashboot +++ b/hashboot @@ -152,10 +152,6 @@ else fi fi -if [ "${2}" > "1" ]; then - CKMODES=${2} -fi - if [ $((${CKMODES} & 001)) -ne 0 ]; then # Find out where the first partition starts and set ${MBR_SIZE} in KiB sectorsize=$(LC_ALL=C fdisk -l ${MBR_DEVICE} | grep '^Units' | awk '{print $8}' )