search for: datapartit

Displaying 9 results from an estimated 9 matches for "datapartit".

Did you mean: dataparty
2016 Jun 30
8
[PATCH] : Adding dlabel option to chain.c32
...ition with a particular label. This new option offer to boot the disk that have a partition which have a given label. The label is so just a way to detect a disk to boot. A typical use is for making an intelligent localboot like : label localboot com32 chain.c32 append dlabel=datapartition This allow booting on a disk that sports a least one partition labelled "datapartition". You can consider dlabel= doing almost what mbr= does but by inspecting the gpt partitions label. Please find below the commit : https://github.com/ErwanAliasr1/syslinux/commit/ebf8cbfb8cef49517...
2016 Jul 15
2
[PATCH] : Adding dlabel option to chain.c32
...a partition which > > have a given label. > > The label is so just a way to detect a disk to boot. > > > > A typical use is for making an intelligent localboot like : > > > > label localboot > > com32 chain.c32 > > append dlabel=datapartition > > > > This allow booting on a disk that sports a least one partition > > labelled "datapartition". > > > > You can consider dlabel= doing almost what mbr= does but by inspecting > > the gpt partitions label. > > > > > > Please...
2016 Jun 30
0
[PATCH] : Adding dlabel option to chain.c32
...he boot process; its label is just used for the detection / selection of the disk. > A typical use is for making an intelligent localboot like : > A possible use case is for making a localboot like: > label localboot > com32 chain.c32 > append dlabel=datapartition > > This allow booting on a disk that sports a least one partition > labelled "datapartition". > This option allows booting a disk that contains at least one partition labeled "datapartition". > You can consider dlabel= doing almost what mbr= does bu...
2016 Jul 14
3
[PATCH] : Adding dlabel option to chain.c32
On 07/14/16 05:56, Ady Ady via Syslinux wrote: > > @Peter, Erwan, Gene, Michal, (and anyone else interested)... > > Although I haven't actually tested Erwan's patch, would it be > acceptable by you (all) if I were to send a patch to this Syslinux > Mailing List with the same code while changing the wording as I > previously suggested in a prior email? Would it be
2016 Jul 15
0
[PATCH] : Adding dlabel option to chain.c32
...option offer to boot the disk that have a partition which > have a given label. > The label is so just a way to detect a disk to boot. > > A typical use is for making an intelligent localboot like : > > label localboot > com32 chain.c32 > append dlabel=datapartition > > This allow booting on a disk that sports a least one partition > labelled "datapartition". > > You can consider dlabel= doing almost what mbr= does but by inspecting > the gpt partitions label. > > > Please find below the commit : > https://github....
2016 Jul 15
0
[PATCH] : Adding dlabel option to chain.c32
...option offer to boot the disk that have a partition which > have a given label. > The label is so just a way to detect a disk to boot. > > A typical use is for making an intelligent localboot like : > > label localboot > com32 chain.c32 > append dlabel=datapartition > > This allow booting on a disk that sports a least one partition > labelled "datapartition". > > You can consider dlabel= doing almost what mbr= does but by inspecting > the gpt partitions label. > [...] Are you actually referring to GPT *name* of a partition...
2016 Jul 15
0
[PATCH] : Adding dlabel option to chain.c32
...;>> have a given label. >>> The label is so just a way to detect a disk to boot. >>> >>> A typical use is for making an intelligent localboot like : >>> >>> label localboot >>> com32 chain.c32 >>> append dlabel=datapartition >>> >>> This allow booting on a disk that sports a least one partition >>> labelled "datapartition". >>> >>> You can consider dlabel= doing almost what mbr= does but by inspecting >>> the gpt partitions label. >>> >>&...
2016 Jul 15
0
[PATCH] : Add diskbypartname option to chain.c32
...first _disk_ that matches the search. The specified partition might not be related to the boot process; its Name is just used for the detection / selection of the disk. A possible use case is for making a localboot like: label localboot com32 chain.c32 append diskbypartname=datapartition This option allows booting a disk that contains at least one GPT partition named "datapartition". The "diskbypartname:" option can be considered as doing almost what the "mbr:" option does, but by searching for a specified Partition Name in the GPT partitions....
2016 Jul 16
5
[PATCH] : Adding dlabel option to chain.c32
...>>> The label is so just a way to detect a disk to boot. > >>> > >>> A typical use is for making an intelligent localboot like : > >>> > >>> label localboot > >>> com32 chain.c32 > >>> append dlabel=datapartition > >>> > >>> This allow booting on a disk that sports a least one partition > >>> labelled "datapartition". > >>> > >>> You can consider dlabel= doing almost what mbr= does but by inspecting > >>> the gpt partitions...