Age | Commit message (Collapse) | Author |
|
Closes: 545728
Reported-by: Christoph Anton Mitterer <calestyo@scientia.net>
Signed-off-by: maximilian attems <maks@debian.org>
|
|
use meaningful variable name.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
use meaningful variable s/mam_x/kmod/
loop directly on the modinfo output.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
got confused in course of #572858,
uppercase is for hardcoded device strings as here,
pick up RESUME and not resume from config file.
Closes: #576700
Signed-off-by: maximilian attems <maks@debian.org>
|
|
got confused in course of #572858,
uppercase is for hardcoded device strings as here,
pick up RESUME and not resume from config file.
Closes: #576700
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
(closes: #576677)
|
|
(closes: #576677)
|
|
/etc/initramfs-tools/conf.d/resume is often to be seen.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
usually gives a good indications when things go wrong.
|
|
not a fix for #576677, but at least some indication.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
might not be all, but a first go in stricter mkinitramfs.
as bonus remove old amusing unused varialbe from day 2..
Signed-off-by: maximilian attems <maks@debian.org>
|
|
better catch errors early..
Signed-off-by: maximilian attems <maks@debian.org>
|
|
nothing there to see allmost..
Signed-off-by: maximilian attems <maks@debian.org>
|
|
This documents problem with noexec mount options and fixes:
BTW: The information about mkinitramfs looking at $TMPDIR is missing in
the mkinitramfs(8) man page. Looked there (mostly for commandline
options) before reporting that bug. But even searching for "TMP" in
there now didn't find any hint on that.
[ s/must/should/, date ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
|
|
|
|
|
|
recommend way by dpkg maintainer, need to test.
|
|
recommend way by dpkg maintainer, need to test.
|
|
mktemp has marked the "-t" option as depcrecated,
support TMPDIR.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
just the relevant fixes
|
|
needs to include current sid versions.
|
|
hadn't checked that boot script before upload, see #576641.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
needs to include current sid versions.
|
|
hadn't checked that boot script before upload, see #576641.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
no point to recheck on every copy_exec.
now copy_exec starts to get redable..
Signed-off-by: maximilian attems <maks@debian.org>
|
|
try to have an easier logic flow, also:
* fail if wanted source does not exist
* do not overwrite, no point in warning this
add FIXME's to point missing /lib64 symlink parts.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
to bring forward current known issues.
|
|
|
|
concerning framebuffer boot script:
"I don't think regular users need to see this; the maintainers of those
packages can read the changelog."
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
|
|
add changelog and NEWS
Signed-off-by: maximilian attems <maks@debian.org>
|
|
got missed when adding the support.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
see 576488, for report.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
no need to spam people with:
rm: cannot remove `/tmp/mkinitramfs_jWCE0R/lib/modules/2.6.33-2-amd64/modules.*map': No such file or directory
Signed-off-by: maximilian attems <maks@debian.org>
|
|
allows to pointing to themselves.
(closes: #565386)
Signed-off-by: maximilian attems <maks@debian.org>
|
|
people might want to use that.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
seems nobody had a look since longer,
nuke useless cpiogz for now, we may want resurrect that later.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
merge from 0.92bubuntu1
Signed-off-by: maximilian attems <maks@debian.org>
|
|
merge from 0.92bubuntu9
Signed-off-by: maximilian attems <maks@debian.org>
|
|
seems lots of people fancy it so lets add it.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
fixes unionfs-fuse to service requests made by non-root users.
[ merge from 0.92bubuntu31, this does not interfer with UMASK setting of
created initramfs, but only concerns / of initramfs -maks ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
no point in spamming that for quiet boot.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
if tsort is available, use it instead of custom sorting code
if a pre-cached order file is available, use that instead
[ move cache_run_scripts from scripts/functions to hook-scripts
as only used on mkinitramfs build and not on boot ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
it is no longer used on boot, saves initramfs space and thus speed.
Signed-off-by: maximilian attems <maks@debian.org>
|
|
partialy revert "nuke thermal hooks",
this is needed for broken hardware.
no point in us loading them, as udev will do it anyway and
should soon run earlier.
This reverts commit c5e39cd1cb1dc9f6a18de07e137ef47ecc8f8cc6.
|
|
fixed the commandline argument to select the compressor.
also your test with "command" needed to be negated otherwise the
fallback to gzip would take place everytime.
--
frohe ostern
Bert Schulze
[ nuked trailing whitespace, and add comment for usage() ]
Signed-off-by: maximilian attems <maks@debian.org>
|
|
forgot to add here on compress commit.
|
|
this version uses /etc/initramfs-tools/initramfs.conf to determine
the compression method, checks kernel and userspace support with
fallback to gzip. Since LZO didnt work for me at all with 2.6.33
I left that out for now.
(closes: #533903)
[ minor changes in mkinitramfs code ]
Signed-off-by: maximilian attems <maks@debian.org>
|