29 August 2025
Ссылка
click to show
click to show
im follow this guide: https://www.eve-ng.net/index.php/documentation/howtos/catalyst-8000v/
@MissRose_bot hello, can you help me pls
Replymessage unavailable
How to disable setup wizard on login
1. Edit the setup wizard script:
nano /opt/ovf/ovfconfig.sh
2. Add this after the first line:
# If .skipovfconfig exists in home, skip the OVF config script
if [[ -e ~/.skipovfconfig ]]; then
echo "Skipping OVF config script"
exit
fi
3. Create the .skipovfconfig file:
cd ~
touch .skipovfconfig
Next time you login, you shouldn't get the setup wizard popping up
30 August 2025