Manjaro 사용법

1. Update

  • ‘yy’s will force resync with your mirror
  • ‘-a’ update AUR packages, so resync, update, include aur is
yaourt -Syyua


2. Partition

Reference

  • EFI PARTITION
    • Select the unpartitioned space → Create
      1. Size → input 512
      2. Filesystem → select FAT32
      3. Mountpoint → select /boot/efi
      4. Flags → check boot and esp → OK
  • SWAP PARTITION
    • Select the unpartitioned space → Create
      1. Size → input 2048
      2. Filesystem → select linuxswap
      3. Flags → check swap → OK
  • ROOT PARTITION
    • Select the unpartitioned space → Create
      1. Size → input 2048000 (min. recommended size)
      2. Filesystem → select ext4
      3. Mountpoint → select / (root) → OK
  • HOME PARTITION
    • Select the unpartitioned space → Create
      1. Size → Use remaining
      2. Filesystem → select ext4
      3. Mountpoint → select /home → OK