-
Notifications
You must be signed in to change notification settings - Fork 669
add debian 12 bookworm #1635
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
add debian 12 bookworm #1635
Conversation
919be72
to
39f7af3
Compare
examples/README.md
Outdated
@@ -11,7 +11,8 @@ Distro: | |||
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux | |||
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8 | |||
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9 | |||
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux | |||
- [`debian.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye) | |||
- [`debian.yaml`](./debian-12.yaml): ⭐Debian GNU/Linux 12(bookworm) |
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.
- [`debian.yaml`](./debian-12.yaml): ⭐Debian GNU/Linux 12(bookworm) | |
- [`debian-12.yaml`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm) |
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.
updated
examples/README.md
Outdated
@@ -11,7 +11,8 @@ Distro: | |||
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux | |||
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8 | |||
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9 | |||
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux | |||
- [`debian.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye) |
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.
- [`debian.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye) | |
- [`debian-11.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye) |
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.
updated
examples/debian-12.yaml
Outdated
# This example requires Lima v0.7.0 or later | ||
images: | ||
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months. | ||
- location: "https://cloud.debian.org/images/cloud/bullseye/20230515-1381/debian-11-genericcloud-amd64-20230515-1381.qcow2" |
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 debian 11
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.
Thanks, I copied wrong file by mistake.
bc37bbd
to
8897a4b
Compare
examples/README.md
Outdated
@@ -11,7 +11,8 @@ Distro: | |||
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux | |||
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8 | |||
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9 | |||
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux | |||
- [`debian-11.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye) |
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.
- [`debian-11.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye) | |
- [`debian-11.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye) |
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.
updated
Signed-off-by: unidevel <[email protected]>
@@ -217,7 +217,7 @@ if [[ -n ${CHECKS["port-forwards"]} ]]; then | |||
limactl shell "$NAME" sudo pacman -Syu --noconfirm openbsd-netcat | |||
fi | |||
if [ "${NAME}" = "debian" ]; then | |||
limactl shell "$NAME" sudo apt-get install -y netcat | |||
limactl shell "$NAME" sudo apt-get install -y netcat-openbsd |
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 tested this with debian 11 and debian 12, both works.
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.
Thanks
Add debian-12.yaml, rename debian.yaml to debian-11.yaml, link debian.yaml to debian-12.yaml, and update docs.