add logs, reconfig system
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#version=DEVEL
|
||||
# Firewall configuration
|
||||
firewall --disabled
|
||||
# Run the Setup Agent on first boot
|
||||
firstboot --reconfig
|
||||
# Keyboard layouts
|
||||
keyboard --xlayouts='ch (fr)'
|
||||
# System language
|
||||
@@ -33,7 +35,7 @@ clearpart --all --initlabel
|
||||
# Disk partitioning information
|
||||
part / --fstype="ext4" --size=5120
|
||||
|
||||
%post
|
||||
%post --logfile=/mnt/sysimage/root/post.log
|
||||
|
||||
# Enable livesys services
|
||||
systemctl enable livesys.service
|
||||
|
Reference in New Issue
Block a user