diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-21 23:37:31 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-10-21 23:37:43 +0200 |
commit | 8d32986d9ceae07aa986c81c85d03645d51792ae (patch) | |
tree | ad9899807d1f4ec492d4403703e6f2dfde0dd23e | |
parent | 83f911b151adc8f31db9a4fa51f31174452f8e78 (diff) | |
download | drakx-8d32986d9ceae07aa986c81c85d03645d51792ae.tar drakx-8d32986d9ceae07aa986c81c85d03645d51792ae.tar.gz drakx-8d32986d9ceae07aa986c81c85d03645d51792ae.tar.bz2 drakx-8d32986d9ceae07aa986c81c85d03645d51792ae.tar.xz drakx-8d32986d9ceae07aa986c81c85d03645d51792ae.zip |
document --stage2-update in --help
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rwxr-xr-x | tools/drakx-in-chroot | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2eeda9885..b76115f30 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - drakx-in-chroot: + o document --stage2-update in --help o mount /dev -o ro Version 16.43 - 20 October 2014 diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index f8a37c755..b8a211a43 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -27,6 +27,7 @@ my ($disk_iso_repository, $repository_uri); --repository=<path> path of packages repository --text text mode installer --depth=XX set screen color depth + --stage2-update X,Y will mount --bind X on Y "; (my $repository, my $dir, @ARGV) = @ARGV; |