Skip to content

Commit

Permalink
Pre/Post OS11.09 Ubuntu lib version 18.04 vs 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher-igel committed Dec 4, 2023
1 parent 1da4938 commit f5968d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
|------|-------------|
| 1. |Setup lab environment|
| 2. |Download Linux package (\<package.deb>)|
| 3. |Unpack the package on a Linux Ubuntu (OS11 = 18.04; OS12= 20.04) system (dpkg -x \<package.deb> \<directory>)|
| 3. |Unpack the package on a Linux Ubuntu (Pre OS11.09 = 18.04; OS11.09+ = 22.04; OS12= 20.04) system (dpkg -x \<package.deb> \<directory>)|
| 4. |Create the initialization script|
| 5. |Compress the custom partition contents (tar cvjf \<package.tar.bz2> \<directory> \<init_script.sh>)|
| 6. |Write the \*.inf Metadata file|
Expand Down Expand Up @@ -53,7 +53,8 @@ apt download <filename>
dpkg -x <filename>.deb <folder>
```

- To seach for missing libraries to download (OS11): https://packages.ubuntu.com/bionic/allpackages
- To seach for missing libraries to download (Pre OS11.09): https://packages.ubuntu.com/bionic/allpackages
- To seach for missing libraries to download (OS11.09+): https://packages.ubuntu.com/jammy/allpackages
- To seach for missing libraries to download (OS12): https://packages.ubuntu.com/focal/allpackages

------
Expand Down Expand Up @@ -104,7 +105,7 @@ IGEL custom partitions are delivered as a zip archive. The archive has the follo
| Step | Description |
|------|-------------|
| 1. |Install and configure Ubuntu (OS11 = 18.04; OS12 = 20.04) desktop|
| 1. |Install and configure Ubuntu (Pre OS11.09 = 18.04; OS11.09+ = 22.04; OS12 = 20.04) desktop|
| 2. |Take snapshot of the base VM|
| 3. |Setup and package application|
| 4. |Roll back to base VM snapshot|
Expand Down

0 comments on commit f5968d1

Please sign in to comment.