Mailinglist Archive: opensuse-bugs (3393 mails)

< Previous Next >
[Bug 747322] no sed in initrd

https://bugzilla.novell.com/show_bug.cgi?id=747322

https://bugzilla.novell.com/show_bug.cgi?id=747322#c7


--- Comment #7 from Robert Schweikert <rschweikert@xxxxxxxx> 2012-02-18
12:32:34 UTC ---
(In reply to comment #6)
Except that there is no /usr/bin/sed in the initrd? There is however
"/usr/bin" (executable file).

Well, all I can say is that your changes are not correct.

Your "/usr/bin" (executable file) is sed. You need to create the /usr/bin dir
in the initrd first before the initrd gets assembeled. The creation of the
directory is accomplished by the modification described in comment 3.

The line in question should look something like this:

mkdir -p $tmp_mnt/{sbin,bin,etc,dev,proc,sys,root,config,usr/bin,usr/sbin}

This worked for me.

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References