Skip to content

Commit

Permalink
Merge pull request #63 from DonyaOS/esmaeelE-patch-1
Browse files Browse the repository at this point in the history
correct readme
  • Loading branch information
BaseMax authored Nov 18, 2024
2 parents 32f9f8e + 4d893a9 commit af9ce0d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit af9ce0d

Please sign in to comment.