common for arm64, ppc64el, s390x, armhf:
---
cloud-init data iso:
echo 'local-hostname: test' >meta-data
PUBKEY=$(cat $HOME/.ssh/id_rsa.pub)
cat <<EOF >user-data
#cloud-config
users:
- name: ubuntu
ssh-authorized-keys: ["$PUBKEY"]
sudo: ['ALL=(ALL) NOPASSWD:ALL']
groups: sudo
shell: /bin/bash
runcmd:
- echo 'AllowUsers ubuntu' >>/etc/ssh/sshd_config
- restart ssh
EOF
genisoimage -output test-cidata.iso -volid cidata -joliet -rock
user-data meta-data
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to crash in Ubuntu.
https://bugs.launchpad.net/bugs/2042357
Title:
Merge crash 8.0.3+ds1-3 into Noble
Status in crash package in Ubuntu:
In Progress
Status in crash package in Debian:
Fix Released
Bug description:
Work in progress; rebasing on 8.0.3+ds1-3, and testing.
...
$ rmadison -a source crash | grep noble
crash | 8.0.2-1ubuntu1 | noble | source
$ rmadison -a source crash -u debian | grep 'unstable '
crash | 8.0.2-1 | unstable | source
crash | 8.0.3+ds1-3 | unstable | source
...
Debian bugs:
https://bugs.debian.org/1054805
Please update crash to 8.0.3
https://bugs.debian.org/1055117
FTBFS: crash 8.0.3-1 is missing gdb-10.2.tar.gz
...
Docs:
https://github.com/canonical/ubuntu-maintainers-handbook/blob/main/PackageMerging.md
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crash/+bug/2042357/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp