connection.id perimeter \
connection.interface-name $CONNECTION_DEVICE \
connection.type 802-3-ethernet \
- ipv4.addresses "192.168.173.251/24" \
- ipv4.dns "192.168.173.174" \
+ ipv4.addresses "192.168.173.174/24" \
+ ipv4.dns "192.168.173.223" \
ipv4.dns-search "pm.user.hu" \
ipv4.gateway "192.168.173.254" \
ipv4.method "manual" \
- ipv6.method "auto" \
+ ipv6.addresses "2001:1aa1:000a:7c0c:000c:18ff:fe03:adae/64" \
+ ipv6.dns "2001:1aa1:000a:7c0c:000c:18ff:fe03:addf" \
+ ipv6.dns-search "pm.useribm.hu" \
+ ipv6.gateway "2001:1aa1:000a:7c0c:000c:18ff:fe03:adfe" \
+ ipv6.method "manual" \
+ ipv6.routes "2001:1aa1:000a:7dae::/64 2001:1aa1:000a:7c0c:000c:18ff:fe03:ad01" \
save yes
nmcli connection show
--- /dev/null
+#!/bin/sh
+
+
+systemctl enable httpd.service
+systemctl start httpd.service
+systemctl enable NetworkManager-wait-online.service
+systemctl start NetworkManager-wait-online.service
+
+systemctl enable logrotate.timer
+systemctl start logrotate.timer
# mode file (relative to /c3d)
755 firstboot/scripts/*.sh
-755 postinstall/install-data/usr/local/bin/*
755 postinstall/scripts/*.sh
+++ /dev/null
-#!/bin/sh
-
-
-REAL_PATH=$(dirname $(realpath $0))
-SOURCE_PATH=$REAL_PATH/install
-
-chown -R root.root $SOURCE_PATH/*
+++ /dev/null
-#!/bin/sh
-
-
-REAL_PATH=$(dirname $(realpath $0))
-SOURCE_PATH=$REAL_PATH/install
+++ /dev/null
-#!/bin/sh
-
-
-REAL_PATH=$(dirname $(realpath $0))
-
-tar --create \
- --directory=$REAL_PATH \
- --exclude=.placeholder \
- --to-stdout \
- install \
- | tar --extract \
- --backup \
- --directory=/ \
- --no-overwrite-dir \
- --strip-components=1 \
- --suffix=.orig
#!/bin/sh
-systemctl enable httpd.service
-systemctl enable NetworkManager-wait-online.service
+systemctl disable httpd.service
+systemctl disable NetworkManager-wait-online.service
-systemctl enable logrotate.timer
+systemctl disable logrotate.timer
+++ /dev/null
-#!/bin/sh
-
-
-REAL_PATH=$(dirname $(realpath $0))
-
-echo rm -Rf $REAL_PATH
lxc.net.0.type = veth
lxc.net.0.flags = up
lxc.net.0.link = brch-dev
-lxc.net.0.hwaddr = 02:0c:18:03:ad:fb
+lxc.net.0.hwaddr = 02:0c:18:03:ad:ae
lxc.autodev = 1
DISTRIBUTION=Fedora
DISTRIBUTION_VERSION=38
-ROOT_PACKAGES="hostname initscripts iproute rootfiles systemd-udev"
-BASE_PACKAGES="NetworkManager iputils logrotate rsyslog tar vim-minimal"
-SPEC_PACKAGES="httpd mod_wsgi"
+SPEC_PACKAGES="httpd \
+ mod_wsgi"