1. 23 Jun, 2011 1 commit
  2. 02 Jun, 2011 1 commit
  3. 26 May, 2011 2 commits
  4. 23 May, 2011 2 commits
  5. 20 May, 2011 1 commit
  6. 13 May, 2011 1 commit
  7. 06 May, 2011 2 commits
  8. 05 May, 2011 2 commits
  9. 06 Apr, 2011 2 commits
  10. 22 Mar, 2011 7 commits
  11. 16 Mar, 2011 2 commits
  12. 14 Mar, 2011 1 commit
  13. 07 Mar, 2011 2 commits
  14. 26 Feb, 2011 2 commits
  15. 19 Feb, 2011 1 commit
  16. 17 Feb, 2011 1 commit
  17. 14 Feb, 2011 1 commit
  18. 06 Feb, 2011 2 commits
  19. 02 Feb, 2011 1 commit
  20. 01 Feb, 2011 5 commits
  21. 27 Jan, 2011 1 commit
    • Fix paths in the lxc-busybox template · b09ecaf3
      Daniel Lezcano authored
      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>