[SLL] what do you do every time for new systems?
Robert Woodcock
rcw at blarg.net
Sat Mar 22 17:49:17 PDT 2008
On Sat, Mar 22, 2008 at 09:26:43AM -0500, Jeremy C. Reed wrote:
> What do you do every time (or frequently) when you install or login to a
> new system (that you will continue to use as an admin)?
[Put the new drive in the old system, boot old drive]
fdisk /dev/hdfoo
mke2fs -j /dev/hdfoo1
mkswap /dev/hdfoo2
mount -t ext3 /dev/hdfoo1 /mnt
cp -avx / /mnt
grub-install /dev/hdfoo
umount /mnt
[Shutdown, move drive back to new system]
[Boot]
[Enjoy]
(So what did I originally change on the old system's settings? Beats me -
that was a long time ago. :)
--
Robert Woodcock - rcw at blarg.net
"By metaphorically, I mean get in the car."
-- Bender
More information about the linux-list
mailing list