mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-08 01:14:22 +00:00
Merge #400 Run Initial Setup in reconfig mode on IoT images
This commit is contained in:
commit
1a55167415
@ -16,6 +16,9 @@ bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8 console=tty
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
services --enabled=NetworkManager,sshd,rngd,initial-setup
|
||||
|
||||
# tell Initial Setup to run in the reconfig mode
|
||||
firstboot --reconfig --enable
|
||||
|
||||
zerombr
|
||||
clearpart --all
|
||||
autopart --nohome --noswap --type=plain
|
||||
|
Loading…
Reference in New Issue
Block a user