-
Notifications
You must be signed in to change notification settings - Fork 669
examples: Add AlmaLinux to Lima #630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples: Add AlmaLinux to Lima #630
Conversation
- location: "/tmp/lima" | ||
writable: true | ||
firmware: | ||
legacyBIOS: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we need this for Alma too?
Lines 3 to 5 in f24302b
# Hint: If QEMU crashes with error "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac, | |
# try setting environment variable QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu Haswell-v4" | |
# https://bugs.launchpad.net/qemu/+bug/1838390 |
@@ -248,7 +248,7 @@ Alternatively, you may also directly ssh into the guest: `ssh -p 60022 -i ~/.lim | |||
Yes, it should work, but not regularly tested on ARM (due to lack of CI). | |||
|
|||
#### "Can I run non-Ubuntu guests?" | |||
Alpine, Arch Linux, Debian, Fedora, openSUSE, and Rocky are also known to work. | |||
AlmaLinux, Alpine, Arch Linux, Debian, Fedora, openSUSE, and Rocky are also known to work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a similar list in the top of README.md too
@@ -242,7 +242,7 @@ Limaにはデータの喪失を引き起こすバグが含まれているかも | |||
はい。動くでしょう。ただ、ARM Macでの定期的なテストはなされていません(CIがないため)。 | |||
|
|||
#### "Ubuntu以外のゲストを動かすことはできますか?" | |||
Alpine, Arch Linux, Debian, Fedora, openSUSE, Rocky が動くことが知られています。[`./examples/`](./examples/)を見てください。 | |||
AlmaLinux, Alpine, Arch Linux, Debian, Fedora, openSUSE, Rocky が動くことが知られています。[`./examples/`](./examples/)を見てください。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Japanese translation should be a separate commit.
Please update the revision/date in the header too.
9a306c6
to
2b54c0d
Compare
Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
ac0d670
to
19eef5f
Compare
README.ja.md
Outdated
@@ -1,4 +1,4 @@ | |||
This is an *unofficial* translation of [`README.md` (revision fce1b2fad8, 2022-01-28)](https://github.com/lima-vm/lima/blob/fce1b2fad85762d72d2e4d37e4ab211f570fa2d1/README.md). | |||
This is an *unofficial* translation of [`README.md` (revision 4c7376a, 202200-05)](https://github.com/lima-vm/lima/blob/4c7376a9a7ac54514611a39ea720eb9798bfe973/README.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
Signed-off-by: KOSHIKAWA Kenichi <[email protected]>
19eef5f
to
ec50a46
Compare
Bikeshedding: the filename should be So far, the only YAML with the |
comment: According to AlmaLinux's official website, the distro name is "AlmaLinux", not "Alma Linux". That's why I used "almalinux" for filename. |
It would help with some background information on what the Linux distribution is, and what it offers... It seems to be yet another RHEL clone, but I guess that was to be expected when CentOS died ?
https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_derivatives Maybe they can be grouped or labelled or something. NAME="AlmaLinux" NAME="Rocky Linux" I would expect them to behave "similar". |
Side note: NAME="CentOS Linux" NAME="CentOS Stream" This is going to be lots of fun, trying to sort those out. So lima didn't even try... |
Yes, they are both trying to be the replacement for CentOS. Rocky is headed by the original creator of CentOS while AlmaLinux is under control of a foundation created (and sponsored) by CloudLinux. They both want to be the same thing, and they should be extremely similar by design. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, but there are unaddressed comments from @AkihiroSuda. Not sure what to make of this, as the PR was approved after making those comments; so not sure if they should still be addressed or not.
Fedora LTS 😀 I made some table in some other context, but it should be very similar w.r.t. the RPMS.
We decided to drop both el7 and el9, and focus on el8 - which is the current release. |
Wonder why the alma image is so much smaller than the rocky (and centos) image ?
Almost a GB in difference, but the compression and the rpm package list look similar ? |
Most ridiculous thiing I have heard, but I guess they "inherited" it from CloudLinux (without space). |
This PR contains:
I've confirmed on my machine that AlmaLinux works with Lima.
Signed-off-by: KOSHIKAWA Kenichi <reishoku.misc
@pm.me>