Skip to content

Commit

Permalink
There is no /usr/bin/python3 on rhel8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Jun 14, 2024
1 parent 376f5ac commit 9910920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootpw-basic.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ shutdown

%ksappend payload/default_packages.ks

%post --nochroot --interpreter=/usr/bin/python3
%post --nochroot --interpreter=/usr/bin/python

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion rootpw-lock.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shutdown

%ksappend payload/default_packages.ks

%post --nochroot --interpreter=/usr/bin/python3
%post --nochroot --interpreter=/usr/bin/python

import sys
import os
Expand Down

0 comments on commit 9910920

Please sign in to comment.