Skip to content

Commit

Permalink
Remove quota from root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
spartan782 authored Aug 22, 2019
1 parent 0c99c80 commit 2ffc5f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ks/manual.ks
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ esac
/usr/bin/grep -E "\s/data\s" /etc/fstab > /dev/null
if [[ $? -eq 0 ]]; then
/usr/bin/sed -i '/\s\/data\s/ s|defaults|rw,relatime,seclabel,attr2,inode64,prjquota|g' /etc/fstab
else
/usr/bin/sed -i '/\s\/\s/ s|defaults|rw,relatime,seclabel,attr2,inode64,prjquota|g' /etc/fstab
fi

%end

0 comments on commit 2ffc5f9

Please sign in to comment.