]> git.ipfire.org Git - thirdparty/lxc.git/commit
Create busybox commands as symlinks instead of hardlinks
authorDwight Engen <dwight.engen@oracle.com>
Fri, 30 Nov 2012 16:49:25 +0000 (11:49 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 3 Dec 2012 15:00:30 +0000 (10:00 -0500)
commit6902a6c6642a85c0510e84e96a06e21aee152226
tree4276ba2efec42242ac952171db0d4d1217145ce3
parent1d4f064658987210ee46124c39429a80edc7a32d
Create busybox commands as symlinks instead of hardlinks

I was getting a "Too many links" error when creating a busybox container on
a btrfs file system. This change has the template create the links as
symlinks instead. It also generates the list of commands to be symlinked from
busybox itself instead of a hardcoded list in the template.

Also set the root password to root, to match what other templates do.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-busybox.in