Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion iso/preseeds/ubuntu/autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ autoinstall:
- iptables

late-commands:
- "curtin in-target --target=/target -- apt update && apt install -y chrony build-essential iw iwd avahi-utils"
- "curtin in-target --target=/target -- apt-get update"
- "curtin in-target --target=/target -- apt-get install -y chrony build-essential iw iwd avahi-utils"
- "mkdir -p /target/usr/src/dappnode"
- "cp -ar /cdrom/dappnode/* /target/usr/src/dappnode/"
- "cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
Expand Down
3 changes: 2 additions & 1 deletion iso/preseeds/ubuntu/autoinstall_unattended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ autoinstall:
timezone: UTC

late-commands:
- "curtin in-target --target=/target -- apt update && apt install -y chrony build-essential iw iwd avahi-utils"
- "curtin in-target --target=/target -- apt-get update"
- "curtin in-target --target=/target -- apt-get install -y chrony build-essential iw iwd avahi-utils"
- "mkdir -p /target/usr/src/dappnode"
- "cp -ar /cdrom/dappnode/* /target/usr/src/dappnode/"
- "cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
Expand Down
Loading