* [Buildroot] [git commit master] initramfs: trivial fix following move to fs
@ 2010-04-15 11:51 Will Wagner
2010-04-17 0:14 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Will Wagner @ 2010-04-15 11:51 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=a7e276bc3d2186e27b6af59d71b58ab4dda05888
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
fs/initramfs/initramfs.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
index cf1fcdb..4a205d1 100644
--- a/fs/initramfs/initramfs.mk
+++ b/fs/initramfs/initramfs.mk
@@ -12,7 +12,7 @@ define ROOTFS_INITRAMFS_INIT_SYMLINK
endef
define ROOTFS_INITRAMFS_CMD
- $(SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
+ $(SHELL) fs/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
endef
$(eval $(call ROOTFS_TARGET,initramfs))
\ No newline at end of file
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [git commit master] initramfs: trivial fix following move to fs
2010-04-15 11:51 [Buildroot] [git commit master] initramfs: trivial fix following move to fs Will Wagner
@ 2010-04-17 0:14 ` Thomas Petazzoni
2010-04-18 20:36 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-04-17 0:14 UTC (permalink / raw)
To: buildroot
On Thu, 15 Apr 2010 13:51:33 +0200
Will Wagner <will_wagner@carallon.com> wrote:
> define ROOTFS_INITRAMFS_CMD
> - $(SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
> + $(SHELL) fs/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
> endef
Thanks Will and Peter for fixing the issues encountered following the
filesystem rework. I apologize for having let these issues go through
my testing without being noticed (I think I made most of my testing
*before* moving everything from target/ to fs/).
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [git commit master] initramfs: trivial fix following move to fs
2010-04-17 0:14 ` Thomas Petazzoni
@ 2010-04-18 20:36 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-04-18 20:36 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> On Thu, 15 Apr 2010 13:51:33 +0200
Thomas> Will Wagner <will_wagner@carallon.com> wrote:
>> define ROOTFS_INITRAMFS_CMD
>> - $(SHELL) target/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
>> + $(SHELL) fs/initramfs/gen_initramfs_list.sh -u 0 -g 0 $(TARGET_DIR) > $$@
>> endef
Thomas> Thanks Will and Peter for fixing the issues encountered following the
Thomas> filesystem rework. I apologize for having let these issues go through
Thomas> my testing without being noticed (I think I made most of my testing
Thomas> *before* moving everything from target/ to fs/).
No problem - Your work is appreciated and it was an easy fix.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-18 20:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 11:51 [Buildroot] [git commit master] initramfs: trivial fix following move to fs Will Wagner
2010-04-17 0:14 ` Thomas Petazzoni
2010-04-18 20:36 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox