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
kevydotvinu opened this issue Aug 25, 2023 · 3 comments
Open

onp fcos issue - No bootable disk #107

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

Comments

@kevydotvinu
Copy link
Owner

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

  • 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

@kevydotvinu
Copy link
Owner Author

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

@kevydotvinu
Copy link
Owner Author

kevydotvinu commented Aug 25, 2023

Add NETWORK and BUTANE environment variable.

@kevydotvinu kevydotvinu 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