diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-10 14:27:04 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-10 14:27:04 +0000 |
commit | 8d992743fe05dcba4d8b3a070f391bfdcd9da211 (patch) | |
tree | c3765cae093ade7772f5f147cfd29c559e2310b5 | |
parent | bd52d44c5cecf10a13065f742b2237748473de8a (diff) | |
download | transfugdrake-8d992743fe05dcba4d8b3a070f391bfdcd9da211.tar transfugdrake-8d992743fe05dcba4d8b3a070f391bfdcd9da211.tar.gz transfugdrake-8d992743fe05dcba4d8b3a070f391bfdcd9da211.tar.bz2 transfugdrake-8d992743fe05dcba4d8b3a070f391bfdcd9da211.tar.xz transfugdrake-8d992743fe05dcba4d8b3a070f391bfdcd9da211.zip |
remove obsolete comments (fixed in migration-assistant 0.5.4)
-rwxr-xr-x | transfugdrake.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/transfugdrake.pm b/transfugdrake.pm index 4c052ed..d4d0b09 100755 --- a/transfugdrake.pm +++ b/transfugdrake.pm @@ -63,8 +63,6 @@ sub import_target { "--touser=$linux_user", "--topath=/", "--target=$lc_target", - #- ostype is better specified last, since it triggers - #- some initialization depending on location options "--ostype=windowsxp", ); } |