Skip to content

Instantly share code, notes, and snippets.

@stefanozanella
Created November 27, 2013 12:57
Show Gist options
  • Save stefanozanella/7675229 to your computer and use it in GitHub Desktop.
Save stefanozanella/7675229 to your computer and use it in GitHub Desktop.
How to improve UX during kickstart installations with long `%post` sections

From here

%post
# change to new vt and set stout/stdin
exec < /dev/tty6 > /dev/tty6
chvt 6
# run post-install

# write/call scripts here

# change back to first vt
chvt 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment