diff options
| author | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
|---|---|---|
| committer | root <root@sg1.noml.ch> | 2025-05-22 18:36:01 +0800 |
| commit | 3a52e92fbbbab4df949740f89a389d68281a9428 (patch) | |
| tree | 5cb3b864eb0e3f3b90a1efd9cbdee1fb9f158f4a /others/user-data | |
| parent | 8cb260002db7c46ea5fe2c3f589b485e5f5d970d (diff) | |
Diffstat (limited to 'others/user-data')
| -rw-r--r-- | others/user-data | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/others/user-data b/others/user-data deleted file mode 100644 index 795fb19..0000000 --- a/others/user-data +++ /dev/null @@ -1,16 +0,0 @@ -#cloud-config -users: - - name: fedora - ssh-authorized-keys: - - - sudo: ['ALL=(ALL) NOPASSWD:ALL'] - groups: wheel - shell: /bin/bash -runcmd: - - sudo growpart /dev/sda 1 - - sudo xfs_growfs / - - sudo dnf install -y vim git - - cd /home/fedora - - git clone https://git.0nom.ch/setup - - sudo ./setup/setup.sh - - touch /home/fedora/runcmd_done |
