Change the fs_passno of nfs to 0
master
Harald Hoyer 2015-06-02 11:57:58 +02:00
commit b562bc55a8
1 changed files with 1 additions and 0 deletions

View File

@ -1521,6 +1521,7 @@ if [[ $kernel_only != yes ]]; then
[ -z "${line[3]}" ] && line[3]="defaults"
[ -z "${line[4]}" ] && line[4]="0"
[ -z "${line[5]}" ] && line[5]="2"
strstr "${line[2]}" "nfs" && line[5]="0"
echo "${line[@]}" >> "${initdir}/etc/fstab"
done