Displaying 6 results from an estimated 6 matches similar to: "Difficulty building custom Install CD"
2014 Feb 19
5
createrepo command for 6.4 respin
Hi List,
I have been searching for the correct createrepo command to make a 6.4 respin.
We have been doing this with previous versions using
createrepo -u "media://$discinfo" -g ${DIR}/my_kickstart${VER}/comps.xml .
Which had worked fine until now.
Thanks,
--
Stephen Clark
*NetWolves*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.clark at netwolves.com
2014 Jun 01
2
Graphical Login
Good evening!!
How can I login in graphical mode using Centos 6.5, Samba4 (Active Directory users) and local machine users??
For example:
I have 3 Active Directory Users: john, Mary, and Steve.
And I have 2 local users in Centos 6.5: fermin, Ana.
Can I login into the Server Centos 6.5 Samba4 Active Directory using these 2 kind of users??
Sorry for english!!
?
JOSE FERMIN
2014 Mar 17
2
Want to create custom iso
Hello All,
I want to make custom iso of Centos 6.4 and want some feature in it by
default
Install VLC , Forticlient , Teamviwer , Google-Chrome , Google-Drive ,
and I want to set a Wallpaper for my new OS .
and I have to install it on a computer without internet connection. So i
have to give the setup of given Software in the iso itself.
How can i achive my goal. Any help is appreciated.
2014 Jun 03
0
Custom respin ISO prompting for discs
I'm creating a custom install / respin ISO with updated packages and a
kickstart - starting from CentOS 6.5 minimal install DVD. I'm generally
following the directions from
http://smorgasbork.com/component/content/article/35-linux/128-building-a-custom-centos-6-kickstart-disc-part-1
.
I can create the iso, boot, have it find the installation media (it prints
"Found local installation
2015 Jan 13
1
Making custom USB install media
Hey List,
I apologize for how broad this may be, but hopefully someone here can help
me out. I need to make custom kickstart installers to be used in the field
to install microservers (Intel NUCs, EFI boot) that don't have optical
drives and may not have internet connections.
I can make a custom ISO just fine using the pretty common steps,
specifically following what's here:
2010 Aug 03
3
Kruskal Walllis test
Hi all
My data table (g) contains a continues data column (plant.height) and other
columns (columns 8 to 57),
each with number of levels of different factors. ANOVA test was done and
the p-values were extracted
as follos:
a <- function(x) anova(lm(plant.height ~ x))$"Pr(>F)"[1]
r<- apply(g[,8:57],2,a)
If I try to do a Kruskal-Wallis test :
kw <- function(x)