1. 17 Jun, 2010 3 commits
  2. 16 Jun, 2010 4 commits
  3. 14 Jun, 2010 1 commit
  4. 11 Jun, 2010 3 commits
  5. 07 Jun, 2010 14 commits
  6. 02 Jun, 2010 3 commits
  7. 01 Jun, 2010 7 commits
    • fix busybox template · 32b37181
      Daniel Lezcano authored
      Fix various bug with the busybox template:
       * add a warning when busybox is not statically linked
       * delete the password for root (chpasswd is not available for all busybox)
       * add the new pts option
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • change root passwd for debian template · 19d618b1
      Daniel Lezcano authored
      Change default root password to 'root' and generate locales
      automatically
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • Fix ubuntu template · 3a3ba44a
      Daniel Lezcano authored
       - Fixed rootfs path.
       - Removed network section, it should to be passed to the lxc-create
      configuration option in order to concatenate the configuration files
       - Generate en_US local instead of de_DE
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • ubunutu template · 3f033aa8
      Willem Meier authored
      Ubuntu [lucid] template script.
      Allows to create an ubuntu container with the template options.
      Signed-off-by: 's avatarWillem Meier <wilhelm.meier@fh-kl.de>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • fix compilation warning · 5fad0874
      Daniel Lezcano authored
      Fix compilation warning:
      
      lxc_console.c: In function ‘master_handler’:
      lxc_console.c:175: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • fix compilation warnings · 0e391e57
      Daniel Lezcano authored
      Fix the following warnings:
      
      console.c: In function ‘console_handler’:
      console.c:252: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
      console.c:254: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
      conf.c: In function ‘instanciate_veth’:
      conf.c:1130: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
      conf.c:1135: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
      conf.c: In function ‘instanciate_macvlan’:
      conf.c:1206: warning: ignoring return value of ‘mktemp’, declared with attribute warn_unused_result
      af_unix.c: In function ‘lxc_af_unix_send_fd’:
      af_unix.c:124: warning: dereferencing type-punned pointer will break strict-aliasing rules
      af_unix.c: In function ‘lxc_af_unix_recv_fd’:
      af_unix.c:169: warning: dereferencing type-punned pointer will break strict-aliasing rules
      af_unix.c: In function ‘lxc_af_unix_send_credential’:
      af_unix.c:195: warning: dereferencing type-punned pointer will break strict-aliasing rules
      af_unix.c: In function ‘lxc_af_unix_rcv_credential’:
      af_unix.c:237: warning: dereferencing type-punned pointer will break strict-aliasing rules
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
    • add restart framework · 196f1d54
      Cedric Le Goater authored
      Signed-off-by: 's avatarCedric Le Goater <clg@fr.ibm.com>
      Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
  8. 31 May, 2010 4 commits
  9. 28 May, 2010 1 commit