Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
c01e0738
Commit
c01e0738
authored
Mar 05, 2016
by
Denis Pynkin
Committed by
Michael Shigorin
Dec 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc: new feature for linux containers
parent
cf420b21
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
0 deletions
+48
-0
README
features.in/lxc/README
+0
-0
config.mk
features.in/lxc/config.mk
+11
-0
30-lxd
features.in/lxc/stage2/image-scripts.d/30-lxd
+37
-0
No files found.
features.in/lxc/README
0 → 100644
View file @
c01e0738
features.in/lxc/config.mk
0 → 100644
View file @
c01e0738
use/lxc:
@$(call add_feature)
@$(call add,CONTROL,fusermount:public)
@$(call add,GROUPS,tun)
use/lxc/lxd: use/lxc
@$(call add,GROUPS,netadmin lxd)
@$(call add,LIVE_LISTS,lxd)
@$(call add,LIVE_LISTS,openssh)
@$(call add,LIVE_PACKAGES,livecd-net-eth)
@$(call add,LIVE_PACKAGES,udev-rule-generator-net)
features.in/lxc/stage2/image-scripts.d/30-lxd
0 → 100755
View file @
c01e0738
#!/bin/sh
echo
LXD configuration
# Setup subordinate ID's for root
usermod
-v
1000000-1065535
-w
1000000-1065535 root
# Configuration of LXD
# By defult bridge provided by lxc-net service is used
# but here we are ready to start own bridge
cat
<<
E_O_F
>/etc/sysconfig/lxd
# FORCE_IMAGE_SYNC=true
# lxdbr0 defaults to only setting up the standard IPv6 link-local network
# to enable routable IPv4 and/or IPv6, please edit /etc/sysconfig/lxd
# The values below are defaults
USE_LXD_BRIDGE="true"
LXD_BRIDGE="lxdbr0"
LXD_CONFILE="/etc/lxd/dnsmasq.conf"
#LXD_DOMAIN="lxd"
# IPv4
LXD_IPV4_ADDR="192.168.202.1"
LXD_IPV4_NETMASK="255.255.255.0"
LXD_IPV4_NETWORK="192.168.202.0"
LXD_IPV4_DHCP_RANGE="192.168.202.100,192.168.202.199"
LXD_IPV4_DHCP_MAX="100"
LXD_IPV4_NAT="true"
# IPv6
#LXD_IPV6_ADDR=""
#LXD_IPV6_MASK=""
#LXD_IPV6_NETWORK=""
#LXD_IPV6_NAT="false"
LXD_IPV6_PROXY="true"
E_O_F
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment