diff options
author | Karel Zak | 2008-11-19 11:07:58 +0100 |
---|---|---|
committer | Karel Zak | 2008-11-19 12:38:43 +0100 |
commit | 5947572d5e527b842210e67d07e53eed5d95fbb2 (patch) | |
tree | 53b6e80c2280325d069cc3972d64e98345cfb568 /mount/.gitignore | |
parent | losetup: add warning about read-only mode (diff) | |
download | kernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.tar.gz kernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.tar.xz kernel-qcow2-util-linux-5947572d5e527b842210e67d07e53eed5d95fbb2.zip |
build-sys: move pivot_root(8) to sys-utils
This patch moves pivot_root.{8,c) from mount/ to sys-utils/ directory.
There is not ant relation between pivot_root source code and the rest of
code in the mount.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/.gitignore')
-rw-r--r-- | mount/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mount/.gitignore b/mount/.gitignore index 6de7afcad..db657c719 100644 --- a/mount/.gitignore +++ b/mount/.gitignore @@ -1,6 +1,5 @@ losetup mount mtab_lock_test -pivot_root swapon umount |