Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/initramfs-tools

Vyatta fork of initramfs-tools
https://github.com/vyos/initramfs-tools

scripts/functions: On panic change to tty1 if chvt around

To make sure the user can read any error messages displayed. (LP: #243226)
usplash and other may...

38563fedd5e9058c9ec164031df300dd2c2d31ad authored over 14 years ago by maximilian attems <[email protected]>
pre_mountroot(): reduce timeout to 30 seconds

giant disk arrays, clusters will need to provide their own rootdelay=
boot arg, they should have...

eb93a7e7d11da7789fa357c763ce2bc76245c8a8 authored over 14 years ago by maximilian attems <[email protected]>
maintainer-notes.html: extend contribution section, rewrap + fix git-dch/git-buildpackage commandline

Signed-off-by: Michael Prokop <[email protected]>

d53a83994bfe7a9e1b9278afc4a12f7dca610f3f authored over 14 years ago by Michael Prokop <[email protected]>
move maintainer-notes.html to docs/ and install as /usr/share/doc/initramfs-tools/maintainer-notes.html

Signed-off-by: Michael Prokop <[email protected]>

e506ee7e5b4bd9d87299e0e55d5fa43b738c0933 authored over 14 years ago by Michael Prokop <[email protected]>
maintainer-notes.html: fix git-dch commandline.

Signed-off-by: Michael Prokop <[email protected]>

afafea43128839a5e5787afe25ddd961e45c8b7c authored over 14 years ago by Michael Prokop <[email protected]>
initial version of maintainer-notes.html

7fc1ee52f3388dd28207f35240a24e15fd0e6c47 authored over 14 years ago by Michael Prokop <[email protected]>
Merge branch 'master' of git+ssh://git.debian.org/srv/git.debian.org/git/kernel/initramfs-tools

b9de5de1a54938a1ecbfc60602bb2d9a59c5dade authored over 14 years ago by maximilian attems <[email protected]>
get_fstype: reference blkid in comment

the removal of vol_id compat code as requested in #585419
is to early as we need it for Lenny up...

b1f74e697820d878a15e430e4ce1b74cd7fad2d3 authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: do not install ubi module by default via auto_add_modules()

d-i does not support UBI/UBIFS yet and adding ubi.ko it by default
to initrd when MODULES=most i...

528ba7842a4079526118ba6edda25ed926d550ea authored over 14 years ago by Michael Prokop <[email protected]>
hook-functions/init/scripts/local: add support for ubifs.

MODULES=dep fails when / is ubifs. This patch adds support for
something like root=ubi0:rootfs w...

bb66fc2a8b40d6c8ecd093cf1b358d4476ab1e1c authored over 14 years ago by Martin Michlmayr <[email protected]>
initramfs-tools: work around 'find -printf %Y' bug

The change to filter out looping or broken symlinks from the initramfs,
written by me for Ubuntu...

3054e3ed58dee5a70bcd462c71573d380f03bd7a authored over 14 years ago by Colin Watson <[email protected]>
scripts/functions: allow hooks to abort build

Execute call_scripts() under "set -e" so hook
scripts can exit initrd build iff necessary.

Clos...

5b565beaeaf605ba72b43c15e59ec85ca524728b authored over 14 years ago by Michael Prokop <[email protected]>
Merge branch 'mika/replace-awk-with-sed'

4d3852584d6e7c48d08d53c5c33d5c145a726e7a authored over 14 years ago by Michael Prokop <[email protected]>
Merge branch 'mika/submit-mdstat-in-bugreports'

da23eceb3bc95bd73cb13efc4ec19a3d67c854f2 authored over 14 years ago by Michael Prokop <[email protected]>
Merge branch 'mika/devtmpfs'

ebe8f80b8b0814db4afb4167d23a5f4f8cc90a68 authored over 14 years ago by Michael Prokop <[email protected]>
debian/script: append /proc/mdstat (iff present) to bugreports

Signed-off-by: Michael Prokop <[email protected]>

7afab22b3d9bbcc5e2843a9fa634a50082e9c6d3 authored over 14 years ago by Michael Prokop <[email protected]>
hook-functions: replace awk calls with sed in dep_add_modules()

If mawk is installed as default awk version it won't handle
[:digit:], instead let's replace the...

5697c3b7e4ece610e71117f1dddb2cc8637f8420 authored over 14 years ago by Michael Prokop <[email protected]>
add bash-completion for update-initramfs

Closes: #537139
Thanks: David Paleino <[email protected]>
Thanks: Stéphane Jourdois <stephane@jou...

b1fff5e9e4b0ed38f018132cef28330eac7a963c authored over 14 years ago by Michael Prokop <[email protected]>
code cleanup: consequently use "W:" for warnings.

The only exception is log_warning_msg() inside scripts/functions
which is/can be used by externa...

3a02c6f37d4c331b347692a0200941c4c59b3ea3 authored over 14 years ago by Michael Prokop <[email protected]>
code cleanup: consequently replace spaces in indentions with tabs to unify coding stile

Signed-off-by: Michael Prokop <[email protected]>

ab28c77261267a14cc7308e8c4d7a0b48a8ac2ab authored over 14 years ago by Michael Prokop <[email protected]>
code cleanup: drop trailing whitespaces.

Signed-off-by: Michael Prokop <[email protected]>

60afd2a944cf36a5bce6ca3b4c07a422e98efeba authored over 14 years ago by Michael Prokop <[email protected]>
init: display warning message if devtmpfs could not be mounted.

Older kernel versions (like the one shipped with Lenny) don't
support devtmpfs. Therefore displa...

04b86198ef7d32d3f4ae700fcf34a2539876f0a7 authored over 14 years ago by Michael Prokop <[email protected]>
hook-functions/mkinitramfs/update-initramfs: consequently output error messages to stderr

Signed-off-by: Michael Prokop <[email protected]>

2a8c9907b1095015e1d669d3cd895657936f6247 authored over 14 years ago by Michael Prokop <[email protected]>
Produce an error when root cannot be determined with MODULES=dep

A lot of code in dep_add_modules() uses $root. Therefore, produce an
error message if we cannot...

e65ee485d9d6f257e70231669a13e05cc45acbb3 authored over 14 years ago by Martin Michlmayr <[email protected]>
update-initramfs: Fix another unbound variable

still uncovering things..

Closes: #583695

Signed-off-by: maximilian attems <[email protected]>

cc6077aa62a510e6ce3d72c8a195bb33d141f904 authored over 14 years ago by maximilian attems <[email protected]>
script: Add update-initramfs.conf to bug report

we see lately unbound variables from there,
so it's nice to have it.

Signed-off-by: maximilian ...

a8a5ce4030983af37715f2581099d453473fd0ea authored over 14 years ago by maximilian attems <[email protected]>
Fix bug number in changelog (#584520 -> #549680) for upload of 0.96.1.

d2914e36a645da74bf7294f8d4a9ddf7ea0af170 authored over 14 years ago by Michael Prokop <[email protected]>
release 0.96.1.

Signed-off-by: Michael Prokop <[email protected]>

5aac044bc1c91dc3a7920d560eeb5df04bc1c9d2 authored over 14 years ago by Michael Prokop <[email protected]>
Add myself to uploaders.

ACK-ed by maks on IRC.

Signed-off-by: Michael Prokop <[email protected]>

127fc8277f7868021a40851c399682eec259c2ed authored over 14 years ago by Michael Prokop <[email protected]>
Add symlinks issue to TODO file.

e2b7015f7d0e47065c2a299c2e7bde59dbac0b14 authored over 14 years ago by Michael Prokop <[email protected]>
mkinitramfs: warn if TMPDIR is mounted noexec + fall back to not cache run scripts then

If the TMPDIR (/tmp by default) is mounted with noexec
the user will notify several lines like:
...

87c674055316c2938d37e92789a6041824844c0d authored over 14 years ago by Michael Prokop <[email protected]>
dep_add_modules(): handle ubifs and return since ubifs root is a char device

Add additional check to handle ubifs and return since
ubifs root is a char device but most of th...

66522c9547575495d2d36ee0f3d030ef502aeba6 authored over 14 years ago by Michael Prokop <[email protected]>
Support dashes inside scripts names.

[Closes: #566056]

Signed-off-by: Michael Prokop <[email protected]>

90d76d566f7597d9826606b8b5cec62b50c44096 authored over 14 years ago by Michael Prokop <[email protected]>
hook-functions: make device name handling for /proc/mdstat more flexible for MODULES=dep

We can't assume it's always [hs]dX# in /proc/mdstat.
It can be e.g. also [hs]dX (raw device) or ...

b1c242ffc5762fea6c15fe880e352008a5c34c43 authored over 14 years ago by Michael Prokop <[email protected]>
Document mode vs. mode_option option in framebuffer example script.

[Closes: #439846]

Signed-off-by: Michael Prokop <[email protected]>

86223e387feb41c8dd15231fc87ce23c2b71c310 authored over 14 years ago by Michael Prokop <[email protected]>
Make sure copy_exec hook function does not exit with a non-zero return value in non-verbose mode.

[Closes: #584520]

Reported-by: Gerrit Keller <[email protected]>
Signed-off-by: Michael P...

bacdb4b82667bfba079617a0d26eaffffc7df038 authored over 14 years ago by Michael Prokop <[email protected]>
release 0.95.1.

Signed-off-by: Michael Prokop <[email protected]>

75ab44586744b4c2b7ff1a1a13e9c7c8425ac829 authored over 14 years ago by Michael Prokop <[email protected]>
update-initramfs: use $* instead of $@

Use "$*" where it makes the quoting behavior easier to understand.

Signed-off-by: Jonathan Nied...

06d05e4d9d0471e1448d233bbd37e38b7f8c3bc7 authored over 14 years ago by Jonathan Nieder <[email protected]>
update-initramfs: fix unbound variables. [Closes: #583695]

Signed-off-by: Michael Prokop <[email protected]>

8db2ddbaaf1f554c131f2483032aa31b6b70b36b authored over 14 years ago by Michael Prokop <[email protected]>
release 0.95

Signed-off-by: maximilian attems <[email protected]>

06468756ee6d5477b306a61473789f4aa9c088a1 authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: Fix copy_modules_dir()

overseen variable renaming.

Signed-off-by: maximilian attems <[email protected]>

81da804d1cd8deba5d2eb4d7180c060a01969368 authored over 14 years ago by maximilian attems <[email protected]>
debian/copyright: add boilerplate to keep lintian happy.

shuts up copyright-should-refer-to-common-license-file-for-gpl.

Signed-off-by: maximilian attem...

e20bb92433deadc137626f3bcd1e86b93d14b579 authored over 14 years ago by maximilian attems <[email protected]>
initramfs-tools: drop outdated breaks

all of this software got fixed and was mostly seen in exp,
with cryptestup fixed long time ago.
...

6e9b04af970b7ebe6d5099bc1721e6fdf4bf1742 authored over 14 years ago by maximilian attems <[email protected]>
Merge branch 'sid'

Conflicts:
debian/control

7ec884bf9638bb6d7dc68e13d617540f8a0db606 authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: fix MODULES=dep on mylex raid devices (DAC960)

mkinitramfs fails to generate a initrd file for root filesystems on an
old mylex raid controller...

81606da78671a6f2b4d54bb2b2e8dbd586ef9c61 authored over 14 years ago by Claus Herwig <[email protected]>
hook-functions: re-add hid-microsoft

people use it and thus complain..

Closes: 577253

Signed-off-by: maximilian attems <maks@debian...

9e7cebc5bc94634987b35bf08e150c179bd927c4 authored over 14 years ago by maximilian attems <[email protected]>
initramfs-tools: change license to GPL

The public domain "license" is very liberal and thus allows
this to be relicensed under mostly a...

70b8f446dfe1ac302fdf5d564896214a6ccf5a1e authored over 14 years ago by maximilian attems <[email protected]>
Support booting from USB 3 xHCI-based controllers

using kernel driver xhci.

Signed-off-by: maximilian attems <[email protected]>

6ac7ec30d81bee53674c3bf6a19750126bac4554 authored over 14 years ago by Michael Prokop <[email protected]>
Revert "mkinitramfs: only copy modprobe conf files"

This reverts commit 836e5cf6ddb30757365c2b879b96958c250dcd7b.

due to partial upgrades this can ...

60e66ab6f7e799ac99e051fd8877f5b54758f454 authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: add hid-apple

got axed while reverting the include any hid commit.

Closes: #577253

Signed-off-by: maximilian...

b4305bf8d52ee8498262d256993a7c5e9941ba50 authored over 14 years ago by maximilian attems <[email protected]>
configure_networking(): work with empty DEVICE string

initramfs-tools currently requires a device to be hard-coded, but this
is not much use if the ne...

24875289070511b1039b690e72cf241b5d554688 authored over 14 years ago by maximilian attems <[email protected]>
initramfs-tools.8: document BOOTIF variable

Signed-off-by: maximilian attems <[email protected]>

891b651f29f356e67d77a9a3bb04508dc816756b authored over 14 years ago by maximilian attems <[email protected]>
initramfs-tools.8: cryptopts param gone

since a while already, rm ref.

Signed-off-by: maximilian attems <[email protected]>

30906972191d78dde73363441b4b8670b116f528 authored over 14 years ago by maximilian attems <[email protected]>
init: add BOOTIF bootarg

as mentioned by Christoph Bussenius in #535008, it does appear that
setting BOOTIF from the valu...

4b7ef011bf8d2e532a1944f0ff423163588a6878 authored over 14 years ago by Vagrant Cascadian <[email protected]>
configure_networking: pxelinux BOOTIF fixes

looks like i missed a few things on implementing BOOTIF support properly.

somehow i managed to ...

5db5becc85059e56075de5a331ed7c5a4cc2de0c authored over 14 years ago by Vagrant Cascadian <[email protected]>
mkinitramfs: use -9 for lzop

"You do want to use -9 as far as LZO is concerned. The compression ratio is way
better, and the ...

3041c946e22f5e461ce25ea546b0b583e55ad578 authored over 14 years ago by bert schulze <[email protected]>
mkinitramfs: add LZO support

Albin Tonnerre sent a patch fixing the initramfs LZO decompression,
so heres my fix for initramf...

6e9a3ba17b49c08cd2d42d320c5258fa142e5e93 authored over 14 years ago by bert schulze <[email protected]>
initramfs-tools.8: Mention /scritps/functions

Add direct reference to the file before dicussing the functions.

Reported-by: Christoph Anton M...

29166fa1d5311ee2c582ecb7e997ea855148dda0 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: remove findutils Breaks

newer findutils got uploaded to experimental
( and it was in principle findutils, who broke init...

6112a1927281c14b040ea8dbe3207cfddb4d9d4b authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs.8: Fix wrong sourcing in boot script

Closes: 545728

Reported-by: Christoph Anton Mitterer <[email protected]>
Signed-off-by: max...

5e5ec45e252b1b49b364fe38dcfca90bc90109c3 authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: copy_modules_dir() small simplifications

use meaningful variable name.

Signed-off-by: maximilian attems <[email protected]>

ad301da1f90013d372772f9de0a3f518b9b24717 authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: manual_add_modules simplify

use meaningful variable s/mam_x/kmod/

loop directly on the modinfo output.

Signed-off-by: maxi...

7a26a4d17fe230055966ab8e1e5476e35fe9791a authored over 14 years ago by maximilian attems <[email protected]>
release 0.94.4

8c7b84b78088b12bef20ef3c138da3f508232373 authored over 14 years ago by maximilian attems <[email protected]>
init: fix hardcoded resume handling

got confused in course of #572858,
uppercase is for hardcoded device strings as here,
pick up RE...

c797a7af11908e7fdf2bac6380897e45f9f74e2b authored over 14 years ago by maximilian attems <[email protected]>
init: fix hardcoded resume handling

got confused in course of #572858,
uppercase is for hardcoded device strings as here,
pick up RE...

a46c26e0a01a83f41d7e491f1f1a747d5f000c85 authored over 14 years ago by maximilian attems <[email protected]>
release 0.94.3

062dfde05b2d67a2e2e8766f30847e56dd4c87d2 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Add Breaks against experimental findutils

(closes: #576677)

7a519612ec7b1ac077c395404d8b890738c790b3 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Add Breaks against experimental findutils

(closes: #576677)

6e22545f2f2355a3defb6bdb6a7a72329d54d373 authored over 14 years ago by maximilian attems <[email protected]>
debian/script: add generated resume param to bug

/etc/initramfs-tools/conf.d/resume is often to be seen.

Signed-off-by: maximilian attems <maks...

845edd0e39a635fdd171140fc35b616840fa34d5 authored over 14 years ago by maximilian attems <[email protected]>
bug script: include sizes of generated initramfs

usually gives a good indications when things go wrong.

497c367625f218368c577e0aaac79bc97e396a30 authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: On verbose indication what we rm

not a fix for #576677, but at least some indication.

Signed-off-by: maximilian attems <maks@deb...

5ab529df7757d33178083055a7ff00fca431efea authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: Fix several unbound variables

might not be all, but a first go in stricter mkinitramfs.
as bonus remove old amusing unused var...

f9db3f7bcbad79bdb1817aa53eb27a46b5951381 authored over 14 years ago by maximilian attems <[email protected]>
update-initramfs: Use nounset

better catch errors early..

Signed-off-by: maximilian attems <[email protected]>

17b4d500164f285273c353c55e86850dd8a5998c authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: guard against empty EXTRA_CONF

nothing there to see allmost..

Signed-off-by: maximilian attems <[email protected]>

45bcb8eb48e15dd75faa3eccd8c1cfacc14f8206 authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs.8: Add information about $TMPDIR environment variable

This documents problem with noexec mount options and fixes:

BTW: The information about mkinitra...

ea5eae180603a4dcf32215a3d66709cb565987e7 authored over 14 years ago by Axel Beckert <[email protected]>
release 0.94.2

294f3024953b530186cfcdc01c5dd9a1b21f24a6 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: really fix that break list.

1685c20d93e110970e2ac35734657ccb57de82c9 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: really fix that break list.

38756f9759f3985b75c66532cf0b9ca0b591260c authored over 14 years ago by maximilian attems <[email protected]>
amend Breaks for mdadm

recommend way by dpkg maintainer, need to test.

d6b533044ffcd014799a52b234d5a0769e183de8 authored over 14 years ago by maximilian attems <[email protected]>
amend Breaks for mdadm

recommend way by dpkg maintainer, need to test.

82c15be74a55d1042341b4c43e4604a66d124ad1 authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: Use TMPDIR definition

mktemp has marked the "-t" option as depcrecated,
support TMPDIR.

Signed-off-by: maximilian att...

e1ad7fbe5fd73cff76a51867382e727ffed40ca7 authored over 14 years ago by maximilian attems <[email protected]>
release 0.94.1

just the relevant fixes

9ac74c77a1f23fbfab17cf75077ce07cfc08eade authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Fix Breaks version comparison

needs to include current sid versions.

60d58df3065c796c8e60602568ca5130c489fb78 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Add a breaks mdadm

hadn't checked that boot script before upload, see #576641.
Signed-off-by: maximilian attems <ma...

27a9b05eb7d067023c48524dfa86de86a508e639 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Fix Breaks version comparison

needs to include current sid versions.

7f65166f8e30c26961bd0b85c2491d594b4b9d94 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Add a breaks mdadm

hadn't checked that boot script before upload, see #576641.
Signed-off-by: maximilian attems <ma...

61d52590d7c75300dfb82ddfcc9ec542a8de45e9 authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: check only once for existing ldd

no point to recheck on every copy_exec.

now copy_exec starts to get redable..

Signed-off-by: m...

a2a786f8bad3e1e3ed089c3c68addd9619c4c1ca authored over 14 years ago by maximilian attems <[email protected]>
hook-functions: refactor copy_exec

try to have an easier logic flow, also:
* fail if wanted source does not exist
* do not overwrit...

5de4f2d88e47343f080884213919ddadb0efc7a7 authored over 14 years ago by maximilian attems <[email protected]>
update TODO list

to bring forward current known issues.

46cec44601a2e65e3368c71b7728614c9b7d8a95 authored over 14 years ago by maximilian attems <[email protected]>
release "Little Bang 0.94" initramfs-tools

9b9648e26e87d9b7cd1ba0398f38441d4150c7eb authored over 14 years ago by maximilian attems <[email protected]>
NEWS: shorten and rephrase

concerning framebuffer boot script:
"I don't think regular users need to see this; the maintaine...

dff462b8a86c3753f8b0107fbf4bb445ac9adb00 authored over 14 years ago by maximilian attems <[email protected]>
prepare release 0.94

add changelog and NEWS

Signed-off-by: maximilian attems <[email protected]>

d3c6ee2bdfb07593c009bba604901936eda525f1 authored over 14 years ago by maximilian attems <[email protected]>
initramfs-tools.8: Document netconsole bootparam

got missed when adding the support.

Signed-off-by: maximilian attems <[email protected]>

43fbd1f6fec7e2de8c30dd4e961f47c5d22b4549 authored over 14 years ago by maximilian attems <[email protected]>
debian/control: Add a breaks cryptsetup.

see 576488, for report.

Signed-off-by: maximilian attems <[email protected]>

b07403cfe4d525574aab719bd83c231fe5f7687e authored over 14 years ago by maximilian attems <[email protected]>
mkinitramfs: be silent if no map was generated in first place

no need to spam people with:
rm: cannot remove `/tmp/mkinitramfs_jWCE0R/lib/modules/2.6.33-2-amd...

98ff14e976919ade0ab211a7cd882c7e4c48b2b2 authored over 14 years ago by maximilian attems <[email protected]>
initramfs.conf.5, update-initramfs.conf.5: Add FILES section.

allows to pointing to themselves.

(closes: #565386)

Signed-off-by: maximilian attems <maks@deb...

dff78f55c495d72adbbcaca6bff023224cc09b37 authored over 14 years ago by maximilian attems <[email protected]>
examples: shipp old framebuffer boot script

people might want to use that.

Signed-off-by: maximilian attems <[email protected]>

c1ab7621fbb6fd30d0d35eebc0853e04db6b41fa authored over 14 years ago by maximilian attems <[email protected]>
modernize docs to todays standards

seems nobody had a look since longer,
nuke useless cpiogz for now, we may want resurrect that la...

034308f306b2cb3bffeb5811aca2636405d29dd4 authored over 14 years ago by maximilian attems <[email protected]>
hooks/klibc: Keep gzip in initramfs

merge from 0.92bubuntu1

Signed-off-by: maximilian attems <[email protected]>

6eb4c51793fd97b397760ab2336fdfb0c42e45a1 authored over 14 years ago by maximilian attems <[email protected]>
init: export BOOT for casper and friends

merge from 0.92bubuntu9

Signed-off-by: maximilian attems <[email protected]>

56c017ce7d7103857f4043b29320156edee66bb0 authored over 14 years ago by maximilian attems <[email protected]>