Using sysctl.conf directly
oginstaller/pipeline/head This commit looks good
Details
oginstaller/pipeline/head This commit looks good
Details
parent
0dfa410f02
commit
ebefb06891
|
@ -44,9 +44,9 @@ chmod +x $CHROOT_DIR/usr/local/bin/openGnsys-installer.sh
|
|||
|
||||
# Disable ipv6 stack
|
||||
|
||||
echo "net.ipv6.conf.all.disable_ipv6 = 1" > $CHROOT_DIR/etc/sysctl.d/99-og.conf
|
||||
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.d/99-og.conf
|
||||
echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.d/99-og.conf
|
||||
echo "net.ipv6.conf.all.disable_ipv6 = 1" > $CHROOT_DIR/etc/sysctl.conf
|
||||
echo "net.ipv6.conf.default.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.conf
|
||||
echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> $CHROOT_DIR/etc/sysctl.conf
|
||||
|
||||
|
||||
# # Create mount points
|
||||
|
|
Loading…
Reference in New Issue