Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9fbefda345884dcb2ea036ccb5937261a34270a5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9fbefda345884dcb2ea036ccb5937261a34270a5)
  • Date: Mon, 11 Apr 2011 21:41:05 +0900

Thomas Orgis (scm AT sourcemage.org) wrote [11.04.11 15:38]:
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> kernels/suspend/DETAILS | 8 ++++----
> kernels/suspend/HISTORY | 3 +++
> 2 files changed, 7 insertions(+), 4 deletions(-)
>
> New commits:
> commit 9fbefda345884dcb2ea036ccb5937261a34270a5
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> suspend: update to release 1.0
>
> One might discuss about that initrd creation ... it also needs
> increased size (INITRD_SIZE=4000k) to work at all on my system.
> But then, I use LUKS with a custom initramfs, cannot test.

The INITRD_SIZE built into the kernel is a default size that it expects
on bootup. You can override this default size with a kernel boot
paramerter (initrd_size=4000, for example). So the value can be defined
either builtin to the kernel (as a default), in the bootloader's
configuration as a boot parameter, or during boot time as a boot
parameter.

Or if you have a 2.6 kernel with tmpfs and initramfs capability enabled,
you can forego all of the above and just use an initramfs instead, whose
size doesn't matter because the tmpfs backing it can grow/shrink
dynamically.

Anyway, all of this is dependent upon your particular setup, and there's
no real way to just define a single thing that works for everyone
(though most likely using an initramfs will nowadays work for most
people).

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgpk9HDu2eqHj.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page