export_ubuntu_live: ajoute option insecure
Pour passer le nat d'ytrap-llatsni et faire marcher le netboot.
This commit is contained in:
parent
7df72a5733
commit
f8387dddff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue