summaryrefslogtreecommitdiffstats
path: root/ubuntu.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-09 00:01:43 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-09 00:01:43 +0100
commit67264db5bca37a841d5d9beffc008277c873e8a0 (patch)
treeeb14b65750e06d3b3d6753d47ca8e087e7a32083 /ubuntu.md
parentb67af703c8fa35e85110a1c77d7c550b803a594a (diff)
Fix reboot not to wait for prompt and ubuntuiso domain
Diffstat (limited to 'ubuntu.md')
-rw-r--r--ubuntu.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu.md b/ubuntu.md
index 155900d..7782e5f 100644
--- a/ubuntu.md
+++ b/ubuntu.md
@@ -18,7 +18,7 @@
```bash
passwd
nmcli dev wifi connect <SSID> password <PASSPHRASE>
-sudo hostnamectl set-hostname ubuntuiso.local
+sudo hostnamectl set-hostname ubuntuiso
sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt install -y openssh-server
sudo systemctl restart ssh avahi-daemon