From f8387dddff3e1a3e6f041b33b8a8900665dfd823 Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 24 Jan 2015 12:33:35 +0100 Subject: [PATCH] export_ubuntu_live: ajoute option insecure Pour passer le nat d'ytrap-llatsni et faire marcher le netboot. --- gestion/gen_confs/pxeboot/export_ubuntu_live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/pxeboot/export_ubuntu_live b/gestion/gen_confs/pxeboot/export_ubuntu_live index 74aec833..17bc6b51 100755 --- a/gestion/gen_confs/pxeboot/export_ubuntu_live +++ b/gestion/gen_confs/pxeboot/export_ubuntu_live @@ -6,7 +6,7 @@ for type in $UBUNTU_LIVE_TYPE; do for dist in $UBUNTU_LIVE; do for arch in $UBUNTU_LIVE_ARCHS; do if test -e $ISODIR/ubuntu/$type-$dist-desktop-$arch.iso; then - echo "$TFTPROOT/livecd/ubuntu/$type-$dist-$arch 138.231.136.0/21(async,no_subtree_check,no_root_squash,ro)" + echo "$TFTPROOT/livecd/ubuntu/$type-$dist-$arch 138.231.136.0/21(async,no_subtree_check,no_root_squash,ro,insecure)" fi done done