File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
- *** Other useful stuff***
1
+ ### Other useful stuff ###
2
2
3
3
Kernel upgrade
4
4
@@ -10,3 +10,19 @@ Kernel upgrade
10
10
wget --no-check-certificate https://rcn-ee.net/deb/wheezy-armhf/v3.17.0-bone4/install-me.sh
11
11
chmod +x ./install-me.sh
12
12
./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
You can’t perform that action at this time.
0 commit comments