2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

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

This commit is contained in:
yangsong
2015-07-24 04:53:46 -04:00
parent 89ec416a2b
commit 79c7f6949c

View File

@ -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