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

update-initramfs: Fix error message on wrong -k version argument

update-initramfs -k $(uname -a) -t -u
You must specify at least one of -c, -u, or -d.
[..]

wh...

0cdf39d601750d25e7db39d32a6e654026f001df authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: MODULES=most fb add all available agp modules

this was proposed in patch on #416063 by
Maik Zumstrull <[email protected]>
but don't hardc...

e0dd249ede887d762b691e90abdc3dfe4ca5ed1f authored over 15 years ago by maximilian attems <[email protected]>
update-initramfs: Run update on highest version instead of /initrd.img link

"Ah. there were symlinks in / - tho they were never ever used on this
system.

Seems pretty bro...

ac6626f75f60e3d765985043b546247e50265d39 authored over 15 years ago by maximilian attems <[email protected]>
update-initramfs: mbr_check() use /boot/grub/grub.cfg for grub2 search.

only comes into play if lilo is installed too and usage is not
configured by do_bootloader in /e...

89257a84d0bfcd46d5514c65245b7b3f57f67ddf authored over 15 years ago by maximilian attems <[email protected]>
update-initramfs: Cleanup run_bootloader()

rework it's logic, instead of 2 nested top ifs use one if
with 2 "&&" connected checks. gets us ...

ff34476ecd5de0da1104b13e6b42e6cc9eff8792 authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: MODULES=most add all fb modules per default

"with kernel mode setting, i'd imagine that including
framebuffer drivers becomes even more imp...

f40e826287d2776094f48302c196652f2ba8326b authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: Add firmware from versioned directories too.

First see if there is a $(uname -r) versioned firmware around
and if there is add it first.

sho...

d8d52f030f8efc16447cf834fabfc8923fcdf407 authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: stricter match on loaded module for firmware warning.

Otherwise it likes to warn for e100 even if e1000e is in use:
grep e100 /proc/modules
e1000e 11...

198f3485f2858e882e0cc4eb449a5c471fb0b543 authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: MODULES=dep fix for luks over cciss devices

