Skip to content

Commit a59ff59

Browse files
committed
baseboard/trogdor/postinstall: create rmtfs directory before using it
1 parent f0af7cc commit a59ff59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baseboard/trogdor/postinstall

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [ -z "$DESTDIR" ]; then
66
exit 1
77
fi
88

9+
mkdir -p "$DESTDIR/var/lib/rmtfs"
910
for name in fs1 fs2 fsg fsc; do
1011
dd if=/dev/zero of="$DESTDIR/var/lib/rmtfs/modem_$name" bs=1M count=2
1112
done

0 commit comments

Comments
 (0)