On Sat, Jul 19, 2014 at 07:22:18PM +0200, Thomas Lange wrote: > >>>>> On Sat, 19 Jul 2014 14:56:05 +0200, Julian Andres Klode > >>>>> <[email protected]> said: > > > Jul 19 14:47:11 localhost dracut-initqueue[115]: Can't locate > warnings.pm in @INC (you may need to install the warnings module) (@INC > contains: /etc/p > > Jul 19 14:47:11 localhost dracut-initqueue[115]: BEGIN > failed--compilation aborted at /usr/bin/rm line 3. > This is a perl error message. But why should /usr/bin/rm be a perl script? > Aha, I guess you have installed the safe-rm package, which includes > /usr/bin/rm, which is a Perl script and looks like this: > > #!/usr/bin/perl -t > > use warnings; > use strict; > use Cwd 'realpath';
yep. And for whatever reasons, dracut puts that script into initramfs. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. Be friendly, do not top-post, and follow RFC 1855 "Netiquette". - If you don't I might ignore you. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

