Skip to content

Commit a687939

Browse files
committed
docs: update notes
1 parent 0970db1 commit a687939

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

NOTES.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,28 @@
44

55
- /
66
- /abimage.abr
7-
- /bin -> .system/usr/bin
7+
- /bin -> usr/bin
88
- /boot
99
- /dev
10-
- /etc -> .system/etc
10+
- /etc
11+
- /FsGuard
1112
- /home -> var/home
12-
- /lib -> .system/usr/lib
13-
- /lib32 -> .system/usr/lib32
14-
- /lib64 -> .system/usr/lib64
15-
- /libx32 -> .system/usr/libx32
16-
- /media
17-
- /mnt
13+
- /lib -> usr/lib
14+
- /lib64 -> usr/lib64
15+
- /media -> run/media
16+
- /mnt -> var/mnt
1817
- /opt
1918
- /part-future
2019
- /proc
21-
- /root
20+
- /root -> var/root
2221
- /run
23-
- /sbin -> .system/usr/sbin
24-
- /srv
22+
- /sbin -> usr/sbin
23+
- /srv -> var/srv
2524
- /sys
25+
- /sysconf
2626
- /tmp
27-
- /usr -> .system/usr
28-
- /var -(mount)-> partData
29-
- /tmp -> var/tmp
27+
- /usr
28+
- /var
3029

3130
## abimage.abr Example
3231

@@ -58,13 +57,15 @@ understandable for the user.
5857

5958
After a successful update, `grub.cfg` and `grub.cfg.future` are swapped.
6059

61-
## Root Boot Structure
60+
## Init Structure
6261

63-
Each root has a `/.system/boot` folder with the following structure:
62+
Each root has a folder in init partition with the following structure:
6463

65-
- /.system/boot
66-
- /.system/boot/grub
67-
- /.system/boot/grub/abroot.cfg
64+
- /vos-a/abroot.cfg
65+
- /vos-a/config-<version>
66+
- /vos-a/initrd.img-<version>
67+
- /vos-a/System.map-<version>
68+
- /vos-a/vmlinuz-<version>
6869

6970
> Check the `/samples/grub` folder for examples.
7071

0 commit comments

Comments
 (0)