Merge pull request #773 from MilhouseVH/gpt_fsresize_2

init: synchronise UEFI and legacy syslinux.cfg updates
This commit is contained in:
Lukas Rusak 2016-09-28 12:22:52 -07:00 committed by GitHub
commit f32667f9d8

View File

@ -698,6 +698,7 @@
mount -o remount,rw /flash
sed -i "s/^DEFAULT .*/DEFAULT $SYSLINUX_DEFAULT/" /flash/syslinux.cfg
[ -f /flash/EFI/BOOT/syslinux.cfg ] && cp /flash/syslinux.cfg /flash/EFI/BOOT/syslinux.cfg
mount -o remount,ro /flash
fi
fi