summaryrefslogtreecommitdiff
path: root/util/grub-setup.c
Commit message (Collapse)AuthorAge
...
* | | | * util/grub-setup.c: Copy the partition table zone if floppy supportVladimir 'phcoder' Serbinenko2011-03-29
| |_|/ |/| | | | | | | | | | | | | | | | | | | | is disabled, even if no partition table is found. Otherwise, the BIOS on Dell Latitude E series laptops will freeze during POST if an invalid partition table is contained in the PBR of the active partition when GRUB is installed to a partition.
* | | * util/grub-setup.c (setup): Handle NetBSD and OpenBSD disklabels.Vladimir 'phcoder' Serbinenko2011-01-07
| |/ |/| | | | | Reported and tested by: Grégoire Sutre.
* | * util/grub-setup.c (setup): Stop recommending --force. People whoVladimir 'phcoder' Serbinenko2010-11-26
|/ | | | | understand the dangers of blocklists are able to find this option anyway and the ones who don't shouldn't use it anyway.
* * util/grub-setup.c (setup): Refuse to do a cross-disk embeddinglessVladimir 'phcoder' Serbinenko2010-10-26
| | | | install rather than creating a broken install.
* * util/grub-setup.c (argp): Remove misleading example of installing toVladimir 'phcoder' Serbinenko2010-10-26
| | | | a partition.
* * util/grub-setup.c (setup): Clarify the error message.Vladimir 'phcoder' Serbinenko2010-10-26
|
* * util/grub-setup.c (setup): New parameter allow_floppy.Vladimir 'phcoder' Serbinenko2010-10-17
| | | | | | | | (arguments): New member allow_floppy. (argp_parser): Handle --allow-floppy. (main): Pass allow_floppy. * util/grub-install.in: New option --allow-floppy passed though to grub-setup.
* * util/grub-setup.c (setup): Don't clean blocklists before readabilityVladimir 'phcoder' Serbinenko2010-10-17
| | | | verfification.
* * util/grub-setup.c (main) [GRUB_MACHINE_IEEE1275]: Propagate argpVladimir 'phcoder' Serbinenko2010-09-30
| | | | usage.
* Multiple bugs correction for Reed-SolomonVladimir 'phcoder' Serbinenko2010-09-25
|
* C part of Reed-SolomonVladimir 'phcoder' Serbinenko2010-09-24
|
* * util/grub-editenv.c: Update strings to avoid warnings when generatingYves Blusseau2010-09-21
| | | | | grub.pot file. * util/grub-setup.c: Likewise.
* Split mdraid.mod into mdraid09.mod and mdraid1x.mod.Vladimir 'phcoder' Serbinenko2010-09-20
| | | | | | | | | * Makefile.util.def (libgrub.a): Add grub-core/disk/mdraid1x_linux.c. * grub-core/Makefile.core.def (mdraid): Renamed to ... (mdraid09): ... this. (mdraid1x): New module. * grub-core/disk/mdraid_linux.c: Move 1.x parts ... * grub-core/disk/mdraid1x_linux.c: ...here. All users updated.
* * util/grub-editenv.c (argp_parser): Don't pass translated stringsColin Watson2010-09-20
| | | | | | | | as printf format strings; the translations might contain '%' which could cause a crash. (main): Likewise. * util/grub-fstest.c (argp_parser): Likewise. * util/grub-setup.c (argp_parser): Likewise. (main): Likewise.
* * util/grub-setup.c: Use argp instead of getopt.Yves Blusseau2010-09-20
|
* * util/grub-setup.c (setup): Fix incorrect container semantics.Vladimir 'phcoder' Serbinenko2010-09-16
|
* Move embedding routines to partmap sources files.Vladimir 'phcoder' Serbinenko2010-09-15
| | | | | | | | | | | | | | | * grub-core/partmap/gpt.c (grub_gpt_partition_type_bios_boot) [GRUB_UTIL]: New variable. (gpt_partition_map_iterate): Set part.parent. (gpt_partition_map_embed) [GRUB_UTIL]: New function. (grub_gpt_partition_map) [GRUB_UTIL]: Set .embed. * grub-core/partmap/msdos.c (pc_partition_map_embed) [GRUB_UTIL]: New function. (grub_msdos_partition_map) [GRUB_UTIL]: Set .embed. * include/grub/partition.h (grub_embed_type_t) [GRUB_UTIL]: New type. (grub_partition_map) [GRUB_UTIL]: New field embed. * util/grub-setup.c (grub_gpt_partition_type_bios_boot): Removed. (setup): Use ->embed.
* * grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_is_floppy): NewVladimir 'phcoder' Serbinenko2010-09-15
| | | | | | function. * include/grub/emu/hostdisk.h (grub_util_biosdisk_is_floppy): New proto. * util/grub-setup.c (setup): Use grub_util_biosdisk_is_floppy.
* * grub-core/partmap/sun.c (sun_partition_map_iterate): Don't needleslyVladimir 'phcoder' Serbinenko2010-09-14
allocate p.