Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup the home directory as it is not preserved by ostree #1418

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2024

  1. base: lmp-image-common: Do not create the user's home directory

    The user home directory is created in runtime when it does not exist.
    
    This will fix the remaining warning:
    | WARNING: lmp-base-console-image-1.0-r0 do_image_ostree: Data in 'home' directory is not preserved by OSTree. Consider moving it under '/usr'
    | home/fio
    | home/fio/.bashrc
    | home/fio/.profile
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    7be114f View commit details
    Browse the repository at this point in the history
  2. base: lmp: cleanup the home/root as it is not preserved by ostree

    This will fix the remaining warning:
    | WARNING: lmp-base-console-image-1.0-r0 do_image_ostree: Data in 'home' directory is not preserved by OSTree. Consider moving it under '/usr'
    | home/root
    
    Signed-off-by: Jose Quaresma <[email protected]>
    quaresmajose committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c427321 View commit details
    Browse the repository at this point in the history