From 261bb00c3c165b269eccf27708698bc7503901ad Mon Sep 17 00:00:00 2001 From: samwhelp Date: Tue, 26 Nov 2024 16:44:06 +0800 Subject: [PATCH] fix --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 743b729..73da756 100644 --- a/README.md +++ b/README.md @@ -71,22 +71,6 @@ -## Lingmo OS / Live System - -| Account | Value | -| -------- | ------ | -| Username | `lingmo` | -| Password | `live` | - -若想要移除目前帳號的密碼,可以執行下面指令 - -``` sh -sudo passwd -d $(whoami) -``` - - - - ## Boot ISO By GRUB > 將產出的「iso檔案」放置到「`/opt/iso/lingmo/latest/lingmo.iso`」這個路徑 @@ -123,6 +107,22 @@ menuentry "Lingmo OS" --class Debian { +## Lingmo OS / Live System + +| Account | Value | +| -------- | ------ | +| Username | `lingmo` | +| Password | `live` | + +若想要移除目前帳號的密碼,可以執行下面指令 + +``` sh +sudo passwd -d $(whoami) +``` + + + + ## 連結 | 連結 | GitHub | @@ -141,6 +141,7 @@ menuentry "Lingmo OS" --class Debian { | [Debian 探索筆記](https://samwhelp.github.io/note-about-debian/) | [GitHub](https://github.com/samwhelp/note-about-debian) | | [EznixOS 探索筆記](https://samwhelp.github.io/note-about-eznixos/) | [GitHub](https://github.com/samwhelp/note-about-eznixos) | | [Lika OS 探索筆記](https://samwhelp.github.io/note-about-lika/) | [GitHub](https://github.com/samwhelp/note-about-lika) | +| [Lika Live Build Config 探索筆記](https://samwhelp.github.io/note-about-lika-live-build-config/) | [GitHub](https://github.com/samwhelp/note-about-lika-live-build-config) |