#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
submenu --unrestricted 'Recuperar EducaAndOS 20.04 (ELIMINA EL CONTENIDO COMPLETO DEL DISCO DURO)' {
	menuentry --unrestricted 'Pulsar Enter para confirmar la restauración (AL CONFIRMAR SE ELIMINARÁN TODOS LOS DATOS ALMACENADOS)' {
	  insmod gzio
	  insmod part_msdos
	  insmod ext2
	  search --no-floppy --fs-uuid --set=root UUID
	  linux /boot/eosrecovery/linux.focal.amd64 net.ifnames=0 biosdevname=0 noprompt preseed/file=/preseed.cfg locale=es_ES.UTF-8 console-setup/ask_detect=false keyboard-configuration/layout=España keyboard-configuration/variant=Español netcfg/get_hostname=educaandos netcfg/dhcp_timeout=60 hw-detect/load_firmware=false user-setup/password-weak=false rw ---
	  initrd /boot/eosrecovery/initrd.focal.amd64.gz
	}
}
