Imported Upstream version 24.2
[rrq/maintain_lilo.git] / man / lilo-uuid-diskid.pod
1 =for header
2 manpage:  LILO-UUID-DISKID
3 section:  8
4 title:    lilo documentation
5 version:  24.2
6 datum:    2015-11-22
7
8 =encoding utf8
9
10 =head1 NAME
11
12 lilo-uuid-diskid - convert boot / root options to diskid and uuid in lilo.conf.
13
14 =head1 SYNOPSIS
15
16 B<lilo-uuid-diskid> [B<-h>] [B<-v>] [B<lilo.conf>]
17
18 =head1 DESCRIPTION
19
20 This script looks for the boot block device or boot partition and create the
21 right diskid or uuid as boot option. Then it looks for all root partitions
22 and create the right uuids as root options.
23
24 These conversions are necessary for use with newer kernel (>= 2.6.26) if it
25 use the libata module for parallel and serial ATA interfaces of block devices
26 (i. e. hard disks with IDE or SATA interface, usbsticks).
27
28 =head1 OPTIONS
29
30 =over 4
31
32 =item B<-h>
33
34 Print a brief help.
35
36 =item B<-v>
37
38 Print verbose messages.
39
40 =back
41
42 =head1 EXAMPLES
43
44 Lines in the configuration file /etc/lilo.conf:
45
46   #boot = /dev/sda
47   boot = /dev/disk/by-id/ata-SAMSUNG_SV1604N_S01FJ10X999999
48
49   #root = /dev/sda1
50   root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44"
51
52 =head1 COPYRIGHT and LICENSE
53
54 Copyright (C) 2010-2014 Joachim Wiedorn
55
56 This script is free software; you can redistribute it and/or modify
57 it under the terms of the GNU General Public License as published by 
58 the Free Software Foundation; either version 2 of the License, or 
59 (at your option) any later version.
60
61 =head1 AUTHOR
62
63 B<lilo-uuid-diskid> was written by Joachim Wiedorn.
64
65 This manual page was written by Joachim Wiedorn <joodevel at joonet.de>.
66
67 =head1 SEE ALSO
68
69 B<lilo>(8), B<update-lilo>(8), B<liloconfig>(8)
70
71 =cut