| 152 | * step 2: patch ''/opt/drbl/sbin/drbl-gen-client-files'' |
| 153 | {{{ |
| 154 | #!diff |
| 155 | --- /opt/drbl/sbin/drbl-gen-client-files.org 2008-07-28 22:33:31.000000000 +0800 |
| 156 | +++ /opt/drbl/sbin/drbl-gen-client-files 2008-07-28 22:34:20.000000000 +0800 |
| 157 | @@ -214,6 +214,7 @@ |
| 158 | $nfsserver:$drblroot/$ip/etc /etc nfs $FSTAB_NFS_RW_OPT |
| 159 | $nfsserver:$drblroot/$ip/var /var nfs $FSTAB_NFS_RW_OPT |
| 160 | $nfsserver:$drblroot/$ip/root /root nfs $FSTAB_NFS_RW_OPT |
| 161 | +$nfsserver:/boot /boot nfs $FSTAB_NFS_RO_OPT |
| 162 | $nfsserver:/usr /usr nfs $FSTAB_NFS_RO_OPT |
| 163 | $nfsserver:/opt /opt nfs $FSTAB_NFS_RO_OPT |
| 164 | $nfsserver:/home /home nfs $FSTAB_NFS_RW_OPT |
| 165 | }}} |