random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
112 stars 27 forks source link

Update README.md #82

Closed thevoidnn closed 3 years ago

thevoidnn commented 3 years ago

-l, --list list contents of the image (default) -x, --extract extract image to disk

-x will extract the initcpio archive, overwriting your current rootfs with it's contents if you execute it while $CWD==/ (which is default after you execute arch-chroot /your/new/rootfs)

Andrei-Pozolotin commented 3 years ago

@thevoidnn Oleg: thank you