remove test only comment and nobh has gone away

This commit is contained in:
Steev Klimaszewski
2022-07-22 16:38:06 -05:00
parent c7be9d7b76
commit f4e97fd5d6
11 changed files with 11 additions and 22 deletions

View File

@@ -82,9 +82,8 @@ include rpi_firmware
# Create the dirs for the partitions and mount them
status "Create the dirs for the partitions and mount them"
mkdir -p "${base_dir}"/root/
# Test only
if [[ $fstype == ext4 ]]; then
mount -t ext4 -o noatime,data=writeback,barrier=0,nobh "${rootp}" "${base_dir}"/root
mount -t ext4 -o noatime,data=writeback,barrier=0 "${rootp}" "${base_dir}"/root
else
mount "${rootp}" "${base_dir}"/root
fi