Alejandro Mery
1ad7b9d5f8
Removed package/xorg/package-module-x*.sh scripts, which are obsolete
17 years ago
Alejandro Mery
72b889623b
Fixed mkinitramfs/linux26 to call `mkinitramfs` from the right location
17 years ago
Alejandro Mery
ae1fc88d19
Copied package/base/mkinitrd/pkg_linux26_post.conf to mkinitramfs and adapted to call mkinitramfs
17 years ago
Alejandro Mery
a51c031690
Added blocks module to mkinitamfs, used to kidnap mdadm and lvm2 config data
17 years ago
Alejandro Mery
3bc2ea0b95
Improved mkinitramfs/mkinitramfs.sh to display the expanded size before creating the cpio.gz file
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21362 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
d59e906f10
Improved mkinitramfs to support a MKINITRD_MODULES env variable with an explicit space delimited list of modules to additionally install and mkinitramfs/50-kernel.sh to handle the case where the requested modules don't exist.
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21342 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
5bd009bf89
Changed mkinitramfs's kernel plugin to also add drivers/ata/ modules
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21323 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
f9aa9c9ba0
Changed mkinitramfs's mkinitramfs.sh to show the size of the new image at the end
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21322 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
80023c9f38
Added to mkinitramfs greedy plugin to install available modules into the image
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21295 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
8f7e329bdc
Fixed mkinitramfs/mkinitramfs.sh to set the proper environment for the plugins
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21294 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
20940ce2bc
Finished mkinitramfs's main script, extracting the template, calling the modules and repackaging the result.
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21276 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
307d1e22fb
Improved mkinitramfs/mkinitramfs.sh, bug fixing, better messages and some more sanity checks
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21274 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
b039f3ee64
Improved mkinitramfs to auto-inject config/$config/initrd.img if available
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21273 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
c871ef12a5
Improved mkinitamfs to install the tool and the modules, if there is any
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21269 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
8664040983
Added an mkinitramfs script to mkinitramfs package, currently only validating arguments.
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21268 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
f11e91a9ff
Added mkinitramfs (0) - Modular tool to create an initramfs image using a template
...
git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21266 10447126-35f2-4685-b0cf-6dd780d3921f
17 years ago
Alejandro Mery
dd129704dc
Splited /etc/rc.d/functions.in in /etc/rc.d/functions-ansi.in, using $NOCOLOR to decide if we support ANSI escape sequences or not
17 years ago
Alejandro Mery
3fe951bc8d
Changed /etc/rc.d/functions-ansi.in cosmetically
17 years ago
Alejandro Mery
da2880fcd3
Introduced COLOR_BANNER and banner() to /etc/rc.d/functions-ansi.in
17 years ago
Alejandro Mery
62b581282f
Renamed etc/rc.d/functions.in.txt to etc/rc.d/functions-ansi.in.txt as it assumes ANSI escape sequences support
17 years ago
Alejandro Mery
71e897d110
Updated re2c (0.13.0 -> 0.13.2)
17 years ago
Alejandro Mery
6992692b2f
Improved linux-conf.in to look for kernel${treever}.conf and kernel.conf in complete target chain
17 years ago
Alejandro Mery
3c52322838
Changed lvm2 to not install lvm suffixed by .static when doing static builds
17 years ago
Christian Wiese
3b338e6312
Injected copyright note and a small description to hotplug2 patch
17 years ago
Christian Wiese
f6328ba92b
Fixed hotplug2 to use dirent64/readdir64 for dietlibc
...
- d_type is just available while using dirent64 on dietlibc
17 years ago
Alejandro Mery
7157ebe022
Fixed busybox to install correctly when SDECFG_DEBUG is enabled
17 years ago
Alejandro Mery
ce6a463ecb
Changed iproute2 to download a .gz file, .bz2 file is vanished but the checksum still the same
17 years ago
Alejandro Mery
1ec3208935
Fixed busybox 1.9.1's umount to compile against dietlibc, which doesn't include getmntent_r()
17 years ago
Alejandro Mery
52876ceb18
Fixed dietlibc to export MAXSYMLINK and nfds_t needed by busybox 1.9.1
17 years ago
Alejandro Mery
73e4857465
Changed vwrappers's checksum to X, because we are fetching from svn, not a released tarball
17 years ago
Alejandro Mery
d117270c53
Changed vstatd's checksum to X, because we are fetching from svn, not a released tarball
17 years ago
Christian Wiese
ffae0b506d
Updated vserver patch (2.6.22.16-vs2.2.0.6 -> 2.6.22.18-vs2.2.0.6)
17 years ago
Christian Wiese
07e72b2165
Updated linux-header (2.6.22.17 -> 2.6.22.18)
17 years ago
Christian Wiese
1d2ba3a7d1
Updated linux26-src (2.6.22.17 -> 2.6.22.18)
17 years ago
Christian Wiese
eb52e51807
Updated linux26 (2.6.22.17 -> 2.6.22.18)
17 years ago
Christian Wiese
f4175b757a
Updated linux-header (2.6.22.16 -> 2.6.22.17)
17 years ago
Christian Wiese
6de3563092
Updated linux26-src (2.6.22.16 -> 2.6.22.17)
17 years ago
Christian Wiese
b4f35def6b
Updated linux26 (2.6.22.16 -> 2.6.22.17)
17 years ago
Christian Wiese
d7117a9f29
Updated vserver (2.2.0.5 -> 2.2.0.6)
17 years ago
Christian Wiese
8a12e17b85
Updated linux-header (2.6.22.15 -> 2.6.22.16)
17 years ago
Christian Wiese
0351512f92
Updated linux26-src (2.6.22.15 -> 2.6.22.16)
17 years ago
Christian Wiese
e2269d440a
Updated linux26 (2.6.22.15 -> 2.6.22.16)
17 years ago
Christian Wiese
ca7eeeb7e9
Improved iproute2 to install libnetlink.a and related header files
17 years ago
Christian Wiese
9faf9e3d13
Improved iproute2 to build and install a shared libnetlink if possible
17 years ago
Christian Wiese
6bd5b66df3
Added iproute2 patch that allows us to pass SHARED=1 and DEVEL=1 as makeopt's
17 years ago
Christian Wiese
e4e8d9a4fb
Improved iproute2 to install libnetlink and related header files by default
17 years ago
Christian Wiese
8193c6046f
Reorganised iproute2.conf by moving makeopt's to the top
17 years ago
Christian Wiese
3a9721cc34
Renamed iproute2 postmake function (ipr2_pm -> iproute2_postmake)
17 years ago
Christian Wiese
07af5d0d64
Corrected iproute2 config file indentation
17 years ago
Christian Wiese
a18d24e78d
Updated iproute2 (2.6.19-061214 -> 2.6.22-070710)
...
Note: The tarball for this release that is provided upstream doesn't
have a toplevel directory, which we had to fix through a custom
function extracting the tarball properly!
Please see the notes provided in the package config file!
17 years ago