Skip to content

Commit 3a5d0e1

Browse files
committed
Updated addresses
1 parent d50a56a commit 3a5d0e1

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ cdtree/LFS/LFSPkgBuilds
77
hostkeys
88
*.iso
99
workingfiles
10-
10+
extenallinks

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Changed addresses.
12
getSources script now checks md5sum of downloaded sources.
23
Get latest lfspkg build scripts from git hub repo.
34
Tree cleaning.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ The bootable iso is bootcd.iso, either use as is for a VM or burn to a DVD r/w (
2222
See the file "Roll your own Linux Rescue or Setup CD.html" for more details ( original creator ), or online https://www.phenix.bnl.gov/~purschke/RescueCD/
2323

2424
A pre-built iso is avaialable here:
25-
https://www.dropbox.com/s/x6ycbgtlhkb4onb/bootcd.iso
25+
https://www.dropbox.com/s/5ut7v7sgobgykyu/bootcd-8.0.iso
2626

2727
This uses the ssh public keys in the pulblickeys folder.
28-
This will need to be burnt to a dvd writable if you mean to use a physical disk as it's slightly too large for a cdrom.
28+
This will need to be burnt to a dvd writable if you mean to use a physical disk as it's slightly too large for a cdrom.
29+
30+
BUGS etc.
31+
keithdhedger@gmail.com

xtrasanyarch/usr/bin/Instructions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
#©keithhedger Fri 23 Jun 12:36:11 BST 2017 kdhedger68713@gmail.com
3+
#©keithhedger Fri 23 Jun 12:36:11 BST 2017 keithdhedger@gmail.com
44

55
echo "*************************************************"
66
echo "* LFS System Build Disk *"
7-
echo "* (c)K.D.Hedger *"
8-
echo "* keithhedger@keithhedger.darktech.org *"
9-
echo "* http://keithhedger.darktech.org *"
7+
echo "* (c)K.D.Hedger *"
8+
echo "* keithdhedger@gmail.com *"
9+
echo "* http://keithhedger.freeddns.org/ *"
1010
echo "* *"
1111
echo "* Based on this: *"
1212
echo "* https://www.phenix.bnl.gov/~purschke/RescueCD *"

xtrasanyarch/usr/bin/LFSSetUp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
#
4-
# ©K. D. Hedger. Mon 12 Jun 15:48:46 BST 2017 kdhedger68713@gmail.com
4+
# ©K. D. Hedger. Mon 12 Jun 15:48:46 BST 2017 keithdhedger@gmail.com
55
#
66
# This file (LFSSetUp) is part of BootCD.
77
#

xtrasanyarch/usr/share/LFSBootCD/Prepare.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*************************************************
44
* LFS System Build Disk *
55
* (c)K.D.Hedger *
6-
* keithhedger@keithhedger.darktech.org *
7-
* http://keithhedger.darktech.org *
6+
* keithdhedger@gmail.com *
7+
* http://keithhedger.freeddns.org/ *
88
* *
99
* Released under GPL-3 *
1010
*************************************************

0 commit comments

Comments
 (0)