daniceexi
161cdeb4ec
code drop for the support that loading drivers from driver rpm. The change has affected the code logic for driver disk support.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13246 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-07-05 14:59:08 +00:00
jjhua
824503966a
fixed bug 3538093, create a temporary uname in the image's rootimg dir before running the postinstall and remove it after postinstall during genimage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13224 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-07-02 07:27:16 +00:00
jjhua
4aed8e5a3b
fixed bug 3538093, create a temporary uname in the image's rootimg dir before running the postinstall and remove it after postinstall during genimage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13222 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-07-02 06:40:07 +00:00
ligc
6258e5505f
fix for bug 3496130: resolve hostname to ip address in /tftpboot/etc/<node>, copy resolv.conf from initrd into rootimg
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-06-08 09:00:26 +00:00
daniceexi
56c36adad6
defect 3524563: We encountered issue in LRZ with the last change that keep the udev before the chroot. The problem was IB device which started after chroot does not work. The fix was to kill the udevd after the starting of net device
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13017 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-06-07 06:13:32 +00:00
daniceexi
c5ab6661f0
defect 3524563: keeping the udevd does not hurt anything, so just keep it
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12665 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-05-14 14:17:39 +00:00
ligc
d77845f04e
fix for bug 3523175: use nfsv3 to mount the statelite directories
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12484 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-05-03 04:31:35 +00:00
arifali
d226d3d75d
ubuntu: add new genimage which has a few additions for dracut, when available, and re-enabled busybox-static, as that is available in ubuntu10.10. this current one works with 10.10
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-30 00:03:11 +00:00
arifali
4f0482d705
ubuntu: genimage fixes
...
- stateless requires busybox (see artifact 3522447 for more details)
- initial work on dracut committed, not sure if this is going to work yet, as ubuntu doesn't have dracut by default
- changed linux-image-generic to linux-image-server, and removed busybox-static as that didn't exist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-29 23:00:07 +00:00
linggao
d5a3ec70db
drop -t support for genimage, defect 3520753
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12306 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-23 20:52:58 +00:00
immarvin
1554d29c0f
fixed nfs mount problem and bug:CN fail to acquire eth address during deployment(ID: 3515413)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 05:14:00 +00:00
jbjohnso
51b6f71eb6
Remove extraneous set -x
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12134 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 17:06:25 +00:00
daniceexi
8e3bb4ee70
fix the issue if having entry has dir path in the .pkglist, genimage failed
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-02 17:35:34 +00:00
wanghuaz
e4037c6e09
some hpc packages listed in otherpkg list requires /proc filesystem. Previously those packages are installed from postintall script and the postintall script mounted /proc filesystem for them. Now if use otherpkgs to install HPC packages, we have to mount /proc file system also.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12047 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-29 08:22:41 +00:00
linggao
578afdf5d0
added interactive flag for genimage prompt
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12027 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-27 20:59:36 +00:00
linggao
de4e245335
added interactive feature for genimage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12023 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-27 19:28:49 +00:00
daniceexi
e53d9d1394
defect 3496107: remove the uninstall of OpenIPMI-tools and tftp-server, try to install conserver-xcat instead of conserver
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11949 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-23 01:26:09 +00:00
wanghuaz
f8138b1687
fixing bug 3505826: don't run yum install command if otherpkg list only contains marked removable pkg and no package to install
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11879 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-16 07:05:26 +00:00
jbjohnso
c08b1d2a0f
Have IPv6 setup in ESXi5 tolerate 5.(whatever) releases.
...
Correct for the fact that ESXi presents UUID without byte mangling
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11765 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 15:55:05 +00:00
jbjohnso
f5319690f5
Change esxi DUID-UUID fixup to tolerate case where /hardware/machineUUID does not exist
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11763 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-06 14:13:20 +00:00
jbjohnso
2d42ffe517
wmic csproduct is actually supposed to return the correct ordering, just
...
some vendors disagreed with MS on encoding. SMBIOS 2.6 mandates the MS way
In startnet.cmd, assume wmic is accurate instead of 'fixing it'. This means
DUID changes, but I don't think anyone cares and this paves the way for a
reasonable DUID future.
For autoinst cmd script, it is a problem. Have windows.pm provide two UUID
based links, one with the correct presentation and a byte-swapped variant
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11750 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 18:33:28 +00:00
wanghuaz
7f8a43e788
Added pkglist for compute node on rhel6.2 on system x
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-05 08:27:15 +00:00
daniceexi
444679ba77
remove the installing of atftp. The tftp/tftp-server will be required by xCATsn
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11602 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-17 04:52:08 +00:00
daniceexi
80a4196ab5
install conserver-xcat instead of conserver
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11601 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-17 04:47:48 +00:00
daniceexi
e8ba410483
install conserver-xcat instead of conserver
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11600 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-17 04:40:10 +00:00
jbjohnso
bdfcdf364d
Rework Windows PE startnet to give a debug cmd earlier and pause if cmd script
...
is missing
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11530 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-02-10 02:23:11 +00:00
jbjohnso
fb0bf30df0
Fix centos6 to behave like redhat does after 2.7 changes
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11414 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-25 20:31:50 +00:00
phamt
b5900b771b
Added pkglist for statelite.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11406 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-23 21:56:51 +00:00
wanghuaz
5d98e9c70e
Fixing bug 3165548: adding several useful and small packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-12 09:54:48 +00:00
wanghuaz
c41438f4b8
Fixing bug 3165548: adding several useful and small packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11371 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-12 09:53:34 +00:00
wanghuaz
e39a0f39bf
Fixing bug 3165548: adding several useful and small packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11370 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-12 09:51:43 +00:00
daniceexi
b0981233e9
A typo to set the osdistro attr. Since rh.genimage is linked by several distro, cannot simply give a default value. Keep to be not touched
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11363 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-10 08:21:11 +00:00
wanghuaz
d444e0a39d
Added dracut-network package to pkglist for centos6
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11334 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-01-04 11:18:56 +00:00
jjhua
1a6f6515b1
add the bc.ppc64 into the pkglist -- for bootlist
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11135 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-12-06 08:14:24 +00:00
phamt
3e0404673b
Removed resmgr from package list.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11030 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-11-21 01:53:28 +00:00
phamt
4b646bba25
Fixed networking problem on s390x.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11029 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-11-21 01:52:33 +00:00
ligc
40aba0c9c8
-t pattern should not be used with separate packages
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10991 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-11-11 06:36:51 +00:00
ellen56
9ecd7a9d7e
fix defect 3431769
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10951 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-11-01 09:39:28 +00:00
lissav
8f8aac7c6d
fix defect 3430879
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-31 17:48:07 +00:00
daniceexi
301910f68f
defect 3427738: fixed a typo in the otherpkgs.pkglist for rh6
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10863 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-24 10:00:24 +00:00
wanghuaz
d767ee6dc2
Updating dbus package name on sles10 sp4.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10831 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-19 03:01:11 +00:00
wanghuaz
8bc3677aec
Adding SLES10 SP4 supports
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-18 07:08:12 +00:00
adalbas
296b39a14d
update xcat-server debian/ files (build deb packages)
...
update netboot compute.pkglist for ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10751 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-12 14:20:18 +00:00
jbjohnso
0cb9c2b754
Advance state of esxi5.0 support of DHCPv6 and install to parity with 4.1
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10732 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 18:15:12 +00:00
ellen56
d9bb8ec644
handle case when #ENV is not first of line
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10726 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 08:36:09 +00:00
ellen56
e504131e8c
Add ENV support for xcat otherpkgs.pkglist/pkglist
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10725 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-10 07:46:18 +00:00
bp-sawyers
a42f007217
Checked in fix by xiao peng for bug 3414725 - diskless root directory has bad fileperms
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-10-04 18:09:24 +00:00
jbjohnso
4c1d771f4c
Fix problem with DISM driver injection into WinPE
...
Rework startnet to do nextserver from DHCP, have a better wait and retry mechanism
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-29 17:19:14 +00:00
jbjohnso
c268671a9e
Add a Windows utility to extract next-server from IPv4 PXE reply
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10668 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-28 20:28:07 +00:00
linggao
f5b9ffacf0
fix error for SLES 11 genimage
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10641 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-09-26 18:01:24 +00:00