[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#545728: marked as done (initramfs-tools(8) missing import instruction in boot script example)



Your message dated Sat, 29 May 2010 04:17:07 +0000
with message-id <E1OIDTv-0002KB-U3@ries.debian.org>
and subject line Bug#545728: fixed in initramfs-tools 0.95
has caused the Debian Bug report #545728,
regarding initramfs-tools(8) missing import instruction in boot script example
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
545728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545728
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.93.4
Severity: normal
Tags: patch

We need to import /scripts/functions in a boot script for use critic,
log_begin_msg and log_end_msg functions but it's not show in the
manpage.


-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.30-1-amd64
root=UUID=6782d1b5-0fe1-4bf3-b5ea-bad4d75667e7 ro quiet

-- /proc/filesystems
	ext4
	ext4dev
	fuseblk

-- lsmod
Module                  Size  Used by
vboxnetflt             89340  1 
vboxdrv              1693436  2 vboxnetflt
radeon                141984  4 
drm                   172688  5 radeon
ppdev                   7784  0 
lp                     10612  0 
parport                38224  2 ppdev,lp
powernow_k8            14084  1 
cpufreq_userspace       3652  0 
cpufreq_stats           4660  0 
cpufreq_conservative     7928  0 
cpufreq_powersave       1792  0 
binfmt_misc             9292  1 
fuse                   54784  3 
loop                   15980  0 
firewire_sbp2          15424  0 
dm_crypt               12984  0 
dm_mod                 59384  1 dm_crypt
snd_hda_codec_realtek   250260  1 
sn9c102               140980  0 
videodev               36768  1 sn9c102
v4l1_compat            12932  1 videodev
v4l2_compat_ioctl32     9312  1 videodev
snd_hda_intel          26680  6 
snd_hda_codec          75248  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               8152  1 snd_hda_codec
snd_pcm_oss            37200  0 
snd_mixer_oss          15072  1 snd_pcm_oss
snd_pcm                78504  5 snd_hda_intel,snd_hda_codec,snd_pcm_oss
pcspkr                  2800  0 
evdev                  10448  14 
snd_timer              21824  1 snd_pcm
psmouse                42172  0 
serio_raw               5844  0 
snd                    63912  18
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore               7984  1 snd
snd_page_alloc         10000  2 snd_hda_intel,snd_pcm
k8temp                  5152  0 
i2c_piix4              11040  0 
i2c_core               25456  2 drm,i2c_piix4
asus_atk0110            7744  0 
button                  6512  0 
shpchp                 32588  0 
processor              40160  1 powernow_k8
pci_hotplug            29040  1 shpchp
ext4                  216256  2 
mbcache                 8804  1 ext4
jbd2                   58816  1 ext4
crc16                   2272  1 ext4
usbhid                 37328  0 
hid                    41376  1 usbhid
ide_cd_mod             29048  0 
sd_mod                 33720  4 
crc_t10dif              2096  1 sd_mod
cdrom                  34344  1 ide_cd_mod
ide_pci_generic         4964  0 
ata_generic             5924  0 
ahci                   36480  3 
firewire_ohci          22356  0 
firewire_core          44996  2 firewire_sbp2,firewire_ohci
crc_itu_t               2720  1 firewire_core
ohci_hcd               22812  0 
r8169                  32548  0 
mii                     5600  1 r8169
atiixp                  4292  0 
libata                175500  2 ata_generic,ahci
scsi_mod              158784  3 firewire_sbp2,sd_mod,libata
ehci_hcd               33820  0 
ide_core              105120  3 ide_cd_mod,ide_pci_generic,atiixp
thermal                15936  0 
fan                     5240  0 
thermal_sys            16448  3 processor,thermal,fan
uvesafb                26680  0 
cn                      9020  1 uvesafb

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
relative_links = yes
do_bootloader = no
do_bootfloppy = no
do_initrd = yes
link_in_boot = no
postinst_hook = update-grub
postrm_hook   = update-grub

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto

-- /etc/crypttab
# <target name>	<source device>		<key file>	<options>


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio                          2.10-1     GNU cpio -- a program to
manage ar
ii  findutils                     4.4.2-1    utilities for finding
files--find,
ii  klibc-utils                   1.5.15-1   small utilities built with
klibc f
ii  module-init-tools             3.10-3     tools for managing Linux
kernel mo
ii  udev                          146-1      /dev/ and hotplug
management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.14.2-2 Tiny utilities for small
and embed

initramfs-tools suggests no packages.

-- no debconf information





--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.95

We believe that the bug you reported is fixed in the latest version of
initramfs-tools, which is due to be installed in the Debian FTP archive:

initramfs-tools_0.95.dsc
  to main/i/initramfs-tools/initramfs-tools_0.95.dsc
initramfs-tools_0.95.tar.gz
  to main/i/initramfs-tools/initramfs-tools_0.95.tar.gz
initramfs-tools_0.95_all.deb
  to main/i/initramfs-tools/initramfs-tools_0.95_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 545728@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@debian.org> (supplier of updated initramfs-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 28 May 2010 17:22:56 -0700
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.95
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@debian.org>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 545728 566295 575766 577253 577981 579702
Changes: 
 initramfs-tools (0.95) unstable; urgency=low
 .
   [ maximilian attems ]
   * update TODO list.
   * hook-functions: refactor copy_exec.
   * mkinitramfs: check only once for existing ldd.
   * mkinitramfs: Use eventual TMPDIR definition.
   * mkinitramfs: guard against empty EXTRA_CONF.
   * update-initramfs: Use nounset.
   * mkinitramfs: Fix several unbound variables.
   * mkinitramfs: On verbose indicate what we rm.
   * bug script: include sizes of generated initramfs.
   * debian/script: add generated resume param to bug.
   * hook-functions: manual_add_modules simplify.
   * hook-functions: copy_modules_dir() small simplifications.
   * mkinitramfs.8: Fix wrong sourcing in boot script. (Closes: #545728)
   * initramfs-tools.8: Mention /scritps/functions.
   * initramfs-tools.8: cryptopts param gone.
   * initramfs-tools.8: document BOOTIF variable.
   * configure_networking(): work with empty DEVICE string.
     (Closes: #566295, #575766)
   * hook-functions: add hid-apple. (Closes: #577253)
   * Revert "mkinitramfs: only copy modprobe conf files". (Closes: #577981)
   * initramfs-tools: change license to GPL.
   * hook-functions: re-add hid-microsoft. (Closes: #577253)
   * initramfs-tools: drop outdated breaks.
   * debian/copyright: add boilerplate to keep lintian happy.
   * hook-functions: Fix copy_modules_dir().
 .
   [ Axel Beckert ]
   * mkinitramfs.8: Add information about $TMPDIR environment variable.
 .
   [ bert schulze ]
   * mkinitramfs: add LZO support.
   * mkinitramfs: use -9 for lzop.
 .
   [ Vagrant Cascadian ]
   * configure_networking: pxelinux BOOTIF fixes.
   * init: add BOOTIF bootarg.
 .
   [ Michael Prokop ]
   * Support booting from USB 3 xHCI-based controllers.
 .
   [ Claus Herwig ]
   * mkinitramfs: fix MODULES=dep on mylex raid devices (DAC960).
     (Closes: #579702)
Checksums-Sha1: 
 9216f73b02d3b5eb006e3260b75655a6da7c45de 922 initramfs-tools_0.95.dsc
 a690ae41f9d01ff63d9997a2dba0c94d19dcd0ac 73275 initramfs-tools_0.95.tar.gz
 e7baa9731d1f5f5e0ac6314d9e2e4d6f2fd74640 79950 initramfs-tools_0.95_all.deb
Checksums-Sha256: 
 7b8954fd0a8e075a38c5c33970b475bd6e9d1c2e4b6f2f81814461d37986ec56 922 initramfs-tools_0.95.dsc
 ceafb109d8cf6240e8c5ea22cd14122c268bee30236867cc43b06b8821d37514 73275 initramfs-tools_0.95.tar.gz
 a8cab85628b927a365d9194f29a2825c1943c21c7e49a1083b5105ce1f655976 79950 initramfs-tools_0.95_all.deb
Files: 
 6b6072a0e133472eba9a27d0b257a96b 922 utils optional initramfs-tools_0.95.dsc
 c43c28e9ff65b26563ccf43079fc3d03 73275 utils optional initramfs-tools_0.95.tar.gz
 1c7793dab0a318b0a2773188f3f41fae 79950 utils optional initramfs-tools_0.95_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwAX84ACgkQeW7Lc5tEHqiDYwCgz4kG/6PcZ8KZAzpUNAKPgmKb
iy4An2v7U7LwlGo0tSJKhdjCy0xS+bwQ
=v+rR
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: