summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2010-01-14 16:10:48 +0000
committerOlivier Blin <oblin@mandriva.com>2010-01-14 16:10:48 +0000
commit70eb2bac20db8e8034274d99c3c07ccf357b9e9c (patch)
treee0a3779b0e217ebf50df5ad17bce70c6008c62b1 /NEWS
parentdfc94957426f9b68fa110f6cc64178f22411d646 (diff)
downloaddrakiso-70eb2bac20db8e8034274d99c3c07ccf357b9e9c.tar
drakiso-70eb2bac20db8e8034274d99c3c07ccf357b9e9c.tar.gz
drakiso-70eb2bac20db8e8034274d99c3c07ccf357b9e9c.tar.bz2
drakiso-70eb2bac20db8e8034274d99c3c07ccf357b9e9c.tar.xz
drakiso-70eb2bac20db8e8034274d99c3c07ccf357b9e9c.zip
more log
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 72060d2..31b4a51 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,14 @@
- make it possible to specify mount options for tmpfs mounts
- allow to skip writing fstab with live->{system}{skip_fstab}
- allow to skip writing bootloader config with live->{system}{skip_bootloader_config}
+- allow to skip bootloader install with live->{system}{skip_bootloader_install}
- allow not to create initrd with live->{system}{no_initrd}
+- allow to select which settings fields are used to build name, in live->{name_fields}
* install
- generate lst.names files list
+- make sure zh_TW and zh_CN will be included in language list
+- clean resolv.conf later (so that network can be used in post)
* initrd
- dropped splashy support, added plymouth support
@@ -27,9 +31,11 @@
- do not create initrd symlink or append splash if no initrd has been created
- make sure /proc and /sys are available when building initrd (useful
to see error messages at least, from Paulo Ricardo Zanoni)
+- use bootloader module to build initrd and create kernel symlinks
+ (Gdium friendly)
* bootloader
-- remove hardcoded splashy code and use back bootloader::add_boot_splash
+- default to grub bootloader for harddisk storage
- fix installing grub to separate /boot partition
- use per-media additional boot_entries
- do not add default boot entry if media->{boot_entries} is specified
@@ -40,10 +46,26 @@
- do not add initrd in grub menu if it does not exist
- allow to install bootloader on separate /boot partition
- make sure the grub install script is executable
+- do not overwrite grub conf for "classical" boot when installing
+ bootloader
+- use same bootloader install code for disks and USB masters
+- remove hardcoded splashy code and use back bootloader::add_boot_splash
+- run switch-themes -u
+- use bootloader module to find kernel (Gdium friendly)
+- update gfxboot theme before copying gfxboot files
+- fix getting bootsplash theme (fixes gfxboot theme)
+- do not add vga mode on kernel command line if forced in append
+ (for drakx-based replicator)
+- fix setting splash for classical bootloader
+- create media specific gfxmenu if needed only
+- always copy gfxmenu in build boot dir (needed for replicator)
+- do not create bootloader files if bootloader install is to be skipped
+- fix writing media specific boot for disk masters
* master
- use -fatfirst option when hybridifying an image
- use DrakX partitioning/formatting code
+- run udevsettle, like done in diskdrake::interactive::write_partitions
- allow to set custom media geometry in media->{geom}
- allow to format disk devices
- add ext4 and swap support in mkfs
@@ -70,6 +92,10 @@
* replicator
- copy syslinux dir for replicator too
- always create syslinux msg files (useful for cdrom replicator)
+- allow drakx-based replicator
+ (by setting live->{settings}{replicator_type} to "drakx")
+- write image size in master list file
+- write bootloader config for replicator media
* record
- use full disk device when recording harddisk/oem_rescue/replicator/USB masters