Force to execute sysctl in chroot
oginstaller/pipeline/head There was a failure building this commit Details

move-to-docker
Nicolas Arenas 2024-11-05 16:53:59 +01:00
parent ebefb06891
commit a1052de439
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ 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
chroot $CHROOT_DIR sysctl -p
# # Create mount points
mount --bind /dev/ $CHROOT_DIR/dev