diff --git a/build_c6_live.sh b/build_c6_live.sh index aecd10b..b9bda14 100755 --- a/build_c6_live.sh +++ b/build_c6_live.sh @@ -18,7 +18,7 @@ cat << EOF You need to call the script like this : $0 -arguments -a : define the arch (required, default:none, values : [i386,x86_64]) - -p : define the repo path (required, default:none) + -p : define the full repo path including file:// or http:// (required, default:none) -m : define the media type (required, default:none, values : [cd,dvd]) -r : release to build ( eg. 6.0 ) -h : display this help diff --git a/ks/centos6-liveCD-desktop.cfg b/ks/centos6-liveCD-desktop.cfg index 36afb14..6964476 100644 --- a/ks/centos6-liveCD-desktop.cfg +++ b/ks/centos6-liveCD-desktop.cfg @@ -4,7 +4,7 @@ timezone US/Eastern auth --useshadow --enablemd5 selinux --enforcing firewall --enabled --service=mdns -repo --name=base --baseurl=file://REPOPATH +repo --name=base --baseurl=REPOPATH xconfig --startxonboot part / --size 4096 --fstype ext4 diff --git a/ks/centos6-liveDVD-desktop.cfg b/ks/centos6-liveDVD-desktop.cfg index 3f66481..d2ae7aa 100644 --- a/ks/centos6-liveDVD-desktop.cfg +++ b/ks/centos6-liveDVD-desktop.cfg @@ -4,7 +4,7 @@ timezone US/Eastern auth --useshadow --enablemd5 selinux --enforcing firewall --enabled --service=mdns -repo --name=base --baseurl=file://REPOPATH +repo --name=base --baseurl=REPOPATH xconfig --startxonboot part / --size 5600 --fstype ext4 services --enabled=NetworkManager --disabled=network,sshd