Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • templates
  • lxc-busybox.in
Find file
BlameHistoryPermalink
  • Daniel Lezcano's avatar
    Fix paths in the lxc-busybox template · b09ecaf3
    Daniel Lezcano authored Jan 28, 2011
    Author of the patch : Jonathan Liu <???> posted as a bug fix on the lxc
    sourceforge website.
    
    OS: Arch Linux 32-bit
    
    /etc/init.d/rcS do not use full path to syslogd, mount and udhcpc executables.
    As busybox requires /proc mounted if CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
    to run these commands without full path, the full path should be used in the
    startup script as /proc is mounted later in the script.
    
    It also fails to start the machine if /lib64 does not exist on the host system
    as there is a mount entry for /lib64 in the config.
    
    The attached patch changes commands in /etc/init.d/rcS to use full path and
    adds a check for /lib64 on host before adding lib64 mount entries to config.
    Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    b09ecaf3
lxc-busybox.in 7.86 KB
EditWeb IDE
×

Replace lxc-busybox.in

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.