Skip to content
Snippets Groups Projects
Commit edaa2475 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

minor changes

parent 6e47f9f2
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ iso:
paths:
- "*.log"
- "anaconda/*.log"
- "/tmp/ks-script-*"
when: always
image: villas/live-image-creator
tags:
......
>>>> Login with user "root" with an empty passwort. <<<<
File moved
......@@ -58,6 +58,7 @@ anaconda
dracut-live
grub2-efi
syslinux
-dracut-config-rescue
# anaconda needs the locales available to run for different locales
glibc-all-langpacks
......@@ -76,6 +77,12 @@ iproute
# Custom post installer
%post
# Remove root password
passwd -d root > /dev/null
# Dracut handles mouting the rootfs
cat /dev/null > /dev/fstab
# Select tuned profile
tuned-adm profile realtime
......@@ -86,6 +93,7 @@ tuned-adm profile realtime
%post --nochroot
# Copy all files to ISO
rsync --archive --verbose $BUILDDIR/patched_files/ /mnt/sysimage/
%end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment