Группа :: Система/Ядро и оборудование
Пакет: mkinitrd-busybox
Главная Изменения Спек Патчи Загрузить Bugs and FR
28 мая 2005 LAKostis <lakostis at altlinux.ru> 1.00.rel-alt1.M24.1
- backport for Master-2.4.
- insmod: fixed module option passing for 2.6.x kernels (#6575).
- Updated to 1.00 release.
- Updated alt-mkinitrd-config, dietlibc patches.
- Updated config:
+ enabled ash instead of msh
+ enabled cat, umount, pivot_root
- Set CONFIG_FEATURE_CHECK_TAINTED_MODULE=y (required for GPLONLY_ symbol
prefix support). - Disabled parallel make (does not work).
- Updated to 1.00-pre8
- Support for x86_64
- Package busybox for mkinitrd separately.
- Added support for loading Linux 2.6.x modules to insmod (backport from
busybox-1.00-pre8).
- busybox/insmod: backported GPLONLY_ prefix support.
- busybox/insmod: set TAINT_FORCED_MODULE flag only when load is really forced.
- Updated software raid root support (Sergey Vlasov, #2082).
- Updated bootsplash support (fixes #2442).
- Updated busybox to stable-20030828.
- busybox/insmod: added more licenses to gpl compatibility list,
to match modutils >= 2.4.15-alt1 behaviour.
- Added software raid root support (Sergey Vlasov).
- Enhanced modutils config parser (uses "modprobe -c").
- Updated busybox to 0.60.5, updated busybox patches.
- Updated mkinitrd(8).
- Increased extra initrd image size by 10%.
- Added bootsplash support (rider).
- Added --pause option (Vladimir Kholmanov <fmfm@symmetron.msk.ru>).
- Rebuilt with new dietlibc.
- Added romfs image support (goldhead).
- Fixed build with new dietlibc.
- Corrected scsimodules/ataraidmodules calculation.
- Copy modules with full path.
- Added "--debug" option for debug messages.
- Cleaned up script to avoid using /usr.
- Updated dependencies.
- Use busybox(echo,insmod,losetup,mount,msh) as linuxrc parser.
- Avoid "build" symlinks.
- Added more module namings for new master installer.
- Fixed scsi autodetection for new master installer.
- Use ash.static as linuxrc parser.
- Fixed pre_scsi_modules handling.
- Fixed depmod generation for 2.4 kernels.
- Regular mkinitrd cleanup.
- Forked completely due to patch size.
- Added ataraid patch
- Updates package requires.
- Added support for nested module dependencies.
- Updated versioned dependence on mktemp package.
- Removed versioned dependence on glibc package.
- Updated versioned dependence on mktemp package.
- IMAGESIZE reservation increased from 2% to 10% (goldhead).
- Implemented ramdisk size guessing.
- Rewritten command line options parsing.
- Added --strict option.
- Changed IGNOREMODS list.
- Do not load ide-cd module.
- 2.7 (added modular ide support).
- 2.6
- Merged recent MDK changes into out patch.
- Added unobvious requires.
- RE adaptions.
- bug fix
- update for hackkernel (new modules layout)
- remove exclusiveos:linux (rms'll be happy)
- make it noarch
- modified the mdk patch: don't do "insmod the.o || insmod -f the.o" because
sash doesn't handle it :(
- BM
- merge with redhat (mainly modules.conf by default)
- build on ia64
- bump up initrd size on ia64
- modules.confiscation, /usr/man -> /usr/share/man
- Thanks my god initrd work on alpha !!!.
- add possibility to modules to ignore via env var IGNOREMODS
- patch for skipping usb-storage
- add handling of non-ext2 root filesytems (again :()
- insmod -f instead of insmod
- new group
- Added ppc and k7 arch
- Fixed bzipping of man pages
- do not require ash.static but sash
- add requires sash >= 3.4
- add loopback handling
- fix *buggy* grep scsi_hostadapter on conf.modules
- fix to skip ide-scsi.o (overkill :)
- fix to skip ppa.o and imm.o
- fix a typo
- 2.3.2.
- Upgrade to 2.0.
- Mandrake adaptions
- bzip2 man/info pages
- add de locale
- updated description
- Ignore the absence of scsi modules, include them if they are there, but
don't complain if they are not. - changed --no-scsi-modules to --omit-scsi-modules (as it should have been)
- import from ultrapenguin 1.1.
- fix for combined sparc/sparc64 insmod, also pluto module is really
fc4:soc:pluto and we don't look at deps, so special case it.
- replaced --needs-scsi-mods (which is now the default) with
--omit-scsi-mods
- correct obscure regex/shell interaction (hardwires tabs on line 232)
- added 'make archive' rule to Makefile
- rewrote install procedure for more robust version handling
- be smarter about grabbing options from /etc/conf.modules
- made it use /bin/ash.static
- Only use '-s' to install binaries if /usr/bin/strip is present.
- Use an image size of 2500 if binaries can't be stripped (1500 otherwise)
- Don't use "mount -o loop" anymore -- losetup the proper devices manually
- Requires losetup, e2fsprogs
- Fixed a bug in parsing options.
- Changed to use a build tree, then copy the finished tree into the
image after it is built. - Added patches derived from ones written by Christian Hechelmann which
add an option to put the kernel version number at the end of the module
name and use install -s to strip binaries on the fly.