1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-04 05:01:40 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tim Wilkinson
2022-07-14 08:44:14 -07:00
3 changed files with 34 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ Installation
1. echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list 1. echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list
2. curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add - 2. curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
3. apt update 3. apt update
4. apt install proxmox-ve (use a local attatched console! Network connections will be lost/reset during instatallation progress) 4. apt install proxmox-ve (use a local attatched console! Network connections will be lost/reset during installation progress)
Notes Notes
--- ---

View File

@@ -142,7 +142,7 @@ hostnamectl set-hostname $HOSTNAME
printf "# PiMox7 Development Repo printf "# PiMox7 Development Repo
deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/ \n" > /etc/apt/sources.list.d/pimox.list deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/ \n" > /etc/apt/sources.list.d/pimox.list
curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add - curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add -
apt update && apt upgrade -y && apt install -y raspberrypi-kernel-headers apt update && apt upgrade -y
#### REMOVE DHCP, CLEAN UP ############################################################################################################### #### REMOVE DHCP, CLEAN UP ###############################################################################################################
apt purge -y dhcpcd5 apt purge -y dhcpcd5

32
docs/CT-Configuration.md Normal file
View File

@@ -0,0 +1,32 @@
# Starting a CT
Video showing CT and VM configuration: [PiMox7 - RPi4 - arm64 CT & VM Basic Configuration](https://youtu.be/LGb7fB1wK4Q).
### Download CT Image
1. Follow the link below to download the CT image
1. Access the following link in your browser.
- https://uk.lxd.images.canonical.com/images/
2. Dig deeper into the links, focusing on OS distributions and versions, and CPU architectures. And Select arm64 as the architecture.
- For example, an Oracle Linux image file might look like this
- https://uk.lxd.images.canonical.com/images/oracle/7/amd64/default/20220601_07:46/rootfs.tar.xz
3. Rename and store the downloaded files in the LXC folder.
- For example, the following can be executed with the CLI command
- wget -O /var/lib/vz/template/cache/oracle-linux-7.tar.xz https://uk.lxd.images.canonical.com/images/oracle/7/amd64/default/20220601_07:46/rootfs.tar.xz
- For example, Web-UI
- CT template
1. Click 'Download from Link'
2. Set URL to 'https://uk.lxd.images.canonical.com/images/oracle/7/amd64/default/20220601_07:46/rootfs.tar.xz'
3. Set File Name to 'oracle-linux-7.tar.xz'
### Make CT using Web-UI:
2. Click 'Create CT' in upper right
#### Under 'General'
- Set 'Hostname'
- Set 'Password'
- Set 'Confirm password'
#### Under 'Template'
- Set 'Template' to the file name from the previous step
#### Under 'Network'
- Set 'IPv4' to Select Static or DHCP
- If you select Static, Set 'IPv4/CIDR' and Gateway
- Set 'IPv6' to Select Static or DHCP or SLAAC
- If you select Static, Set 'IPv6/CIDR' and Gateway