a741bfe451d07028add4aa611e3fbe3433256b98
[rrq/maintain_lilo.git] / debian / manpages / lilo-uuid-diskid.pod
1 =for header
2 manpage:  LILO-UUID-DISKID
3 section:  8
4 title:    lilo documentation
5 version:  23.0
6 datum:    2010-07-24
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 lilo-uuid-diskid [-h] [-v] [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=/dev/disk/by-uuid/18843936-00f9-4df0-a373-000d05a5dd44"
51
52 =head1 COPYRIGHT and LICENSE
53
54 Copyright (C) 2010 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 On Debian systems, the complete text of the GNU General Public
62 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
63
64 =head1 AUTHOR
65
66 B<lilo-uuid-diskid> was written by Joachim Wiedorn.
67
68 This manual page was written by Joachim Wiedorn <ad_debian at joonet.de>
69 for the Debian project (and may be used by others).
70
71 =head1 SEE ALSO
72
73 B<lilo>(8), B<update-lilo>(8)
74
75 =cut