X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=man%2Fliloconfig.pod;h=b5c91612eacc012fc9e6965bf18fc56c95c60287;hb=HEAD;hp=a00e67296cec99feb8712a242273a4ccff9e7caf;hpb=ffed495b68f6d518efc5fcf6e845c5ff83099b11;p=rrq%2Fmaintain_lilo.git diff --git a/man/liloconfig.pod b/man/liloconfig.pod index a00e672..b5c9161 100644 --- a/man/liloconfig.pod +++ b/man/liloconfig.pod @@ -2,8 +2,8 @@ manpage: LILOCONFIG section: 8 title: liloconfig documentation -version: 23.3 -datum: 2013-05-01 +version: 24.2 +datum: 2015-11-22 =encoding utf8 @@ -13,7 +13,7 @@ liloconfig - create new lilo.conf file (with diskid and uuid) =head1 SYNOPSIS -B [B<-h>] [B<-v>] [B<-f>] [B] +B [B<-h>] [B<-v>] [B<-f>] [B<-u>] [B] =head1 DESCRIPTION @@ -23,6 +23,12 @@ After creating the new configuration file you must execute '/sbin/lilo'. liloconfig use the lilo.example.conf file as template. In the final lilo.conf file you find many useful comments for custom changes. +Please pay attention about error messages if liloconfig cannot find +any images (/boot/vmlinuz*) oder image symlinks (/vmlinuz, /vmlinu.old). +Then you need to search for images by ourself and make some changes +in the '/etc/lilo.conf' file. Otherwise no bootloader can be installed +with '/sbin/lilo'. + =head1 OPTIONS =over 4 @@ -39,6 +45,10 @@ Print verbose messages. Force overriding existing lilo.conf. +=item B<-u> + +Force overriding/update of boot line in lilo.conf. + =back =head1 EXAMPLES @@ -49,43 +59,44 @@ Lines in the configuration file /etc/lilo.conf: #large-memory lba32 - boot = /dev/sda + #boot = /dev/sda + boot = /dev/disk/by-id/ata-SAMSUNG_SV1604N_S01FJ10X999999 + #root = /dev/sda1 + root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" map = /boot/map install = menu menu-scheme = Wb:Yr:Wb:Wb prompt timeout = 100 vga = normal + #password = #default = Linux ### LILO per-image section ### - #boot = /dev/sda - boot = /dev/disk/by-id/ata-SAMSUNG_SV1604N_S01FJ10X999999 - - image = /boot/vmlinuz-3.5.0-trunk-686 + image = /boot/vmlinuz-3.17-trunk-686 label = "Linux" #root = /dev/sda1 - root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" + #root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" read-only # restricted # alias = 1 # optional - initrd = /boot/initrd.img-3.5.0-trunk-686 + initrd = /boot/initrd.img-3.17-trunk-686 - image = /boot/vmlinuz-3.2.0-4-686 + image = /boot/vmlinuz-3.14-trunk-686 label = "Linux Old" #root = /dev/sda1 - root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" + #root = "UUID=18843936-00f9-4df0-a373-000d05a5dd44" read-only # restricted # alias = 2 # optional - initrd = /boot/initrd.img-3.2.0-4-686 + initrd = /boot/initrd.img-3.14-trunk-686 =head1 COPYRIGHT and LICENSE -Copyright (C) 2011-2013 Joachim Wiedorn +Copyright (C) 2011-2015 Joachim Wiedorn This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -94,9 +105,9 @@ the Free Software Foundation; either version 2 of the License, or =head1 AUTHOR -B was written by Joachim Wiedorn. +B was written by Joachim Wiedorn. -This manual page was written by Joachim Wiedorn . +This manual page was written by Joachim Wiedorn . =head1 SEE ALSO