I needed to run update-initramfs w/ MODULES=dep (for some 15M BIOS size
limitation w/ lilo on an...

2a0fee1aa8aa8dabc69380f861e7d1c8d35ec5f4 authored over 15 years ago by François Delawarde <[email protected]>
release 0.93.1

new naming scheme for stable releases.
no longer adding a letter, but a maintenance number.

055fa3e34ee5edda2e99aec8f265b0958475989a authored over 15 years ago by maximilian attems <[email protected]>
debian/compat: Set debhelper compatibility version 5

gets rid of lintian warning:
package-uses-deprecated-debhelper-compat-version 4

3002fdd76cc22f1137afeb2b8a1a45bc1e5123b7 authored over 15 years ago by maximilian attems <[email protected]>
init-top/framebuffer: ignore blacklist for forced vga= usage.

DO NOT USE -Qb for framebuffer.

Blank ttys when using vesafb (vga=xxx) LP: #129910

[ s/-Q/-q/ ...

7e3f1f2ef6477cf9ab93793d12168ee9ae8c5571 authored over 15 years ago by Ben Collins <[email protected]>
hook-functions: MODULES=dep fix for mmc root

update-initramfs: Generating /boot/initrd.img-2.6.26-1-versatile
mkinitramfs: missing mmcblk roo...

966fb31cdcae2bb9f47c9f5a1f39b37514a81b7b authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: include the modules.order file.

i've made an install of new kernel on Intrepid: 2.6.27-8-generic (32 bits)
and kernel.log have a...

c2010deab9b936c566a543864ecd85abc36568bb authored over 15 years ago by Scott James Remnant <[email protected]>
update-initramfs: set_linked_version() check if the links point to an existing initrd.img

[ first test existence before link and don't use bashism -maks ]
Ubuntu merge 0.92bubuntu24

b61ca06a848dd73b57c837fb27cafde3115c9157 authored over 15 years ago by Michael Vogt <[email protected]>
hook-functions: reword MODULES=dep error message

seems confusing for users..

227d20ec6946cb9aa2f2378bf7bae49575e24167 authored over 15 years ago by maximilian attems <[email protected]>
control: conform to latest policy without changes

97f393b68e67b602bcb33a3681551ae6fd51b680 authored over 15 years ago by maximilian attems <[email protected]>
update copyright year of my contributions

86785b990c64d08014b735eeb588236a17bb35f4 authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: usage() fix conffile name.

woow that went unnoticed for some years now.
people seem really to use update-initramfs(8).

cbc5fd3ab5a87e142466b5f48f0646da0f4bb7df authored over 15 years ago by maximilian attems <[email protected]>
MODULES=dep: ide-disk got renamed to ide-gd_mod since 2.6.28.

try to add one or the other.

37d28de262b206d8eda37634a0bfd05062aa705b authored over 15 years ago by maximilian attems <[email protected]>
initramfs-tools.preinst: Nuke initrd-tools related migration path.

initrd-tools was last shipped in etch and was sarge default.
we no longer need to care about it....

82eb87958a73cc50c45cad21f0450c21bdec4888 authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs-kpkg misspells "deprecation" as "depreciation"

mkinitramfs-kpkg outputs the following warning:

Depreciation WARNING: use update-initramfs(8)
...

0a8c484f6341229054865ba8e1467c9b21e5c2a0 authored over 15 years ago by Matt Kraai <[email protected]>
initramfs-tools.8: Document exported IP kernel parameter.

f82d8e325a61f3a9308398fd5504536a7a96610c authored over 15 years ago by maximilian attems <[email protected]>
init: export ip root param for configure_networking()

while at it cleanup the variable name that came due to legacy
naming nfsopts in a very early ini...

b458a270b7335b9a8b137ec0ac69b21a33bf58c3 authored over 15 years ago by maximilian attems <[email protected]>
release 0.93

release string from "Fischia il vento" :)

21ccf36d1ff1f39cbefce34de7287cf99307c93c authored over 15 years ago by maximilian attems <[email protected]>
MODULES=dep fix for Xen virtual block devices

Ferenc seems to be using the xvda1=img1,xvda2=img2 scheme of Xen disks
(this is what xentools ge...

8260223ae409b3ca29e27628c5c572993dbcba76 authored over 15 years ago by Ian Campbell <[email protected]>
scripts/local-premount/resume: Fix resume with LABEL containing '/'.

do the same dance here, same code, just slightly renamed variables.

9e5ff69508479c10548e0fcf4d6f3ee043cff1fe authored over 15 years ago by maximilian attems <[email protected]>
init: slightly reword comment

f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10 authored over 15 years ago by maximilian attems <[email protected]>
Fix boot with LABEL containting one or several '/'

As there is no /dev/disk/by-label//, we need to follow udev
on escape the '/' character with \...

70ff74f8b3d378d7153f9211bbe0e73713a87259 authored over 15 years ago by maximilian attems <[email protected]>
initramfs-tools.8: Document mkinitramfs and init env variables.

Documentation currently lacked a list of exported variables
for boot or hook scripts.

(closes: ...

29dd116363aeaac22c54e1aef24020b6d26674af authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: Complete postlenny cleanup

the supported-host long call feature was already dropped
before lenny, thus just kick it.

no ot...

e0cf94677002f7dd2d427ce0ebfe9412b2e45c47 authored over 15 years ago by maximilian attems <[email protected]>
initramfs-tools: Readd support for linux-2.6 make deb-pkg target.

..via /etc/kernel

Signed-off-by: Andres Salomon <[email protected]>

(closes: #504551)

[ fix...

7812c98ccaf731b0d76909f924639af4e9554ed3 authored over 15 years ago by Andres Salomon <[email protected]>
allow root=mtd0 to be used; skip root checks if ROOT doesn't start with /dev.

The attached patch is needed for booting with root=mtd0.
Basically, the init scripts assume the ...

13df18822a697053e10e8f42397e5237a15590f6 authored over 15 years ago by Andres Salomon <[email protected]>
MODULES=dep fix for minor partitions > 9

always remove the largest possible suffix pattern on the block device.

(closes: #513958)

Repor...

06f880229b8f632cbfa699c7af9beee13d0dddea authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: Do not pass exit code through on pipe failure

Since "exit 2" has a special meaning, we must "exit 1" when the
find/cpio/gzip pipe fails, other...

8d21dcff7cef34c4f9a854deebdabb02503a3dae authored over 15 years ago by Kees Cook <[email protected]>
hook-functions: Add hid_* modules.

since some keyboards will not be usable at the initramfs/busybox
prompt without them.

[ Ubuntu ...

7d28901223a8f5fa47ddb0b0d39b34b04d43b8e9 authored over 15 years ago by Luke Yelavich <[email protected]>
thermal boot script: Don't load thermal+fan on acpi=off

(closes: #514997)

Reported-by: Michael Prokop <[email protected]>

d144b88e29e390c43d7ce15f8cb0548c0ae576e1 authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: Fix new pipe construct to really work inside "${DESTDIR}"

trivial fix on top of previous change.
afais cpio doesn't really give sensible return errors,
so...

93654c9230d3817fa57069012a0b06ccb1df09e4 authored over 15 years ago by maximilian attems <[email protected]>
minitramfs: find/cpio exit codes ignored while building initramfs

The final stage of mkinitramfs that builds the image does not verify the
exit codes of find or c...

63cc7b9216d69f413cd5414c96cf2c9a403e03ae authored over 15 years ago by Kees Cook <[email protected]>
mkinitramfs: fix cp DESTDIR destination.

uncovered due to tests with harden cpio failures.
bug got introduced postlenny in
d2791a8fa458d4...

6a8c246803f170948e8e7ebf17d5590838cb19db authored over 15 years ago by maximilian attems <[email protected]>
udevhelper: nuke as need for partial upgrades between etch/lenny.

not needed anymore..

af506d1ca8c8fac8fe9ca982dcdbddab8cc80f7c authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs: Post-Lenny cleanup.

no need to support callers that were unofficial and never released
as such in Lenny.

87240bc73a6a4c6e9fbeb55a1b168a87bac99457 authored over 15 years ago by maximilian attems <[email protected]>
hook-functions: just ship old iee1394 if around.

no need to deprecate it in initramfs-tools.
Lenny ships due to userspace with it and Juju firewi...

75475db4e8d55fe79bc8a0e9d944a1eef493b5e2 authored over 15 years ago by maximilian attems <[email protected]>
mkinitramfs-kpkg: deprecate it's usage.

update-initramfs is the desired caller.

7810a813a81cb13b6ae425fc10935270a37d72c7 authored over 15 years ago by maximilian attems <[email protected]>
nuke old lvm hook scripts

since Lenny lvm2 ships it's own hooks scripts, no need to dup.

69f3bc844364feff08f6e5ccdfc0599f9f4088cb authored over 15 years ago by maximilian attems <[email protected]>
control: Add ${misc:Depends} depends

clears debhelper-but-no-misc-depends lintian warning.

don't know if we really need it, but bett...

dd84494afe697a5ff12ab002cf64b1281dcc3b40 authored over 15 years ago by maximilian attems <[email protected]>
update-initramfs: Fix run_bootloader() to check for grub2

makes it respect "do_bootloader = no" if both lilo and grub2 are
installed.

simplify grub check...

254a54d61d3e2c5463798fa29280c3d1d24c49bf authored almost 16 years ago by maximilian attems <[email protected]>
Revert "init: Try to use old style sda1 if no root cmldine got specified."

we have boot scripts that search for root if none is passed.
usage by grml.org and debian-live.
...

79c0badcec17942a869ef992ceda2335cfa1d7b2 authored almost 16 years ago by maximilian attems <[email protected]>
0.92j+vyatta+2

2e53aeece24d032eb852d6c784d17081c821e268 authored almost 16 years ago by An-Cheng Huang <[email protected]>
Merge branch 'lenny'

d13cc6af1ddc2c1de646801b006f8f5e697f2b89 authored almost 16 years ago by maximilian attems <[email protected]>
release 0.92o

bec0c23de01fd6fc690e84ed81c8b9ebe51bd95f authored almost 16 years ago by maximilian attems <[email protected]>
configure_networking: Raise ipconfig timeout to 180 seconds.

in 0.92m, the timeout for ipconfig in scripts/functions was set to 60
seconds. This broke our is...

9c3ec61b1a5e2feaa8d9c6de737eaa00eb446a9c authored almost 16 years ago by maximilian attems <[email protected]>
configure_networking: Raise ipconfig timeout to 180 seconds.

in 0.92m, the timeout for ipconfig in scripts/functions was set to 60
seconds. This broke our is...

115134f07a0dd042355a2a6fb5a5ca987b000f5d authored almost 16 years ago by maximilian attems <[email protected]>
initramfs-tools.8: Document default 180s rootdelay.

8dcc1ffb9c6b17925aa5fa4883fef2a1ee85fef4 authored almost 16 years ago by maximilian attems <[email protected]>
init: variable `break' unset before `maybe_break init' is evaluated

The cmdline parameter `break=init' failed to work. It looks like the variable
`break' is unset b...

ce17342cc5d0395108c8fe4150ad8849104029e7 authored almost 16 years ago by Kel Modderman <[email protected]>
mkinitramfs: Use cp instead of copy_exec for configs.

should be just a bit faster and fixes relative path for -d option.
(closes: 472409)

d2791a8fa458d473ff92d0710fe4d71487c76d6b authored almost 16 years ago by maximilian attems <[email protected]>
init: Try to use old style sda1 if no root cmldine got specified.

with bad luck that might still be on hda1,
but then you get a warning about missing root boot pa...

90ad6ff31f66112e863ea86c9960b9770a0a245e authored almost 16 years ago by maximilian attems <[email protected]>
update-initramfs.8: mentions the specific conf file

adds FILES section.

c5e4c28ef9e1b205a8a69c5c663ab00a1dfc97f3 authored almost 16 years ago by e2xbegqsdyt21hfc <[email protected]>
initramfs-tools.8: Fix path of debug log - now kept after boot.

and no we can't write into /var/log itself.
(closes: #488804)

71c6b1c173931725b1a2eb480450f5f5b198d364 authored almost 16 years ago by maximilian attems <[email protected]>
manpages: Set Linux as necessary OS.

thanks to [email protected] for pointing out the missed field.

6966048d94e1951fc7699a004bd6e1f602c2ec3e authored almost 16 years ago by maximilian attems <[email protected]>
release 0.92n

d-i fix, thus high urgency.

15dea23a41c24c07c2ea36deb49c8cbf478bb32b authored almost 16 years ago by maximilian attems <[email protected]>
update-initramfs.8: List -d and mark the non-optional as such.

-d was missing in synopsis.
-c or -d or -u are not optional.

c9df41aa3214887d2f306a493778a3cf8965060f authored almost 16 years ago by maximilian attems <[email protected]>
hook-functions: MODULES=dep fix encrypted loop device

i've set up an encrypted loop-AES device as the root partition (boot
paramter dev=/dev/loopX) an...

ce1c64736aa741df012e93ca0bae5a9399c58909 authored almost 16 years ago by S. Sakar <[email protected]>
initramfs-tools.8: Document where to look up NFSOPTS

NFSOPTS is no longer sourced in initramfs.conf,
so it should only be documented at the place of ...

3ad23cbea9da45fecb931b2fec9c79edc23004a1 authored almost 16 years ago by maximilian attems <[email protected]>
all_generic_ide: Also parse boolean bootoption

d-i uses to pass it with the value 1

Reported-by: Frans Pop <[email protected]>

b11f308d10ff9de4bb2a8fef44e1ec98d5e950e7 authored almost 16 years ago by maximilian attems <[email protected]>
hook-functions: Fix MODULES=dep for lvm LABEL fstab notation

The root fs is located on LVM and is described in
/etc/fstab with LABEL= notation, which leads
t...

a776485a1cd51b2541877537471e4809889609ef authored almost 16 years ago by Eugene Paskevich <[email protected]>
release 0.92m

5180b033fc6172c1354647d74754119d6cd94d76 authored almost 16 years ago by maximilian attems <[email protected]>
init: Don't leak initramfs-tools exported variables.

no need to check if the string of the corresponding variable exists,
just unset all of them, but...

54c28b9c9a7ed7b97db9161cd047735ae160d319 authored almost 16 years ago by maximilian attems <[email protected]>
fix redboot partition support

Fix buglet in parse_numeric where *:* would match mtd:root. We only
want to match numbers. Thi...

bda6f1ad11516683dc6cac2bc1196c590bd38806 authored almost 16 years ago by Andres Salomon <[email protected]>
scripts/functions: comment fix path to moved linux-2.6 Documentation.

6eac119e508d7de61dcfd8c1214ab834a8ce8075 authored almost 16 years ago by maximilian attems <[email protected]>
Revert "framebuffer: Let udev create fb devices."

udev isn't started at this point and therefore can't create framebuffer
devices. This causes usp...

7e82cbb4ff425ef0201e215566f17826311197c1 authored almost 16 years ago by maximilian attems <[email protected]>
Make debug option write to /dev/.initramfs/initramfs.debug

rather than /tmp/initramfs.debug, so that it can be retrieved after boot.

6e5eab4ecdba250653b1572f09624c20bf98a09e authored almost 16 years ago by Colin Watson <[email protected]>
framebuffer: Add support for uvesafb

Uvesafb framebuffer driver needs v86d userspace program
but when fb driver is modprobed at init-...

87461ea463b943a9ccff96b2b36fcfbd66691a1a authored almost 16 years ago by Michal Pokrywka <[email protected]>
postrm: set -e flag

harmless as the postrm is small, but better be clean.

3c620c38f29a7372e544f17a4fa5da55eabe30bf authored almost 16 years ago by maximilian attems <[email protected]>
nuke 0.92k goof clean up

dea1e93a1783c40463663619ecd55ab26aa890e3 authored almost 16 years ago by maximilian attems <[email protected]>
Add atl1e, cxgb, ixgb, ixgbe, mlx4_core, netxen_nic, sfc, tehuti to net module list

closes: #503216

9c67d426a3c39ca0c9fa6e0e676c1740e9ddbf5b authored almost 16 years ago by maximilian attems <[email protected]>
hook-functions: alphebetize net drivers, fix typhoon typo

e950d624a7ed8584ba543b523b8ca104ce58af41 authored almost 16 years ago by maximilian attems <[email protected]>
MODULES=dep fix for ida devices

same fix as cciss, see #507619

acae751d2af11ceb05deab13dbc9c111140c9f58 authored almost 16 years ago by maximilian attems <[email protected]>
Fix MODULES=dep for cciss devices

A coworker reported a lenny install failure today. Turns out he had
asked the installer to run m...

10ac5c60e51125d45f3923edd1dd1f560ad0df1f authored almost 16 years ago by dann frazier <[email protected]>
scripts/functions: fix not set break variable

thanks martin f krafft <[email protected]>

closes: #502058

e0ff2bedbd4da0c0638c21b2c2736d9a47415f73 authored almost 16 years ago by maximilian attems <[email protected]>
scripts/functions: Wrong check for udevadm in functions

ca53be13ebbb8e00ead2d170c10e66cdb6fc91f3 authored almost 16 years ago by Julien Danjou <[email protected]>
scripts/functions: Call ipconfig with a one-minute timeout

rather than waiting forever (LP: #182940).

f15c3530c08e95f3270cbd073b5f83df81f06bbf authored almost 16 years ago by Colin Watson <[email protected]>
"files" file should be removed before package build

ee2e72a0958f8aa733ecf01a39343b3d537ef921 authored almost 16 years ago by An-Cheng Huang <[email protected]>
update maintainer information

39803e644f0c0f338ab9bb7f2d21e07d402a4a24 authored almost 16 years ago by An-Cheng Huang <[email protected]>
add support for development build

02b957b5d19516851c311186d4f3a6654aa7d030 authored almost 16 years ago by An-Cheng Huang <[email protected]>
Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3857

1c019dd576dc6f39df8f9dc56c545ee5bcb191c1 authored almost 16 years ago by rbalocca <[email protected]>
Remove startup warnings

c923fc8115a4c1e3c002221ecf6b691947058246 authored almost 16 years ago by rbalocca <[email protected]>
Ignore derived files

c80f7c08a099a2c7614caf091b3cfe3ae581bee7 authored almost 16 years ago by rbalocca <[email protected]>
initramfs-tools-0.92j from mirrrors.kernel.org

3939e96a8830755228bd2bbedb50db6808d36f80 authored almost 16 years ago by rbalocca <[email protected]>
release 0.92l

have to clean up goof up from 0.92k too..

ed4f203aceb2af1355e25142b2849598c867ffdd authored about 16 years ago by maximilian attems <[email protected]>
Revert "initramfs-tools: Add support for linux-2.6 make deb-pkg target"

This reverts commit c5a45496b9c72e41333e213979d43fbcff34da9f.

hinders removal of other package ...

04356cfcee60b2ff3a57a6942c2cebfdb088d04c authored about 16 years ago by maximilian attems <[email protected]>
release 0.92k

01988cc40c445aba8f592d01f2ce38857e34e205 authored about 16 years ago by maximilian attems <[email protected]>
initramfs-tools: Add support for linux-2.6 make deb-pkg target

it generates linux images that look into this directories
for maintainer script action.

make su...

c5a45496b9c72e41333e213979d43fbcff34da9f authored about 16 years ago by maximilian attems <[email protected]>
auto_add_modules: add dasd_diag_mod to dasd section

203f66bd11db9ab01e49cd4b496391e95d3eb34f authored about 16 years ago by maximilian attems <[email protected]>
update initramfs.conf

Now that d-i won't create /etc/initramfs-tools/conf.d/driver-policy
in all cases, I think refere...

33c9958a544919b486534cba531134f400ca663f authored about 16 years ago by Martin Michlmayr <[email protected]>
update-initramfs: don't run glantank-update-kernel

glantank-update-kernel has been merged into flash-kernel and
glantank-update-kernel will now cal...

aac6f31e93a578b0d415a4658adfc3e39110d8ef authored about 16 years ago by Martin Michlmayr <[email protected]>
release 0.92j

5b77bbc7e0d1b3e429fa13b8c54d08e235774709 authored about 16 years ago by maximilian attems <[email protected]>
initramfs.conf: Mention possible value overriding by d-i for example.

Please mention in initramfs.conf that the values specified there can
be overriden via /etc/mkini...

261ce5623c84c971abbeaccba756c4fdf1042d03 authored about 16 years ago by Martin Michlmayr <[email protected]>
add dasd_diag_mod to auto_add_modules block section

found under drivers/s390/block instead drivers/block location.
"allows to access disks under VM...

37d092c66b8a45b26b88d7cad73dab65703d5c91 authored about 16 years ago by maximilian attems <[email protected]>
readd zfcp to auto_add_modules

lives under drivers/s390/scsi and not drivers/scsi

(closes: #498698)

7c4bfab2f4aa6e627151eddcf4df07d91a4d754e authored about 16 years ago by maximilian attems <[email protected]>