Bug 2443

Summary: Initramfs: Don't overwrite $(TARGET_DIR)/init if it exists
Product: buildroot Reporter: Frederik Pasch <fpasch>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Host: Target:
Build:
Attachments: Patch

Description Frederik Pasch 2010-08-27 09:15:57 UTC
I'm using a custom init-script in initramfs (instead of /sbin/init). I placed it in my target-skeleton.

The following patch is needed to disable overwriting it everytime initramfs.mk is called.


Simon Pasch
Comment 1 Frederik Pasch 2010-08-27 09:17:41 UTC
Created attachment 2377 [details]
Patch
Comment 2 Peter Korsgaard 2010-08-29 21:34:20 UTC
Committed, thanks