注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Finishing/5/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot. | Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot. | ||
<console> | <console> | ||
%chroot% ##i##exit | |||
# ##i##cd /mnt | # ##i##cd /mnt | ||
# ##i##umount -lR funtoo | # ##i##umount -lR funtoo | ||
# ##i##reboot | # ##i##reboot | ||
</console> | </console> |
Revision as of 22:05, October 10, 2019
Leave the chroot, change directory to /mnt, unmount your Funtoo partitions, and reboot.
chroot # exit root # cd /mnt root # umount -lR funtoo root # reboot