remove "set -x" from nfs-mount-root.sh
parent
d4244cb25b
commit
24987e12a9
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
|
||||||
if [ "$root" = "dhcp" ]; then
|
if [ "$root" = "dhcp" ]; then
|
||||||
for dev in /net.*.dhcpopts; do
|
for dev in /net.*.dhcpopts; do
|
||||||
if [ -f "$dev" ]; then
|
if [ -f "$dev" ]; then
|
||||||
|
|
Loading…
Reference in New Issue