| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
various places
|
|
|
|
|
|
|
|
|
| |
- create mdadm.conf instead of raidtab
- internal {raids} is no more indexed by X for mdX, and so don't have holes anymore
- internal {chunk-size} is now a number in KiB
- internal {raid} is the raid device name, not the number
- various cleanup for raid detection
|
| |
|
|
|
|
| |
(Christiaan Welvaart)
|
| |
|
| |
|
|
|
|
|
| |
it allows installing on md0 if using lilo and md0 is raid1
|
|
|
|
|
|
|
| |
(it tends to create stupid alt_xxx entries)
- fix creation of labels alt2_alt_xxx (will now be alt2_xxx)
- don't create bad "linux-nonfb" for kernel-win4lin
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
create fs::get and move them into it
- device2part(), up_mount_point() moved from fs to fs::get
- part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get
- fsedit::get_root() -> fs::get::root()
- fsedit::get_root_() -> fs::get::root_()
- fsedit::get_really_all_fstab() -> fs::get::really_all_fstab()
- fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes()
- fsedit::get_all_fstab() -> fs::get::fstab()
- fsedit::get_all_holes() -> fs::get::holes()
- fsedit::all_free_space -> fs::get::free_space()
- fsedit::get_really_all_fstab() -> fs::get::really_all_fstab()
- fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes()
- fsedit::get_holes() -> fs::get::hds_holes()
- fsedit::get_fstab() -> fs::get::hds_fstab()
- fsedit::free_space() -> fs::get::hds_free_space()
- fsedit::get_visible_fstab() unused, removed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
{pt_type} is always a number, {fs_type} is always a string
- introduce set_isFormatted()
(to ensure {notFormatted} but also {fs_type_from_magic} and {bad_fs_type_magic} are updated)
- don't use 0x483 for ext3 anymore (same for reiserfs...),
the type_name gives both a pt_type and a fs_type
- many accessors from partition_table removed (type2fs(), fs2pt_type())
- remove isThisFs() (not useful anymore since we can use directly {fs_type})
- remove isFat() (inline the function)
- other isXXX() from partition_table are moved to fs::type
- part2name() is now fs::type::part2type_name
- name2pt_type() is now fs::type::type_name2subpart()
- partition_table::important_types() is now fs::type::type_names()
- fsedit::typeOfPart() is now fs::type::fs_type_from_magic()
- no need to truncate type_name since they are shorter
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
so call add_boot_splash directly
|
|
|
|
| |
Slavtchev on cooker)
|
|
|
|
| |
undefined, but that's ok (bugzilla #10260)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
this will allow defining {fs_type} which will always be a string
whereas {pt_type} will always be a number
|
| |
|
|
|
|
|
| |
- handle grub splashimage option
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(since /sbin/mkinitrd doesn't do it anymore)
- change mkinitrd() parameters
- change add_kernel() parameters and add option b_no_initrd
(it is available in installkernel though i suspect it is unused)
- after reading config file, get {perImageAppend} and {default_vga}
(it was only done for lilo and {perImageAppend})
- keep the current kernel for linux-nonfb too (it was only done for failsafe)
- add create_link_source(), action(), when_config_changed_{lilo,grub,yaboot}
- create write_yaboot()
|
|
|
|
|
|
|
| |
"failsafe" entry
(bugzilla #10143)
|
| |
|
|
|
|
| |
symlink in the existing entries
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- some functions have been renamed
- some functions have changed prototype
- no more bootloader::vga_modes, we use Xconfig::resolution_and_depth::bios_vga_modes()
- no more detectloader, it is now detect_main_method(),
but notice that bootloader::read() + bootloader::write() abstract all this!
- update_for_renumbered_partitions() is surely broken :)
- sort_hds_according_to_bios() and mixed_kind_of_disks() uses new function hd2bios_kind()
- new data structure "kernel_str"
- lilo doesn't need so much help as it used to be, so don't put as much
"disk=/dev/sda bios=0x80" as before
some goals:
- don't rely on device names
(this allows not to care too much about devfs vs udev vs ...)
- kernels can be named something else than /boot/vmlinuz*,
please use the various functions to construct the initrd file name, the symlink name...
|
| |
|
|
|
|
|
| |
- remove silo code (sparc)
|
|
|
|
|
| |
config) if an error occured
|
| |
|
| |
|
|
|
|
|
|
| |
- also adding i686-up-4GB
- cleanup code
|
|
|
|
| |
vs vmlinuz-2.6.3-7mdk-p3-smp-64GB & vmlinuz-2.6.3-7mdk-i686-up-4GB)
|
| |
|
| |
|
|
|
|
|
|
| |
- remove the linux-2.4 or linux-2.6 entries which don't work together with the precise version entry
- still have the "linux" entry
|
| |
|