remove test only comment and nobh has gone away
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user