specify partition file: add comment line in pre.rh file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13161 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2012-06-25 13:39:15 +00:00
parent ec01401ee9
commit c5a5298977

View File

@ -190,3 +190,4 @@ echo "part /boot --size 256 --fstype ext3 --ondisk $instdisk" >> /tmp/partitioni
echo "part swap --recommended --ondisk $instdisk" >> /tmp/partitioning
echo "part / --size 1 --grow --ondisk $instdisk --fstype $FSTYPE" >> /tmp/partitioning
#XCA_PARTITION_SCRIPT#