#43 README.md: minor fixes and touch-ups
Merged 6 years ago by walters. Opened 6 years ago by jlebon.
jlebon/workstation-ostree-config pr/same-system-docs  into  master

file modified
+4 -4
@@ -35,8 +35,8 @@ 

  this [known issue](https://bugzilla.redhat.com/show_bug.cgi?id=1382873) as

  well as [this anaconda PR](https://github.com/rhinstaller/anaconda/pull/1124).

  

- There are ISOs available for [Fedora 26](https://kojipkgs.fedoraproject.org/compose//branched/)

- [direct link](https://kojipkgs.fedoraproject.org/compose//branched/Fedora-26-20170707.n.0/compose/Workstation/x86_64/iso/Fedora-Workstation-ostree-x86_64-26-20170707.n.0.iso)

+ There are ISOs available for [Fedora 26](https://kojipkgs.fedoraproject.org/compose/26/)

+ [direct link](https://kojipkgs.fedoraproject.org/compose//26/latest-Fedora-26/compose/Workstation/x86_64/iso/Fedora-Workstation-ostree-x86_64-26-1.5.iso)

  and [rawhide](https://kojipkgs.fedoraproject.org/compose//rawhide/).

  

  Important issues:
@@ -87,7 +87,7 @@ 

  cp /boot/efi/EFI/fedora/grub.cfg /boot/efi/EFI/fedora/grub.cfg.bak

  ```

  

- Deploy; we use `enforcing=0` to avoid SELinux issues for now, and --karg=rghb=0 to avoid a hang with Plymouth.

+ Deploy; we use `enforcing=0` to avoid SELinux issues for now, and --karg=rghb=0 to avoid a hang with Plymouth (these aren't needed if deploying Fedora 26 currently).

  ```

  ostree admin deploy --os=fedora --karg-proc-cmdline --karg=enforcing=0 --karg=rhgb=0 fedora-ws-rawhide:fedora/rawhide/x86_64/workstation

  ```
@@ -100,7 +100,7 @@ 

  that `fstab` copy to refer to `/var/home`. If you *don't* have a separate /home mount

  point, then you need to make sure that a symlink will be created:

  ```

- echo 'L /var/home - - - - ../sysroot/home' > /ostree/deploy/fedora/deploy/$checksum.0/$i/etc/tmpfiles.d/00rpm-ostree.conf

+ echo 'L /var/home - - - - ../sysroot/home' > /ostree/deploy/fedora/deploy/$checksum.0/etc/tmpfiles.d/00rpm-ostree.conf

  ```

  

  You'll also need to copy your user entry from `/etc/passwd`, `/etc/group`,

Fix links to F26 image, note that we don't have to turn off SELinux on
F26, and fix /home tmpfiles.d symlink.

Otherwise, those instructions worked flawlessly for me! :thumbsup:

Pull-Request has been merged by walters

6 years ago
Metadata