Skip to content

Commit

Permalink
Merge pull request #801 from geaaru/master
Browse files Browse the repository at this point in the history
funtoo: Review specs
  • Loading branch information
stgraber authored Dec 24, 2023
2 parents 59d0a7c + 89052da commit 82ce9f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion images/funtoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ files:

packages:
manager: egoportage
update: false
update: true
cleanup: true
sets:
- packages:
Expand All @@ -280,5 +280,12 @@ actions:
rc-update add netif.eth0 default
echo template=dhcpcd > /etc/conf.d/netif.eth0
- trigger: post-packages
action: |-
#!/bin/bash
# Configure LXD/LXC tty
sed -e 's|^#x1|x1|g' -e '/^c[0-9].*/d' -i /etc/inittab
mappings:
architecture_map: funtoo

0 comments on commit 82ce9f5

Please sign in to comment.