File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,28 @@ Just only use the compressed package `donyaOS-build.tar.xz`
35
35
Suppose we have another hard disk ` sdb ` to install donyaOS on it.
36
36
Create a 100 MB partition in it.
37
37
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
+
38
53
![ Installing DonyaOS Qemu Grub] ( images/qemu1.jpg )
39
54
40
55
### Format
41
56
57
+ First off all we need a clean storage partition
58
+ If our target partition is ` /dev/sdb1 ` format with below command.
59
+
42
60
` sudo mkfs.ext4 /dev/sdb1 `
43
61
44
62
### Mount new created ` sdb1 `
You can’t perform that action at this time.
0 commit comments