On 23/09/15 03:04, Richard Nelson wrote:
> Greetings,
>
> Please know that If the below patch is based against debian-next branch
> I believe you can commit it yourself see:
>
> http://live.debian.net/manual/unstable/html/live-manual.en.html#665
I did not realize that. Thanks a lot!
Some BIOSes dont't boot from partitions starting at sector 1024.
Some are even more peculiar and only start from sector 63.
This patch adds an option for the binary_hdd target to manually
configure the partition start.
---
scripts/build/binary_hdd | 14 --
scripts/build/config | 12
e anything
I'll be happy to do it.
Maximilian Mehnert (1):
Old BIOS: start partition at specific place
scripts/build/binary_hdd | 14 --
scripts/build/config | 12 +++-
2 files changed, 23 insertions(+), 3 deletions(-)
--
2.5.1
I created three patches against the debian-next branch which you can see at
https://github.com/mmehnert/live-build/commits/devel
the repository URL is https://github.com/mmehnert/live-build.git.
Please feel free to merge or cherry-pick from my "devel" branch.
624fe33 add option to start partiti