remove /data which is not being used

Remove /data dir.

Closes-Bug: https://bugs.launchpad.net/starlingx/+bug/1940088

Change-Id: Ief68967da15ef142b5a24b0fb3b6ca04ad5d939d
Signed-off-by: Bin Qian <bin.qian@windriver.com>
This commit is contained in:
Bin Qian 2021-08-10 11:03:03 -04:00
parent 2ff8374037
commit 7b92dbb403
1 changed files with 0 additions and 4 deletions

View File

@ -1487,7 +1487,6 @@ echo "log_outputs=\"3:syslog:libvirtd\"" >> %{buildroot}/etc/libvirt/libvirtd.co
## We'll need to set up proper authentication later.
sed -i '/#auth_tcp/a auth_tcp = "none"' %{buildroot}/etc/libvirt/libvirtd.conf
install -d -m 711 %{buildroot}/data/images
## Install logrotate files
install -d -m 755 %{buildroot}/etc/logrotate.d
install -p -D -m 644 %{SOURCE2} %{buildroot}/etc/logrotate.d/libvirtd
@ -1781,9 +1780,6 @@ exit 0
%files
# STX: Customization
%dir /data/images/
%files docs
# TODO(STX): NEWS is not present in git source repo.
%doc AUTHORS ChangeLog.gz README