diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-12-24 12:28:17 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-12-24 12:28:17 +0100 |
commit | e3fd08fa7700358f9220dee5bdab66b8b6deda12 (patch) | |
tree | c9e05d35ae8629fae2dc19ba4e6080ea0a6ab30c | |
parent | c93dac740667beec7a8fd019e54920c1ebae930b (diff) | |
download | drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.gz drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.bz2 drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.xz drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.zip |
fix path in comment
-rw-r--r-- | perl-install/partition_table/dos.pm | 2 | ||||
-rwxr-xr-x | tools/drakx-in-chroot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/partition_table/dos.pm b/perl-install/partition_table/dos.pm index c420599d3..004c8a11f 100644 --- a/perl-install/partition_table/dos.pm +++ b/perl-install/partition_table/dos.pm @@ -29,7 +29,7 @@ sub geometry_to_string { sub last_usable_sector { my ($hd) = @_; - #- do not use totalsectors, see gi/docs/Partition-ends-after-end-of-disk.txt for more + #- do not use totalsectors, see docs/Partition-ends-after-end-of-disk.txt for more $hd->{geom}{sectors} * $hd->{geom}{heads} * $hd->{geom}{cylinders}; } diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index 289a15d3e..680db41ed 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -152,7 +152,7 @@ if (my $pid = fork()) { } else { $ENV{TERM} = 'linux'; # we only have terminfo for terminal "linux" $ENV{HOME} = '/'; - # to kept sync with gi/mdk-stage1/init.c::env: + # to kept sync with mdk-stage1/init.c::env: $ENV{LD_LIBRARY_PATH}='/lib:/usr/lib:/mnt/lib:/mnt/usr/lib:/lib64:/usr/lib64:/mnt/lib64:/mnt/usr/lib64'; if ($remote_repository) { $ENV{URLPREFIX} = $repository; |