Page 1 of 1

Warning in update (Hopefully in the "can be ignored" cat)

Posted: Wed Jun 14, 2017 1:46 pm
by Martin Frezman
So, having figured out how to upgrade the system, it generated the following message (the line in question is the one that starts with "WARNING"):

Code: Select all

:: Running post-transaction hooks...
( 1/14) Updating linux-raspberrypi initcpios
==> Building image from preset: /etc/mkinitcpio.d/linux-raspberrypi.preset: 'default'
-> -k 4.9.31-2-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.9.31-2-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> WARNING: No modules were added to the image. This is probably not what you want.
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
Is this reason for concern, or is it the usual "Oh, it's Linux, just ignore it" sort of thing?

Re: Warning in update (Hopefully in the "can be ignored" cat

Posted: Wed Jun 14, 2017 2:19 pm
by SkyRise
Never used Arch, but having a quick read of https://wiki.archlinux.org/index.php/Mkinitcpio it looks like it's used to create an initial ramdisk environment before going into the full 'init'.
So as long as it can mount your root filesystem, I think you should be OK (I don't know if it specifically requires a module for whatever filesystem your root is on though)

Re: Warning in update (Hopefully in the "can be ignored" cat

Posted: Thu Jun 15, 2017 1:16 am
by cjan
i vote "Oh, it's Linux, just ignore it" .

Re: Warning in update (Hopefully in the "can be ignored" cat

Posted: Thu Jun 15, 2017 6:10 am
by Martin Frezman
cjan wrote:i vote "Oh, it's Linux, just ignore it" .
Heh heh. Yeah, that's kinda what I thought...