logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gfxboot - graphical boot screen test and config tool

Author

       Written by Steffen Winterfeldt.

Bugs

       None.

Description

gfxboot modifies and tests graphical boot loader configuration.

Files

/boot/message     bootloader graphics archive (actually a cpio achive)

       /etc/bootsplash/themes
                         theme directory

       /etc/sysconfig/bootsplash
                         default theme

Name

       gfxboot - graphical boot screen test and config tool

Options

Generaloptions-a, --archiveFILE|DIRECTORY
              Use FILE as gfxboot archive (default is /boot/message).  If it points to a directory, assume it is
              an expanded archive (see --expand-archive option below).

       -v, --verbose
              Increase verbosity.

       --save-temp
              Keep temporary files.

       --version
              Show gfxboot version.

       --help Print usage.

   Switchingthemes--new-themeTHEME
              Activate THEME. Theme files are stored in /etc/bootsplash/themes/THEME/bootloader.

       --update-themeTHEME
              Activate THEME but keep language settings from current gfxboot archive.

   Changinggfxbootconfig--show-config
              Show gfxboot config file (gfxboot.cfg).

       --change-config [SECTION1::]OPTION1=FOO1 [SECTION2::]OPTION2=FOO2 ...
              Change gfxboot config options. If sections are omitted, section "base" is used.

       --rm-config [SECTION1::]OPTION1 [SECTION2::]OPTION2 ...
              Delete gfxboot config options. If sections are omitted, section "base" is used.

       --rm-sectionSECTION1SECTION2 ...
              Delete sections in gfxboot config file.

       --default-languageLANG
              Make LANG the default language. LANG is a locale string (e.g. en_US).

       --add-languagesLANG1LANG2 ...
              Add translation files.

       --rm-languagesLANG1LANG2 ...
              Remove translation files.

       --config-fileFILE
              Don't  work on gfxboot.cfg from gfxboot archive but on FILE. NOTE: FILE will be modified even with
              "--test".

   Preview/testgfxbootsetup-p, --preview
              Try current config (needs some virtual machine).

       -t, --test
              Test only (don't actually change any files).

       -b, --bootloaderBOOTLOADER
              Use BOOTLOADER (grub, lilo, isolinux, syslinux, pxelinux) for preview.

       -m, --vmVM
              Use virtual machine VM (bochs, qemu, qemu32, qemu64, vbox, vbox64, vmplayer, vmware) for preview.

       --grubDIRECTORY|RPM
              Use grub from DIRECTORY or RPM (default is /).

       --liloDIRECTORY|RPM
              Use lilo from DIRECTORY or RPM (default is /).

       --syslinuxDIRECTORY|RPM
              Use syslinux from DIRECTORY or RPM (default is /).

       --isolinuxDIRECTORY|RPM
              Use isolinux from DIRECTORY or RPM (default is /).

       --pxelinuxDIRECTORY|RPM
              Use pxelinux from DIRECTORY or RPM (default is /).

       --passwordPASSWORD
              Create test config with PASSWORD for preview.

       --32   Create 32 bit test image.

       --64   Create 64 bit test image.

       --biarch
              Create biarch test image (same as using --32 and --64).

       --cdrom, --dvd
              Create iso image for preview.

       --disk Create harddisk image for preview.

       --floppy
              Create floppy image for preview.

       --net  Create tftp directory for preview.

       --save-imageFILE
              Copy preview image to FILE.

       --test-add-filesFILE1FILE2 ...
              Add files to test directory.

       --test-rm-filesFILE1FILE2 ...
              Delete files from test directory.

   Adding/removingfilesfromgfxbootarchive--ls, --list-files
              List gfxboot archive files.

       --add-filesFILE1FILE2 ...
              Add files to gfxboot archive.

       --rm-filesFILE1FILE2 ...
              Delete files from gfxboot archive.

       --extract-filesFILE1FILE2 ...
              Copy files from gfxboot archive to current working directory.

       --show-fileFILE
              Print FILE.

       --expand-archiveDIRECTORY
              Create expanded gfxboot archive version in DIRECTORY. That is, only  files  that  cannot  be  read
              directly  from  file  system  are  kept  in a cpio archive. All others are unpacked.  Use only for
              isolinux, syslinux, or pxelinux.

       --pack-archiveFILE
              Pack all gfxboot files into cpio archive FILE.

   Modifyinghelpfiles--help-showFILE
              Print FILE (internal help file format) as HTML.

       --help-createFILE
              Convert HTML files passed as ARGS to FILE (internal format).

       --used-pagesLINK1LINK2 ...
              Mark pages as referenced.

       --naviFILE
              Use FILE as template for navigation links.

       --defineENTITY1=VALUE1ENTITY2=VALUE2 ...
              Define ENTITYx with VALUEx.

See Also

       If you want to create your own theme look at the gfxboot-devel package.

gfxboot                                             July 2008                                         GFXBOOT(1)

Synopsis

gfxboot[OPTIONS]ARGS

See Also