added vsftp to service node pkglist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1310 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8ff27083df
commit
5bcbccf561
Binary file not shown.
Binary file not shown.
@ -35,7 +35,7 @@ clearpart --all --initlabel
|
||||
#No RAID
|
||||
#/boot really significant for this sort of setup nowadays?
|
||||
#part /boot --size 50 --fstype ext3
|
||||
part swap --size 1024
|
||||
part swap --size 1024
|
||||
part / --size 1 --grow --fstype ext3
|
||||
|
||||
#RAID 0 /scr for performance
|
||||
@ -119,7 +119,7 @@ skipx
|
||||
#
|
||||
# perl -e 'print crypt("blah","Xa") . "\n";'p
|
||||
# openssl passwd -apr1 -salt xxxxxxxx password
|
||||
#
|
||||
#
|
||||
# where "blah" is your root password.
|
||||
#
|
||||
#rootpw --iscrypted XaLGAVe1C41x2
|
||||
@ -127,7 +127,7 @@ skipx
|
||||
rootpw --iscrypted #CRYPT:passwd:key=system,username=root:password#
|
||||
|
||||
#
|
||||
# NIS setup: auth --enablenis --nisdomain sensenet
|
||||
# NIS setup: auth --enablenis --nisdomain sensenet
|
||||
# --nisserver neptune --useshadow --enablemd5
|
||||
#
|
||||
# OR
|
||||
@ -166,6 +166,7 @@ sendmail-cf
|
||||
gdb
|
||||
binutils
|
||||
openssh-server
|
||||
vsftpd
|
||||
%pre
|
||||
#INCLUDE:../scripts/pre.rh#
|
||||
%post
|
||||
|
@ -1,8 +1,8 @@
|
||||
bash
|
||||
bash
|
||||
stunnel
|
||||
dhclient
|
||||
kernel
|
||||
openssh-server
|
||||
dhclient
|
||||
kernel
|
||||
openssh-server
|
||||
openssh-clients
|
||||
busybox-anaconda
|
||||
vi
|
||||
@ -17,3 +17,4 @@ bzip2
|
||||
rootfiles
|
||||
vixie-cron
|
||||
wget
|
||||
vsftpd
|
||||
|
@ -26,7 +26,7 @@ then
|
||||
cd /xcatpost/_ssh
|
||||
mkdir -p /root/.ssh
|
||||
cp -f * /root/.ssh
|
||||
cd -
|
||||
cd - >/dev/null
|
||||
chmod 700 /root/.ssh
|
||||
chmod 600 /root/.ssh/*
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user