Skip to content

Commit c147917

Browse files
really fixed the bad link this time
1 parent bad5356 commit c147917

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/examples/storage/nfs/userdata/nfs-bootstrap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
set -e
33

44
## Install and configure a NFS server to export a 2TB remote attached LUN.
5-
yum update -y
65

76
### Storage setup
87
wget -O /usr/local/bin/iscsiattach.sh https://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/iscsiattach.sh
@@ -22,3 +21,6 @@ chmod 755 /mnt/2tb-nfs/
2221
cidr=`ip addr show dev ens3 | grep "inet " | awk -F' ' '{print $2}'`
2322
echo "/mnt/2tb-nfs $cidr(rw,sync,no_subtree_check)" > /etc/exports
2423
exportfs -a
24+
25+
### YUM update
26+
yum update -y

0 commit comments

Comments
 (0)