forked from guillemj/debtakeover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
32 lines (29 loc) · 1.35 KB
/
NEWS
File metadata and controls
32 lines (29 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Version git
- Added a ChangeLog file.
- Fix error before ldconfig if the distro glibc is older than the Debian one.
- Detect more distros: AltLinux, ArkLinux, ArchLinux, ASPLinux, Aurox, cAos,
Conectiva, EnGarde, LvR, LSB, MagicLinux, PLD, StartCom, Trustix, WhiteBox.
- New option to pass extra arguments to debootstrap.
- Added an RPM spec file.
Version 0.8
- Added a man page.
- Added a NEWS file.
- Updated README: add more successfully migrated distros, spelling fixes.
- Preserve /etc/grub.conf on weird distros.
- Keep network config when taking over a Debian system.
- Check for MAKEDEV existence.
- Sanitize distro name output.
- Detect more distros: YellowDog, Turbolinux.
- Give proper name to all detected distros, even Debian.
- Check generated chroot sanity.
- Split configuration into pre and post, relative to the trash step.
- Make the configure step more robust.
- Do not remove /cdrom and /floppy dirs.
- Print version, to trace better user reports.
- Preserve gateway setting in the RedHat network conversion.
- Fix loopback config generation in RedHat network conversion.
- Fix root's PATH breakage on RedHat systems after logout.
- Fix not found user specified tarball w/o an absolute path.
- Make argument parsing more robust.
- Added a signal error handler.
- Fix to generate a valid tarball, usable outside debtakeover scope.