mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
tired of writing this for testing
This commit is contained in:
parent
a713be21d3
commit
87cdfc6227
2 changed files with 18 additions and 0 deletions
|
|
@ -50,4 +50,6 @@ do
|
||||||
echo "-chmod 0444 ${file}"
|
echo "-chmod 0444 ${file}"
|
||||||
done
|
done
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
echo "-map ${PWD}/temp.ks temp.ks"
|
||||||
|
echo "-chmoc 0444 temp.ks"
|
||||||
echo "-end"
|
echo "-end"
|
||||||
|
|
|
||||||
16
xorriso/temp.ks
Normal file
16
xorriso/temp.ks
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
user --name alice --password $6$4ax95Fe8EwB0S5o7$zz23FfruNX4Tp0EoiDYwRN5D6GUnUqGZHm/d7QkUdXB19lvbh2sd8K19cKSfU0sCO05n8WtMcn5jpcmh9l5I20 --iscrypted --groups wheel
|
||||||
|
rootpw --lock
|
||||||
|
lang en_US.UTF-8
|
||||||
|
keyboard us
|
||||||
|
timezone UTC
|
||||||
|
clearpart --all
|
||||||
|
network --device=link --bootproto=dhcp --onboot=on --activate
|
||||||
|
reqpart --add-boot
|
||||||
|
|
||||||
|
part swap --fstype=swap --size=1024
|
||||||
|
part / --fstype=ext4 --grow
|
||||||
|
|
||||||
|
reboot --eject
|
||||||
|
%post
|
||||||
|
bootc switch --mutate-in-place --transport registry quay.io/centos-bootc/centos-bootc:stream9
|
||||||
|
%end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue