All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12666] New: Doesn't pick up a custom bash profile
@ 2020-03-19  1:26 bugzilla at busybox.net
  2020-03-19  6:16 ` [Buildroot] [Bug 12666] " bugzilla at busybox.net
  2020-03-19 17:18 ` bugzilla at busybox.net
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-03-19  1:26 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12666

            Bug ID: 12666
           Summary: Doesn't pick up a custom bash profile
           Product: buildroot
           Version: 2019.02.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: alex.demyankov at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hi,
   buildroot does not take the user's profile.

I tried to change ./system/skeleton/etc/profile itself, I tried to add .sh
files into ./system/skeleton/etc/profile.d/ but nothings seems help. The final
image ends up with no user profile.

Thanks,
Alex

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 12666] Doesn't pick up a custom bash profile
  2020-03-19  1:26 [Buildroot] [Bug 12666] New: Doesn't pick up a custom bash profile bugzilla at busybox.net
@ 2020-03-19  6:16 ` bugzilla at busybox.net
  2020-03-19 17:18 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-03-19  6:16 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12666

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Changing system/skeleton/ is not recommended. Instead, you should create your
own "root filesystem overlay", and use the option BR2_ROOTFS_OVERLAY to point
to it.

Most likely you did your change to system/skeleton/ *after* a build was done,
and you didn't do a clean rebuild from scratch. In this case, it is expected
that you don't see the changes in your image: the skeleton package has already
been built/installed, so it's not reinstalled.

Using a rootfs overlay is cleaner as you don't change the Buildroot default
skeleton, but also because they are copied into the target filesystem at every
"make" invocation.

See https://buildroot.org/downloads/manual/manual.html#rootfs-custom for more
details, as well as
https://bootlin.com/doc/training/buildroot/buildroot-slides.pdf starting from
slide 79.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 12666] Doesn't pick up a custom bash profile
  2020-03-19  1:26 [Buildroot] [Bug 12666] New: Doesn't pick up a custom bash profile bugzilla at busybox.net
  2020-03-19  6:16 ` [Buildroot] [Bug 12666] " bugzilla at busybox.net
@ 2020-03-19 17:18 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-03-19 17:18 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12666

--- Comment #2 from Alex <alex.demyankov@gmail.com> ---
Got it! Thanks, man.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-19 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19  1:26 [Buildroot] [Bug 12666] New: Doesn't pick up a custom bash profile bugzilla at busybox.net
2020-03-19  6:16 ` [Buildroot] [Bug 12666] " bugzilla at busybox.net
2020-03-19 17:18 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.