From c2d94cd195c48d22879c5f045ad2826920a04970 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 3 Jan 2018 11:36:05 -0800 Subject: [PATCH] Add --old-chroot to the mock example cmdlines Since mock now needs this in order for livemedia-creator to work with it add it to all of the example cmdlines. --- docs/livemedia-creator.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/livemedia-creator.rst b/docs/livemedia-creator.rst index bebfa232..94ae0ad1 100644 --- a/docs/livemedia-creator.rst +++ b/docs/livemedia-creator.rst @@ -393,14 +393,14 @@ group. ``url points to the correct repo`` 7. Init the mock - ``mock -r fedora-rawhide-x86_64 --init`` + ``mock -r fedora-rawhide-x86_64 --old-chroot --init`` 8. Copy the kickstart inside the mock - ``mock -r fedora-rawhide-x86_64 --copyin ./fedora-minimal.ks /root/`` + ``mock -r fedora-rawhide-x86_64 --old-chroot --copyin ./fedora-minimal.ks /root/`` 9. Make a minimal iso:: - mock -r fedora-rawhide-x86_64 --chroot -- livemedia-creator --no-virt \ + mock -r fedora-rawhide-x86_64 --old-chroot --chroot -- livemedia-creator --no-virt \ --resultdir=/results/try-1 --logfile=/results/logs/try-1/try-1.log \ --make-iso --ks /root/fedora-minimal.ks @@ -447,17 +447,17 @@ group. ``url points to the correct repo`` 7. Init the mock - ``mock -r fedora-rawhide-x86_64 --init`` + ``mock -r fedora-rawhide-x86_64 --old-chroot --init`` 8. Copy the kickstart inside the mock - ``mock -r fedora-rawhide-x86_64 --copyin ./fedora-minimal.ks /root/`` + ``mock -r fedora-rawhide-x86_64 --old-chroot --copyin ./fedora-minimal.ks /root/`` 9. Copy the Anaconda boot.iso inside the mock - ``mock -r fedora-rawhide-x86_64 --copyin ./boot.iso /root/`` + ``mock -r fedora-rawhide-x86_64 --old-chroot --copyin ./boot.iso /root/`` 10. Make a minimal iso:: - mock -r fedora-rawhide-x86_64 --chroot -- livemedia-creator \ + mock -r fedora-rawhide-x86_64 --old-chroot --chroot -- livemedia-creator \ --resultdir=/results/try-1 --logfile=/results/logs/try-1/try-1.log \ --make-iso --ks /root/fedora-minimal.ks --iso /root/boot.iso