Man page - reform-migrate(1)
Packages contains this manual
- reform-setup-encrypted-disk(1)
- reform-handbook(1)
- reform-flash-rescue(1)
- reform-setup-encrypted-nvme(1)
- reform-help(1)
- reform-boot-config(1)
- reform-standby(1)
- reform-compstat(1)
- reform-flash-uboot(1)
- reform-pavucontrol(1)
- reform-emmc-bootstrap(1)
- reform-config(1)
- reform-chat(1)
- reform-migrate(1)
- reform-check(1)
- reform-mcu-tool(1)
- reform-display-config(1)
- reform-hw-setup(1)
apt-get install reform-tools
Manual
REFORM-MIGRATE
NAMEDESCRIPTION
Usage:
OPTIONS
EXAMPLES
NAME
reform-migrate - copy rootfs to device
DESCRIPTION
Usage:
reform-migrate [--emmc] TARGET
Mounts TARGET and copies the currently running system to it using rsync. This will overwrite all existing files in TARGET. At the end, reform-boot-config is run and will set up the first partition of the SD-card or eMMC (depending on the --emmc option) to load your newly copied rootfs and adjust /etc/fstab of TARGET accordingly.
OPTIONS
-h , --help
Show this help message and exit.
|
--emmc |
Record boot preference on eMMC instead of SD card. |
This script does not set up partitions for you. If you would like to configure full disk encryption and set up partitions accordingly automatically, consider using the reform-setup-encrypted-disk tool instead of reform-migrate.
EXAMPLES
reform-migrate --emmc /dev/nvme0n1p1
Mounts the first partition of an NVMe disk and mirrors your system to it. Configures booting from the first partition on eMMC.
reform-migrate /dev/mapper/crypt
Mounts encrypted disk ’crypt’ and mirrors your system to it. The disk has to be unlocked first with: cryptsetup luksOpen /dev/nvme0n1p1 crypt Configures booting from the first partition on the SD-card as --emmc option is missing.