Skip to content

Commit af9ce0d

Browse files
authored
Merge pull request #63 from DonyaOS/esmaeelE-patch-1
correct readme
2 parents 32f9f8e + 4d893a9 commit af9ce0d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,28 @@ Just only use the compressed package `donyaOS-build.tar.xz`
3535
Suppose we have another hard disk `sdb` to install donyaOS on it.
3636
Create a 100 MB partition in it.
3737

38+
#### Create home for our new OS
39+
40+
```
41+
DONYA_PATH=$HOME/donayos/
42+
mkdir -p $DONYA_PATH $DONYA_PATH/donya
43+
cd $DONYA_PATH
44+
```
45+
46+
#### Download compressed archive
47+
```
48+
wget https://github.com/DonyaOS/Donya/raw/refs/heads/main/donyaOS-build.tar.xz
49+
sudo tar xvf donyaOS-build.tar.xz -C donya
50+
```
51+
52+
3853
![Installing DonyaOS Qemu Grub](images/qemu1.jpg)
3954

4055
### Format
4156

57+
First off all we need a clean storage partition
58+
If our target partition is `/dev/sdb1` format with below command.
59+
4260
`sudo mkfs.ext4 /dev/sdb1`
4361

4462
### Mount new created `sdb1`

0 commit comments

Comments
 (0)