mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
Deleted undocumented CKMODES override feature.
This commit is contained in:
parent
d2b63cf80c
commit
069caad598
4
hashboot
4
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}' )
|
||||
|
Loading…
Reference in New Issue
Block a user