search for: labelroot

Displaying 5 results from an estimated 5 matches for "labelroot".

Did you mean: labelboot
2016 Jul 15
2
[PATCH] : Adding dlabel option to chain.c32
...647 1024000 500M Linux filesystem > /dev/vda3 1435648 22646783 21211136 10.1G Linux filesystem > /dev/vda4 22646784 25163775 2516992 1.2G Linux swap > > > # fatlabel /dev/vda1 > labelefi > > # e2label /dev/vda2 > labelboot > > # e2label /dev/vda3 > labelroot > > # swaplabel /dev/vda4 > LABEL: labelswap > ... > > > Filesystem *label* and *label* of a swap area > distinguish from > GPT *name* of a partition > _If_ I understand Erwan's patch correctly, we are talking about the GPT Partition Name, not the filesyst...
2016 Jul 15
0
[PATCH] : Adding dlabel option to chain.c32
...411647 409600 200M EFI System /dev/vda2 411648 1435647 1024000 500M Linux filesystem /dev/vda3 1435648 22646783 21211136 10.1G Linux filesystem /dev/vda4 22646784 25163775 2516992 1.2G Linux swap # fatlabel /dev/vda1 labelefi # e2label /dev/vda2 labelboot # e2label /dev/vda3 labelroot # swaplabel /dev/vda4 LABEL: labelswap ... Filesystem *label* and *label* of a swap area distinguish from GPT *name* of a partition Therefore -if- you are referring to a GPT partition *name*, simple *name* as append option - for GPT partition *name* selection, should suffice i.e. ... appen...
2016 Jul 15
0
[PATCH] : Adding dlabel option to chain.c32
.../dev/vda3 1435648 22646783 21211136 10.1G Linux filesystem >> /dev/vda4 22646784 25163775 2516992 1.2G Linux swap >> >> >> # fatlabel /dev/vda1 >> labelefi >> >> # e2label /dev/vda2 >> labelboot >> >> # e2label /dev/vda3 >> labelroot >> >> # swaplabel /dev/vda4 >> LABEL: labelswap >> ... >> >> >> Filesystem *label* and *label* of a swap area >> distinguish from >> GPT *name* of a partition >> > > > _If_ I understand Erwan's patch correctly, we are talk...
2016 Jun 30
8
[PATCH] : Adding dlabel option to chain.c32
The exisiting label= option offer to boot on a gpt partition that have a particular label. The existing guuid= option offer to boot on a disk or partition 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
2016 Jul 16
5
[PATCH] : Adding dlabel option to chain.c32
...filesystem > >> /dev/vda4 22646784 25163775 2516992 1.2G Linux swap > >> > >> > >> # fatlabel /dev/vda1 > >> labelefi > >> > >> # e2label /dev/vda2 > >> labelboot > >> > >> # e2label /dev/vda3 > >> labelroot > >> > >> # swaplabel /dev/vda4 > >> LABEL: labelswap > >> ... > >> > >> > >> Filesystem *label* and *label* of a swap area > >> distinguish from > >> GPT *name* of a partition > >> > > > > > &g...