Browse code

Moved Whats New in 3.0 to Overview and made some edits

Change-Id: Ie91fe3878a60e3acd94331e655d3abadb3a98888
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6628
Reviewed-by: Stuart Clements <sclements@vmware.com>
Tested-by: Tapas Kundu <tkundu@vmware.com>

Vidya Vasudevan authored on 2019/01/31 17:03:03
Showing 6 changed files
... ...
@@ -10,8 +10,8 @@
10 10
     - [Introduction to Photon OS](Introduction.md) 
11 11
     - [Versions](PhotonOS-versions.md)
12 12
     - [Features](features.md)
13
+    - [What's New in Photon OS 3.0](What-is-New-in-Photon-OS-3.0.md)
13 14
 - [Installation Guide](photon_installation/README.md)
14
-    - [What's New in Photon OS 3.0](photon_installation/What-is-New-in-Photon-OS-3.0.md)
15 15
     - [Downloading Photon OS](photon_installation/Downloading-Photon-OS.md)
16 16
     - [Upgrading to Photon OS 3.0](photon_installation/Upgrading_to_photon_os_3.0.md)
17 17
     - [Build an ISO from the source code for Photon OS](photon_installation/build-photon.md)
18 18
new file mode 100644
... ...
@@ -0,0 +1,33 @@
0
+# What is New in Photon OS 3.0
1
+
2
+Photon OS 3.0 introduces support for ARM64 (Raspberry Pi 3), installer improvements, and up-to-date OSS packages including Linux kernel, systemd and glibc. 
3
+
4
+## Features
5
+
6
+### ARM64
7
+
8
+- Support for Raspberry Pi 3 pre-built image and the ability to build new images in the image builder.
9
+
10
+### Installer Updates
11
+
12
+- Ability to run the installer from multiple media, such as USB, CDROM, and Kickstart, on a wider range of storage devices.
13
+
14
+### Package and Binary Maintenance
15
+
16
+- Cloud-ready images for rapid deployment on Microsoft Azure (new), Google Compute Engine (GCE), Amazon Elastic Compute Cloud (EC2), and VMware products (vSphere, Fusion, and Workstation)
17
+- New package versions for the following base OS packages:
18
+    - Linux kernel 4.18
19
+    - Glibc 2.28
20
+    - systemd 239
21
+    - Python3 3.7
22
+    - Openjdk : 1.8.0.181, 1.9.0.181 and 1.10.0.23
23
+- Up-to-date versions for most packages available in the repository.
24
+- Ability to support multiple versions of the same package (For example, go-1.9 and go-1.10).
25
+- Support for new packages including EdgeX, Liota, linux-firmware, wpa-supplicant for WLAN, consul, meson, and so on.
26
+
27
+
28
+## Known Issues
29
+
30
+- The OVA does not deploy on Workstation 14 but works on later and earlier versions.
31
+- The Dialog package cannot be installed in 3.0.
32
+- Not all packages in the x86-64 repo are available for ARM64. Notable ones include mysql, mariadb and dotnet libraries.
0 33
\ No newline at end of file
... ...
@@ -67,7 +67,7 @@ Configure `systemd-networkd` to assign IP address to network. Perform the follow
67 67
     IPv6AcceptRA=no
68 68
     ```
69 69
 
70
-1. Restart systemd-networkd using:
70
+1. Restart `systemd-networkd` using:
71 71
 
72 72
     `Systemctl restart systemd-networkd`
73 73
 
... ...
@@ -1,6 +1,6 @@
1
-# Prioritize eth0 Route Over wlan
1
+# Prioritize eth0 Route Over WLAN
2 2
 
3
-You can prioritise the eth0 route over the wlan route. Perform the following steps:
3
+You can prioritise the eth0 route over the WLAN route. Perform the following steps:
4 4
 
5 5
 1. Modify the `/etc/systemd/network/99-dhcp-en.network` file and add the following content:
6 6
 
... ...
@@ -5,7 +5,6 @@
5 5
 ----
6 6
 
7 7
 - [Installation Guide](README.md)
8
-    - [What's New in Photon OS 3.0](What-is-New-in-Photon-OS-3.0.md)
9 8
     - [Downloading Photon OS](Downloading-Photon-OS.md)
10 9
     - [Upgrading to Photon OS 3.0](Upgrading_to_photon_os_3.0.md)
11 10
     - [Build an ISO from the source code for Photon OS](build-photon.md)
12 11
deleted file mode 100644
... ...
@@ -1,33 +0,0 @@
1
-# What is New in Photon OS 3.0
2
-
3
-Photon OS 3.0 introduces support for ARM64 (Raspberry Pi 3), installer improvements, and up-to-date OSS packages including Linux kernel, systemd and glibc. 
4
-
5
-## Features
6
-
7
-### ARM64
8
-
9
-- Support for Raspberry Pi 3 pre-built image and the ability to build new images in the image builder.
10
-
11
-### Installer Updates
12
-
13
-- Ability to run the installer from multiple media, such as USB, CDROM, and Kickstart, on a wider range of storage devices.
14
-
15
-### Package and Binary Maintenance
16
-
17
-- Cloud-ready images for rapid deployment on Microsoft Azure (new), Google Compute Engine (GCE), Amazon Elastic Compute Cloud (EC2), and VMware products (vSphere, Fusion, and Workstation)
18
-- New package versions for the following base OS packages:
19
-    - Linux kernel 4.18
20
-    - Glibc 2.28
21
-    - systemd 239
22
-    - Python3 3.7
23
-    - Openjdk : 1.8.0.181, 1.9.0.181 and 1.10.0.23
24
-- Up-to-date versions for most packages available in the repository.
25
-- Ability to support multiple versions of the same package (For example, go-1.9 and go-1.10).
26
-- Support for new packages including EdgeX, Liota, linux-firmware, wpa-supplicant for WLAN, consul, meson, and so on.
27
-
28
-
29
-## Known Issues
30
-
31
-- The OVA does not deploy on Workstation 14 but works on later and earlier versions.
32
-- The Dialog package cannot be installed in 3.0.
33
-- Not all packages in the x86-64 repo are available for ARM64. Notable ones include mysql, mariadb and dotnet libraries.
34 1
\ No newline at end of file