From c7e5dece6a133cd09930afb73ad39662631a6d5f Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 3 Feb 2016 12:41:16 +0100 Subject: [PATCH] set swap to 8192MB, remove /data as partition --- kickstart/ks.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kickstart/ks.cfg b/kickstart/ks.cfg index 47db3d0d..fa8e8170 100644 --- a/kickstart/ks.cfg +++ b/kickstart/ks.cfg @@ -30,8 +30,8 @@ zerombr yes #Partition clearing information clearpart --all --initlabel #Disk partitioning information -part swap --recommended -part /data --fstype ext4 --size 8192 +part swap --size=8192 +#part /data --fstype ext4 --size 8192 part / --fstype ext4 --size 1 --grow #System authorization infomation auth --useshadow --enablemd5