Skip to content

Commit 465ad27

Browse files
committed
Update README.md
1 parent de1d272 commit 465ad27

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
***Other useful stuff***
1+
### Other useful stuff ###
22

33
Kernel upgrade
44

@@ -10,3 +10,19 @@ Kernel upgrade
1010
wget --no-check-certificate https://rcn-ee.net/deb/wheezy-armhf/v3.17.0-bone4/install-me.sh
1111
chmod +x ./install-me.sh
1212
./install-me.sh
13+
14+
### Setting up Rascal 2 repo with Aptly ###
15+
16+
Start a t2.micro instance of Ubuntu 14.04 LTS 64-bit on EC2.
17+
18+
Apply Ubuntu fixups from: https://github.com/pingswept/dev-log/blob/master/2014-04-ubuntu-fixups.markdown
19+
20+
Install `aptly`: http://www.aptly.info/download/
21+
22+
Generate GPG on laptop with GPG Tools from: https://gpgtools.org/
23+
24+
Not sure how to export keys / import to gpg keychain on EC2 instance.
25+
26+
Then maybe this would work?
27+
28+
aptly mirror create -architectures=armhf -filter='Priority (required) | Priority (important) | Priority (standard)' wheezy-main http://ftp.ru.debian.org/debian/ wheezy main

0 commit comments

Comments
 (0)