mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
installer : allow to have per distro EXTLINUX_PARAMETERS
This commit is contained in:
parent
1d15c59f34
commit
16b6ad3881
@ -26,7 +26,7 @@
|
||||
PARTSIZE_SYSTEM_OFFSET="@SYSTEM_PART_START@"
|
||||
|
||||
# additional parameters to extlinux
|
||||
EXTLINUX_PARAMETERS=""
|
||||
EXTLINUX_PARAMETERS="@EXTLINUX_PARAMETERS@"
|
||||
|
||||
# enable BIOS update function
|
||||
BIOS_UPDATE="no"
|
||||
|
@ -52,6 +52,7 @@ post_install() {
|
||||
fi
|
||||
sed -e "s/@SYSTEM_SIZE@/$SYSTEM_SIZE/g" \
|
||||
-e "s/@SYSTEM_PART_START@/$SYSTEM_PART_START/g" \
|
||||
-e "s/@EXTLINUX_PARAMETERS@/$EXTLINUX_PARAMETERS/g" \
|
||||
-i $INSTALL/etc/installer.conf
|
||||
|
||||
enable_service installer.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user