Compare commits
2 Commits
dd18ae23de
...
24.06
Author | SHA1 | Date | |
---|---|---|---|
98bb94bec1 | |||
1b63c6e77a |
@ -80,6 +80,7 @@ if ! type "grub-mkrescue" > /dev/null; then
|
||||
set_indent
|
||||
warn "If you want to create UEFI ISO files make sure you install x64 GRUB or grub-efi"
|
||||
warn "If you want to create BIOS ISO files make sure you install x86 GRUB or grub-bios"
|
||||
warn "After installing GRUB, don't forget to install libisoburn as well"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -438,7 +438,7 @@ success "(3/6) Created the changes file (CHANGES)"
|
||||
|
||||
# create the install script
|
||||
if type INSTALL &>/dev/null; then
|
||||
echo "$(type INSTALL | head -n-1 | tail -n-2 | sed 's/ //')" > "${distpath}/INSTALL"
|
||||
echo "$(type INSTALL | head -n-1 | sed '1,3d' | sed 's/ //')" > "${distpath}/INSTALL"
|
||||
check_ret "(4/6) Failed to create the install script (INSTALL)"
|
||||
fi
|
||||
success "(4/6) Created the install script (INSTALL)"
|
||||
|
Reference in New Issue
Block a user