Add --remove-destination to example /dev recover command #40987.
This commit is contained in:
parent
44e575845f
commit
f1aa7ef2bc
@ -1,6 +1,10 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
14 Jul 2007; Mike Frysinger <vapier@gentoo.org>:
|
||||||
|
|
||||||
|
Add --remove-destination to example /dev recover command #40987.
|
||||||
|
|
||||||
* baselayout-2.0.0_alpha4 (12 Jul 2007)
|
* baselayout-2.0.0_alpha4 (12 Jul 2007)
|
||||||
|
|
||||||
11 Jul 2007; Roy Marples <uberlord@gentoo.org>:
|
11 Jul 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
@ -6,7 +6,7 @@ the root partition is missing these required files !
|
|||||||
To rectify this situation, please do the following:
|
To rectify this situation, please do the following:
|
||||||
mkdir /mnt/fixit
|
mkdir /mnt/fixit
|
||||||
mount --bind / /mnt/fixit
|
mount --bind / /mnt/fixit
|
||||||
cp -a /dev/* /mnt/fixit/dev/
|
cp -a --remove-destination /dev/* /mnt/fixit/dev/
|
||||||
umount /mnt/fixit
|
umount /mnt/fixit
|
||||||
rmdir /mnt/fixit
|
rmdir /mnt/fixit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user