[arch-general] dmraid wiki wrong on chroot proceedure??
David C. Rankin
drankinatty at suddenlinkmail.com
Sun Jan 17 03:54:31 EST 2010
Guys,
I was helping someone on installing grub and I noticed the following on:
http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID
under "Install Grub" that does not look correct:
# mount -o bind /dev /mnt/dev
# mount -t proc none /mnt/proc
# mount -t sysfs none /mnt/sys
# chroot /mnt /bin/bash
That should be:
# mount -o bind /dev /mnt/dev
# mount -o bind /proc /mnt/proc
# mount -o bind /sys /mnt/sys
# chroot /mnt /bin/bash
shouldn't it?? I know there wasn't a sysfs involved the last time I did this.
--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
More information about the arch-general
mailing list