Force to execute sysctl in chroot
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
ebefb06891
commit
a1052de439
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue