diff options
author | Silvino Silva <silvino@bk.ru> | 2019-06-07 23:39:32 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-06-07 23:45:34 +0100 |
commit | 8af00e259088a5a6c44e45c1a6d0efabf1fa155a (patch) | |
tree | a367ad8ef6e6ddb831f9a8043d7bf76c5d2e1bea /core/configure.html | |
parent | b0d9f669aa8032e63ea7dc8e2eebe6fe022129b8 (diff) | |
parent | 175b83995519059948b5d2e9da4a76c7ab070bc3 (diff) | |
download | doc-8af00e259088a5a6c44e45c1a6d0efabf1fa155a.tar.gz |
core install and configure fix's
Diffstat (limited to 'core/configure.html')
-rw-r--r-- | core/configure.html | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/core/configure.html b/core/configure.html index 0387c4e..10d5823 100644 --- a/core/configure.html +++ b/core/configure.html @@ -18,22 +18,26 @@ </pre> <pre> - $ export BLK_EFI=/dev/sda1 - $ export BLK_BOOT=/dev/sda2 - $ export BLK_ROOT=/dev/sda3 - $ export BLK_VAR=/dev/sda5 - $ export BLK_USR=/dev/sda7 + $ export BLK_EFI=/dev/sda2 + $ export BLK_BOOT=/dev/sda3 + $ export BLK_ROOT=/dev/vg_system/lv_root + $ export BLK_VAR=/dev/vg_system/lv_var - $ export BLK_HOME=/dev/sda8 + $ export BLK_HOME=/dev/vg_system/lv_home $ sudo mount $BLK_BOOT $CHROOT/boot $ sudo mount $BLK_EFI $CHROOT/boot/efi $ sudo mount $BLK_VAR $CHROOT/var - $ sudo mount $BLK_USR $CHROOT/usr - $ sudo mount $BLK_HOME $CHROOT/home </pre> + <p>If using separate /usr partition;</p> + <pre> + $ export BLK_USR=/dev/vg_system/lv_usr + $ sudo mount $BLK_USR $CHROOT/usr + </pre> + + <p>Now you can chroot;</p> <pre> @@ -271,7 +275,7 @@ <a href="index.html">Core OS Index</a> <p>This is part of the Hive System Documentation. - Copyright (C) 2018 + Copyright (C) 2019 Hive Team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> |