mkdir /newroot
cp -Rpa %s /newroot
mkdir /newroot/proc /newroot/sys
mount -o bind /dev /newroot/dev
mount -t proc none /newroot/proc
mount -t sysfs none /newroot/sys
chroot /newroot bin/bash
cp -Rpa %s /newroot
mkdir /newroot/proc /newroot/sys
mount -o bind /dev /newroot/dev
mount -t proc none /newroot/proc
mount -t sysfs none /newroot/sys
chroot /newroot bin/bash
patch /newroot/etc/fstab
update-grub
grub-install /dev/sdx
Комментариев нет:
Отправить комментарий