On Sat, 2002-09-07 at 12:10, David Walluck wrote: > 2.) How can I run mkinitrd with a different root (i.e. /mnt) if I do > happen to get the system to boot some other way?
# chroot /mnt ; mkinitrd <ARGS> ; exit -- Brad Felmey
On Sat, 2002-09-07 at 12:10, David Walluck wrote: > 2.) How can I run mkinitrd with a different root (i.e. /mnt) if I do > happen to get the system to boot some other way?
# chroot /mnt ; mkinitrd <ARGS> ; exit -- Brad Felmey