From 79c7f6949c09e0b49875f10ede4b75b18ad4a0e7 Mon Sep 17 00:00:00 2001 From: yangsong Date: Fri, 24 Jul 2015 04:53:46 -0400 Subject: [PATCH] fix defect #4760 [fvt]2.10:there are wrong info in /etc/fstab file after ubuntu diskless provision:correct the fstab entry according to the profile and arch of the osimage --- xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall b/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall index a69ec1e64..1e6ed8dc3 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.postinstall @@ -28,7 +28,7 @@ proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 tmpfs /tmp tmpfs defaults 0 2 tmpfs /var/tmp tmpfs defaults 0 2 -compute_ppc64el / tmpfs rw 0 1 +${profile}_${arch} / tmpfs rw 0 1 END