mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
debug
This commit is contained in:
parent
9c1ff63bab
commit
a8ea07f618
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
input.txt: gen_input.sh
|
||||
find ../results/
|
||||
sed -i 's/quiet/quiet $(EXTRA_BOOT_PARAMS)/g' ../results/boot/grub2/grub.cfg
|
||||
sed -i 's/quiet/quiet $(EXTRA_BOOT_PARAMS)/g' ../results/EFI/BOOT/grub.cfg
|
||||
$(eval _VARS = ARCH FLATPAK_DIR IMAGE_NAME IMAGE_TAG ISO_NAME VERSION)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ echo "-joliet on"
|
|||
echo "-compliance joliet_long_names"
|
||||
pushd "${PWD}/../results" > /dev/null
|
||||
#for file in $(find .)
|
||||
find
|
||||
for file in ./boot/grub2/grub.cfg ./EFI/BOOT/grub.cfg
|
||||
do
|
||||
if [[ "$file" == "./images/boot.iso" ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue