Created
May 12, 2021 11:03
-
-
Save sukrosono/fc06150e07f435f3e514eb65637357ef to your computer and use it in GitHub Desktop.
fixed unpack fs on older version of manjaro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
unpack: | |
- source: "/run/miso/bootmnt/multibootusb/manjaro-cinnamon-20.0.3-200606-linux56/manjaro/x86_64/rootfs.sfs" | |
sourcefs: "squashfs" | |
destination: "" | |
- source: "/run/miso/bootmnt/multibootusb/manjaro-cinnamon-20.0.3-200606-linux56/manjaro/x86_64/desktopfs.sfs" | |
sourcefs: "squashfs" | |
destination: "" | |
--- | |
unpack: | |
- source: "/run/miso/bootmnt/multibootusb/manjaro-kde-20.0.3-200606-linux56/manjaro/x86_64/rootfs.sfs" | |
sourcefs: "squashfs" | |
destination: "" | |
- source: "/run/miso/bootmnt/multibootusb/manjaro-kde-20.0.3-200606-linux56/manjaro/x86_64/desktopfs.sfs" | |
sourcefs: "squashfs" | |
destination: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment