Skip to content

Commit

Permalink
Add info about standard partition layout and LVM to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Sep 6, 2019
1 parent 4930251 commit e5761ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Drivers:
- fedora media writer (custom image option)- <https://getfedora.org/en/workstation/download/>
- don't use `livecd-iso-to-disk`, because it's overwriting grub settings
- Install Fedora
- Boot directly from MacOS boot manager. (You can boot into it by pressing and holding option key after clicking power-on button).
- There will be three boot options available, usually the third one works for me. (There are three of them, because there are three partitions in ISO: 1) ISO9660: with installer data, 2) fat32, 3) hfs+)
- You should use standard partition layout during partitioning your Disk in anaconda, because i haven't tested LVM scenario yet. <https://github.com/mikeeq/mbp-fedora/issues/2>
- /boot/efi - 1024MB Linux HFS+ ESP
- /boot - 1024MB EXT4
- / - xxxGB EXT4
- Login with default user: `fedora` pass: `fedora` (it's created due to gnome-initial-setup issue)
- Put wifi firmware files to `/lib/firmware/brcm/`
- tutorial - <https://github.com/mikeeq/mbp-fedora-kernel/#working-with-mbp-fedora-kernel>
Expand Down

0 comments on commit e5761ef

Please sign in to comment.