Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 347c9cf

Browse files
committed
Bump version to 7.1a8
1 parent 14e9ef9 commit 347c9cf

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

device_inventory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (7, 1, 0, 'alpha', 7)
1+
VERSION = (7, 1, 0, 'alpha', 8)
22

33

44
def get_version():

docs/PXE_maker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#eReuse: How to make PXE server (Debian Server)
55

6-
Guide version: 7.1a7
6+
Guide version: 7.1a8
77

88
This guide will allow you to make a PXE server and boot computers via ethernet network.
99

@@ -38,7 +38,7 @@ apt-get install tftpd-hpa isc-dhcp-server nfs-kernel-server
3838
Download all files we need:
3939
```
4040
wget http://kaplah.org/system/files/field/files/pxelinux.tar.gz
41-
wget https://github.com/eReuse/device-inventory/releases/download/v7.1a7/eReuseOS-7.1a7.iso
41+
wget https://github.com/eReuse/device-inventory/releases/download/v7.1a8/eReuseOS-7.1a8.iso
4242
wget http://cdimage.ubuntu.com/lubuntu/releases/16.04.1/release/lubuntu-16.04.1-desktop-i386.iso
4343
```
4444

@@ -169,7 +169,7 @@ mkdir iso mnt ks
169169

170170
Move the isos to `/var/lib/tftpboot/iso`:
171171
```
172-
mv ~/eReuseOS-7.1a7.iso iso
172+
mv ~/eReuseOS-7.1a8.iso iso
173173
mv ~/lubuntu-16.04.1-desktop-i386.iso iso
174174
```
175175

@@ -186,7 +186,7 @@ nano /etc/fstab
186186

187187
Add the lines:
188188
```
189-
/var/lib/tftpboot/iso/eReuseOS-7.1a7.iso /var/lib/tftpboot/mnt/eReuse_image iso9660 ro 0 0
189+
/var/lib/tftpboot/iso/eReuseOS-7.1a8.iso /var/lib/tftpboot/mnt/eReuse_image iso9660 ro 0 0
190190
/var/lib/tftpboot/iso/lubuntu-16.04.1-desktop-i386.iso /var/lib/tftpboot/mnt/inst_media iso9660 ro,nofail 0 0
191191
```
192192

scripts/build_ereuse_iso.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TIMEZONE=${TIMEZONE:-Etc/UTC}
1515
WORK_DIR=${WORK_DIR:-dist/iso}
1616

1717
# Version-specific settings.
18-
VERSION=7.1a7
18+
VERSION=7.1a8
1919
BASE_ISO_URL="http://ubuntu-mini-remix.mirror.garr.it/mirrors/ubuntu-mini-remix/15.10/ubuntu-mini-remix-15.10-i386.iso"
2020
BASE_ISO_SHA256="e9985f0bcb05678d87d62c3d70191aab7a80540dc17523d93c313aa8515e173e"
2121

scripts/pxe_update_iso.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copy to the PXE Server
2-
ISO="eReuseOS-7.1a7.iso"
2+
ISO="eReuseOS-7.1a8.iso"
33
scp $ISO xsr@192.168.2.2:/var/lib/tftpboot/iso/XSR_1.6-Desktop.iso
44

55
# Login and replace the old one with the new one

0 commit comments

Comments
 (0)