diff options
author | ramon <ramongomez@us.es> | 2018-04-19 11:41:58 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2018-04-19 11:41:58 +0000 |
commit | 2c5a875a5ffd6c3fec3441a6e865e5df02f769c2 (patch) | |
tree | c3e4a3c2cd2f8e042165ad7880a114619adb7c14 /installer/opengnsys_installer.sh | |
parent | 2cce651a4b4dc87fbd120e44cfbc13f4322ccde7 (diff) |
#802: Adaptar plantilla DHCP y preparar primera plantilla PXE para sistemas UEFI.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5735 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 254f6ebe..b1dcded3 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -917,8 +917,6 @@ function tftpConfigure() service=$INETDSERV $ENABLESERVICE; $STARTSERVICE - # Creating default UEFI template file. - echo 'source "$prefix/$net_default_mac"' > $TFTPCFGDIR/grub/grub.cfg # comprobamos el servicio tftp sleep 1 testPxe |