blob: 386b5d20ae515b91b13701c6eab1a02e9d9bb3c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Version 1.7 - 25 September 2007, by Pascal "Pixel" Rigaux
- add mount.nfs binary (since mount doesn't handle nfs fs anymore)
Version 1.6 - 8 August 2007, by Pascal "Pixel" Rigaux
- adapt to new libldetect together with drakx-installer-images 1.13
- loadkeys file:
o handle new "kbd" rpm which have .map files instead of .kmap
o don't skip fr_CH-latin1
o handle "fr_CH"-like short names
- remove rescuept (use testdisk instead, which is much nicer)
Version 1.5 - 9 July 2007, by Pascal "Pixel" Rigaux
- add /etc/mke2fs.conf in order to format ext3fs with 4k blocks (#27377)
- add "mkfs.ext3" which is no more equivalent to "mkfs.ext2 -J"
(eg: dir_index & resize_inode features)
Version 1.4 - 4 April 2007, by Pascal "Pixel" Rigaux
- zcat and gunzip can't be symlinks anymore, they are scripts
|