[readonly/geninitrd] (113 commits) Non-fast-forward update to branch BUSYBOX
draenog
draenog at pld-linux.org
Sat Nov 2 19:10:01 CET 2013
The branch 'BUSYBOX' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch.
Commits removed from the branch:
6de9f75... Initial revision
b965cb8... - some ignores
26e1e25... - fix generating SCSI-enabled initrd (typo)
d0740e4... - added cramfs support (untested)
f0222f4... - fix cramfs support (semitested)
57963f1... - fixed scsi modules order (by inglod)
6d28364... - fix some typos - allow compressing cramfs images
4d3004a... - generate initrd for 2.4.0 kernel too (but find is used) -
5c9cee4... *** empty log message ***
9062f95... - losetup is not needed anymore for ext2 filesystem creatio
b939a20... change all 'grep' into 'awk'
9dcff56... change options "mktemp"
2707c34... - warn if /sbin/losetup not present and root filesystem on
ced27c4... - updated
8fb81b1... - version 1.1
c0d0185... - use strash instead ash.static - added making /dev/zero on
d664133... - version 1.2.
9899ee9... Updated to use bsp.
44737aa... Bug fix: bsp was never used.
59bbbdd... - added a lot of ""s :)
527f7e8... change all 'cut' into 'awk'
6a852aa... fix: bsp use if /sbin/bsp not installed
4439afe... find remove
5fc8f4f... - updated
1824920... - check for and read /etc/sysconfig/geninitrd (not /etc/sys
ea5585a... - uncomment COMPRESS=yes, FS=rom, PROBESCSI=yes, PROBEIDE=y
1ae9490... skip build directory in my_find() (thanks to laro)
9f3dc44... - version 2.1 - this version works fine with 2.4.x
7327bc3... - run insmod with -k for autoclean unused modules.
27dcbcf... - few reformatings.
e79dca6... (main): display full path to missing binaries (just help fo
9a8f80f... (my_dirname): New function - awk version of dirname(1). (ma
db9e16f... (findmodule): double escape, now work with gawk and bash to
f12f4b3... - be more verbose: add display "Add module <module> to init
f49a481... - version 2.2.
2e845ed... - reformated.
f3874bb... - fix bug: generate proper modules list if in fstab is use
9abde76... options handling fixes
42b8922... updated to geninitrd
7b86b0f... - add support to LVM
c61f69d... added LABEL and UUID support redirect all error messages to
6edf369... UUID/LABEL support- done
5475781... more to do
c549c47... - use /etc/modules.conf only if it exists
f3b5f58... rel 2.3
5a57a7b... - support rootfs on DAC960/cpqarray/cciss (AMI RAID not sup
720f2ad... better message if modules is loadded without options
9b38387... some tasks done; new tasks added
34cb69c... - load software raid modules only if rootfs is on raid - ha
27659ea... - --omit-* options are removed
7f6f87b... more tasks done
4f7f15d... UUID/LABEL support for xfs finished (thanks baggins)
0407e20... more to do
9c11b30... some options described
e38579e... version 2.4
7ff4495... Answer for quesion.
2a6214e... devfs support inspired by patch from Robert R. Wal <rrw at rep
ea144c7... one task done; one added
47cfff0... Use RSC Id to better identification
1509764... - s/DC960/DAC960/
0b0b7ad... - commented PREMODS added to sysconfig-file - one more TODO
35f331d... release 2.5 ready
5d732fe... Use RCS Id as version number
485b310... fix typo clean up
1802972... - uncomment using bsp by default.
6e0d47b... - hardcode VERSION (as 2.6) - move initialize variables on
6f663c4... - rename release target to dist.
35d0ac5... VERSION is *not* hardcoded
7211ca1... fixed typo reported by GoTaR <gotar at priv0.onet.pl>
6f3a29a... - typo
d318ec8... - one more
3b64f54... - cosmetics.
ff260e0... - depmod support added - needs testing!
08b54c6... total rewite plan
3632e91... - drop trash support (trash is dead) - rename --fs to --ini
79f2959... - start rewrite documentation to XML Docbook.
5abae1b... portability fix
e9e4d55... - --fs is back, but if used warning is writen
40b03eb... - run depmod, if modules.dep hasn't been found
afbe7b2... don't generate modules.dep
3c66ceb... - typo
4339545... FS->INITRDFS
704cfcd... now is completed
51942ef... - fixed raidstart (if raidstart bsp builtin works)
758f279... UUID and LABEL support for ext3 fix displaying missing modu
5e1381b... formating fixes
d822427... typo
13481b7... this file are generated from xml source
02ffcdc... ignore generated files
d695024... add geninitrd.8.xml to dist tarball and make geninitrd.8 fr
f2fd33a... better make dist
1256835... - fixed raidstart (should work with real-soon-now-to-be-rel
534b063... - added some notes about SCSI, ATA RAID and hardware RAID s
a4a8652... New features: - ATA RAID support Bugfixes: - by default use
1de679e... - not show almost empty hardware RAID desc
af8ae2e... - support for gzipped modules (patch by Witold Filipczyk <w
407d61e... - one more contributor
7706dcc... - fixed preload
d780454... LVM implementation plan
43e30ee... - first version with LVM support but not yet fully tested
053a1c5... - typo in LVM code
7d1d05a... - typo fixes
f0134a2... - and more things to do
ae9e04c... - Linux 2.5.x support
c1188c4... - added --with-insmod-static to allow using /sbin/insmod.st
465958b... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
de00aea... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
3eb2719... - use correct version of insmod.static
c3048ed... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
1a12afe... - there is insmod.static.modutils not insmod.static.modprob
6fe2163... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
880d41d... - added support for static mdadm
7605aa7... - first try bsp->busybox
Commits added to the branch:
bb529f9... Initial revision
e78a2a0... - some ignores
be8e83e... - fix generating SCSI-enabled initrd (typo)
8b1e4ac... - added cramfs support (untested)
06ac05d... - fix cramfs support (semitested)
218614a... - fixed scsi modules order (by inglod)
0331581... - fix some typos - allow compressing cramfs images
526ea24... - generate initrd for 2.4.0 kernel too (but find is used) -
f5a2a23... *** empty log message ***
f5d71bb... - losetup is not needed anymore for ext2 filesystem creatio
474f647... change all 'grep' into 'awk'
675dbdd... change options "mktemp"
8dce5fc... - warn if /sbin/losetup not present and root filesystem on
3901f2e... - updated
1c0354a... - version 1.1
3e4d494... - use strash instead ash.static - added making /dev/zero on
f796f4f... - version 1.2.
a0a8219... Updated to use bsp.
2b9510a... Bug fix: bsp was never used.
3516438... - added a lot of ""s :)
f97d6d7... change all 'cut' into 'awk'
b90c5d5... fix: bsp use if /sbin/bsp not installed
aa69da6... find remove
21e463d... - updated
aad4b4a... - check for and read /etc/sysconfig/geninitrd (not /etc/sys
a8a2ecb... - uncomment COMPRESS=yes, FS=rom, PROBESCSI=yes, PROBEIDE=y
9c9f7cd... skip build directory in my_find() (thanks to laro)
58a3469... - version 2.1 - this version works fine with 2.4.x
da0739d... - run insmod with -k for autoclean unused modules.
7d2fc5e... - few reformatings.
d16a42b... (main): display full path to missing binaries (just help fo
81de844... (my_dirname): New function - awk version of dirname(1). (ma
2010f79... (findmodule): double escape, now work with gawk and bash to
7e11065... - be more verbose: add display "Add module <module> to init
cdf0709... - version 2.2.
413878f... - reformated.
8c97bab... - fix bug: generate proper modules list if in fstab is use
ea1dbbb... options handling fixes
c6143d0... updated to geninitrd
6ef9721... - add support to LVM
a2c2980... added LABEL and UUID support redirect all error messages to
a481d91... UUID/LABEL support- done
1be4851... more to do
ea10b6a... - use /etc/modules.conf only if it exists
c8d3285... rel 2.3
cd670d8... - support rootfs on DAC960/cpqarray/cciss (AMI RAID not sup
0a3f6c7... better message if modules is loadded without options
9974514... some tasks done; new tasks added
611e9e4... - load software raid modules only if rootfs is on raid - ha
59379f5... - --omit-* options are removed
8d0832a... more tasks done
3b9c821... UUID/LABEL support for xfs finished (thanks baggins)
0af98a4... more to do
0519ce8... some options described
a584331... version 2.4
4d65d14... Answer for quesion.
2968c9d... devfs support inspired by patch from Robert R. Wal <rrw at rep
fad66a9... one task done; one added
45c6d32... Use RSC Id to better identification
a183cab... - s/DC960/DAC960/
daa6af4... - commented PREMODS added to sysconfig-file - one more TODO
ef77500... release 2.5 ready
6a5442c... Use RCS Id as version number
73e0a8d... fix typo clean up
bcfaa5a... - uncomment using bsp by default.
5dc785c... - hardcode VERSION (as 2.6) - move initialize variables on
4a77dff... - rename release target to dist.
2b649ae... VERSION is *not* hardcoded
57188d6... fixed typo reported by GoTaR <gotar at priv0.onet.pl>
c67cee1... - typo
cbac7ed... - one more
c31050f... - cosmetics.
10c3df0... - depmod support added - needs testing!
b43d56c... total rewite plan
fd2dc24... - drop trash support (trash is dead) - rename --fs to --ini
5f15bc3... - start rewrite documentation to XML Docbook.
74eba2b... portability fix
2ad94d8... - --fs is back, but if used warning is writen
f6de938... - run depmod, if modules.dep hasn't been found
c83257b... don't generate modules.dep
7ee3a97... - typo
97850fb... FS->INITRDFS
94e606e... now is completed
fef7393... - fixed raidstart (if raidstart bsp builtin works)
3b00e89... UUID and LABEL support for ext3 fix displaying missing modu
ce06b4a... formating fixes
5c16e87... typo
1b3916b... this file are generated from xml source
676907b... ignore generated files
6f4438f... add geninitrd.8.xml to dist tarball and make geninitrd.8 fr
24bcc09... better make dist
ef66f23... - fixed raidstart (should work with real-soon-now-to-be-rel
b204a35... - added some notes about SCSI, ATA RAID and hardware RAID s
6bd433b... New features: - ATA RAID support Bugfixes: - by default use
1f80844... - not show almost empty hardware RAID desc
4fd11db... - support for gzipped modules (patch by Witold Filipczyk <w
cefa3e8... - one more contributor
72623c1... - fixed preload
41b2b32... LVM implementation plan
7c38b11... - first version with LVM support but not yet fully tested
78ba938... - typo in LVM code
740050d... - typo fixes
79a077a... - and more things to do
0868f49... - Linux 2.5.x support
57227e0... - added --with-insmod-static to allow using /sbin/insmod.st
8b9b30c... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
d9f88dc... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
b2e62ae... - use correct version of insmod.static
b106073... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
f7c1870... - there is insmod.static.modutils not insmod.static.modprob
f040a5e... - ChangeLog update by changelog.sh (by Arkadiusz Miskiewi
d3fa6ec... - added support for static mdadm
0999a53... - first try bsp->busybox
More information about the pld-cvs-commit
mailing list