modify the dracut install file for debian
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14926 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3cf4f8f448
commit
7ec3a97bdc
@ -1,3 +1,75 @@
|
||||
xcat-genesis (2.8-snap20130118) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Fri, 18 Jan 2013 22:45:30 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130118) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Fri, 18 Jan 2013 22:04:43 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130118) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Fri, 18 Jan 2013 21:59:29 -0500
|
||||
|
||||
xcat-genesis (2.8-local20130118) stable; urgency=low
|
||||
|
||||
* Personal Build
|
||||
|
||||
-- root <root@debian.localdomain> Fri, 18 Jan 2013 09:53:50 -0500
|
||||
|
||||
xcat-genesis (2.8-local20130118) stable; urgency=low
|
||||
|
||||
* Personal Build
|
||||
|
||||
-- root <root@debian.localdomain> Fri, 18 Jan 2013 09:50:10 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130109) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Wed, 09 Jan 2013 02:47:44 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130109) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Wed, 09 Jan 2013 01:51:17 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130106) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Sun, 06 Jan 2013 01:22:57 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130106) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Sun, 06 Jan 2013 01:09:11 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130106) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Sun, 06 Jan 2013 00:26:37 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130105) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Sat, 05 Jan 2013 01:38:55 -0500
|
||||
|
||||
xcat-genesis (2.8-snap20130105) stable; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@debian.localdomain> Sat, 05 Jan 2013 01:32:17 -0500
|
||||
|
||||
xcat-genesis (2.8.0-1) stable; urgency=low
|
||||
|
||||
* Initial Release
|
||||
|
@ -11,11 +11,11 @@ dracut_install mkswap df brctl vconfig ifenslave ssh-keygen scp clear dhclient l
|
||||
#dracut_install /lib/x86_64-linux-gnu/libnss_dns-2.13.so /lib/x86_64-linux-gnu/libnss_dns.so.2
|
||||
dracut_install poweroff ntpq ntpd hwclock date /lib/terminfo/x/xterm /etc/nsswitch.conf /etc/services
|
||||
dracut_install /usr/sbin/rsyslogd /etc/protocols umount /usr/bin/rpm /usr/lib/rpm/rpmrc
|
||||
dracut_install chmod /lib/ld-linux.so.2 /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libc.so.6 /sbin/route /sbin/ifconfig /usr/bin/head /etc/issue /etc/debian_version ping tr lsusb /usr/share/hwdata/usb.ids #ibm fw wrapper requirements
|
||||
dracut_install dmidecode /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #uxspi prereqs, but will use dmidecode to improve decision on loading ipmi_si
|
||||
dracut_install chmod /lib/ld-linux.so.2 /lib/libdl.so.2 /lib/libc.so.6 /sbin/route /sbin/ifconfig /usr/bin/head /etc/issue /etc/debian_version ping tr lsusb /usr/share/hwdata/usb.ids #ibm fw wrapper requirements
|
||||
dracut_install dmidecode /usr/lib/libstdc++.so.6 #uxspi prereqs, but will use dmidecode to improve decision on loading ipmi_si
|
||||
dracut_install dmidecode /usr/lib/libstdc++.so.5 #broadcom firmware update links against old lib
|
||||
dracut_install /lib/x86_64-linux-gnu/libpthread.so.0 #32 bit lib because UXSPI will not ship a native 64 bit build
|
||||
dracut_install /lib/libncurses.so.5.7 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 /lib/x86_64-linux-gnu/libgcc_s.so.1 /lib/x86_64-linux-gnu/libtinfo.so.5.9
|
||||
dracut_install /lib/libpthread.so.0 #32 bit lib because UXSPI will not ship a native 64 bit build
|
||||
dracut_install /lib/libncurses.so.5.7 /usr/lib/libstdc++.so.6.0.13 /lib/libgcc_s.so.1 /lib/libncurses.so.5.7
|
||||
dracut_install /usr/lib/libldap-2.4.so.2 /usr/lib/liblber-2.4.so.2 /usr/lib/libsasl2.so.2 #uxspi has incurred these...
|
||||
dracut_install /usr/share/zoneinfo/posix/Zulu
|
||||
dracut_install /usr/share/zoneinfo/posix/GMT-0
|
||||
|
Loading…
Reference in New Issue
Block a user