Skip to content
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

onp fcos issue - No bootable disk #107

Open
k37y opened this issue Aug 25, 2023 · 3 comments
Open

onp fcos issue - No bootable disk #107

k37y opened this issue Aug 25, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@k37y
Copy link
Owner

k37y commented Aug 25, 2023

  • Correct --disk= option from size=${DISK_GB} to ${DISK} in virt-install command.
@k37y
Copy link
Owner Author

k37y commented Aug 25, 2023

  • Add SSH password authentication
variant: fcos
version: 1.4.0
storage:
  files:
    - path: /etc/ssh/sshd_config.d/20-enable-passwords.conf
      mode: 0644
      contents:
        inline: |
          # Fedora CoreOS disables SSH password login by default.
          # Enable it.
          # This file must sort before 40-disable-passwords.conf.
          PasswordAuthentication yes

@k37y
Copy link
Owner Author

k37y commented Aug 25, 2023

  • Replace watch sudo virsh domifaddr fcos with sudo virsh console fcos.

@k37y
Copy link
Owner Author

k37y commented Aug 25, 2023

Add NETWORK and BUTANE environment variable.

@k37y k37y added the bug Something isn't working label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant