init
This commit is contained in:
parent
443eb604ec
commit
c31f798a68
30
README
30
README
@ -0,0 +1,30 @@
|
|||||||
|
+--------------------+
|
||||||
|
| Everest Linux Edge |
|
||||||
|
+--------------------+
|
||||||
|
|
||||||
|
Easily update an Everest system with Git.
|
||||||
|
|
||||||
|
+-------------------+
|
||||||
|
| How does it work? |
|
||||||
|
+-------------------+
|
||||||
|
|
||||||
|
All system images contain a .git directory, containing metadata
|
||||||
|
for every file on /. Once installed, a user can easily keep
|
||||||
|
their system updated, just by pulling in the latest release.
|
||||||
|
|
||||||
|
+------------------+
|
||||||
|
| What you'll need |
|
||||||
|
+------------------+
|
||||||
|
|
||||||
|
- A separate /usr partition (Git will NOT touch /usr.)
|
||||||
|
- Git
|
||||||
|
|
||||||
|
+----------+
|
||||||
|
| Updating |
|
||||||
|
+----------+
|
||||||
|
|
||||||
|
Unmount your /usr partition:
|
||||||
|
|
||||||
|
(root)# umount -R /usr
|
||||||
|
OR
|
||||||
|
(root)# umount /dev/sdX # the drive mounted to /usr
|
Loading…
Reference in New Issue
Block a user