From 4d893a9b9c79e87e12f92382afc6f04abb8c860a Mon Sep 17 00:00:00 2001 From: esmaeelE Date: Tue, 19 Nov 2024 00:14:10 +0330 Subject: [PATCH] correct readme we update README file to fix install issue. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 2db7f94..e0d884b 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,28 @@ Just only use the compressed package `donyaOS-build.tar.xz` Suppose we have another hard disk `sdb` to install donyaOS on it. Create a 100 MB partition in it. +#### Create home for our new OS + +``` +DONYA_PATH=$HOME/donayos/ +mkdir -p $DONYA_PATH $DONYA_PATH/donya +cd $DONYA_PATH +``` + +#### Download compressed archive +``` +wget https://github.com/DonyaOS/Donya/raw/refs/heads/main/donyaOS-build.tar.xz +sudo tar xvf donyaOS-build.tar.xz -C donya +``` + + ![Installing DonyaOS Qemu Grub](images/qemu1.jpg) ### Format +First off all we need a clean storage partition +If our target partition is `/dev/sdb1` format with below command. + `sudo mkfs.ext4 /dev/sdb1` ### Mount new created `sdb1`