mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
reference at root of iso
This commit is contained in:
parent
2c22d1f23c
commit
b92cf8fa23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
sudo mkdir /mnt/iso
|
||||
sudo mount -o loop ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso /mnt/iso
|
||||
cp /mnt/iso/boot/grub2/grub.cfg grub.cfg
|
||||
sed -i 's/quiet/console=ttyS0,115200n8/' grub.cfg
|
||||
sed -i 's/quiet/console=ttyS0,115200n8 inst.ks=\/run\/install\/repo\/ks.cfg/' grub.cfg
|
||||
cat << EOF > ks.cfg
|
||||
lang en_US.UTF-8
|
||||
keyboard us
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue