ostree_on_alt/rootfs_install.md

24 lines
586 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Установка rootfs
Все команды от root
```
alt-rootfs-installer --rootfs=file.tar --media=/dev/sdb
mkdir /tmp/sdb1
mount /dev/sdb1 /tmp/sdb1
grub-install --root-directory=/tmp/sdb1 /dev/sdb
```
Установить пароль пользователю root в новой системе
```
chroot /tmp/sdb1
passwd
```
Создать заготовку конфига GRUB
```
grub-mkconfig -o /tmp/sdb1/boot/grub/grub.cfg
```
Исправить конфиг под новую систему (UUID заменить на то, что выдаст sudo blkid)