blob: 88b8c338e805a08290c74c95a4e4d680b9f35b13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
kernel:
site:
home: https://www.gnu.org/software/hurd/index.html
irc-archive: https://logs.guix.gnu.org/hurd/
mailing-list:
- address: bug-hurd@gnu.org
archive: https://lists.gnu.org/archive/html/bug-hurd/
project:
- name: hurd
git:
my: https://crupest.life/git/love-hurd/hurd.git
upstream: https://git.savannah.gnu.org/git/hurd/hurd.git
debian: https://salsa.debian.org/hurd-team/hurd
- name: gnumach
git:
my: https://crupest.life/git/love-hurd/gnumach.git
upstream: https://git.savannah.gnu.org/git/hurd/gnumach.git
debian: https://salsa.debian.org/hurd-team/gnumach
- name: mig
git:
my: https://crupest.life/git/love-hurd/mig.git
upstream: https://git.savannah.gnu.org/git/hurd/mig.git
debian: https://salsa.debian.org/hurd-team/mig
- name: glibc
git:
my: https://crupest.life/git/love-hurd/glibc.git
upstream: git://sourceware.org/git/glibc.git
debian: https://salsa.debian.org/glibc-team/glibc
mirror: https://mirrors.tuna.tsinghua.edu.cn/git/glibc.git
- name: web
git:
my: https://crupest.life/git/love-hurd/web.git
upstream: https://git.savannah.gnu.org/git/hurd/web.git
debian-port:
site:
home: https://www.debian.org/ports/hurd/
mailing-list:
- address: debian-hurd@lists.debian.org
archive: https://lists.debian.org/debian-hurd/
package:
- name: abseil
git:
my: https://crupest.life/git/love-hurd/abseil.git
debian: https://salsa.debian.org/debian/abseil
upstream: https://github.com/abseil/abseil-cpp
mail:
- https://lists.debian.org/debian-hurd/2025/02/msg00011.html
- https://lists.debian.org/debian-hurd/2025/02/msg00035.html
- name: libgav1
git:
my: https://crupest.life/git/love-hurd/libgav1.git
debian: https://salsa.debian.org/multimedia-team/libgav1
upstream: https://chromium.googlesource.com/codecs/libgav1/
mail:
- https://lists.debian.org/debian-hurd/2025/02/msg00016.html
gerrit:
- https://chromium-review.googlesource.com/c/codecs/libgav1/+/6239812
- name: pam
git:
my: https://crupest.life/git/love-hurd/pam.git
debian: https://salsa.debian.org/vorlon/pam
upstream: https://github.com/linux-pam/linux-pam
mail:
- https://lists.debian.org/debian-hurd/2025/02/msg00018.html
cheatsheet:
- name: Start Hurd in qemu kvm.
tag:
- run
- setup
command:
- qemu-system-x86_64 -enable-kvm -m 4G -net nic -net user,hostfwd=tcp::3222-:22 -vga vmware -drive cache=writeback,file=[...]
- name: Configure/Setup network.
tag:
- network
- setup
- configure
command:
- settrans -fgap /servers/socket/2 /hurd/pfinet -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0
- fsysopts /servers/socket/2 /hurd/pfinet -i /dev/eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0
- fsysopts /server/socket/2 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0
note: -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0 is used in VirtualBox.
- name: Setup apt after system installation or when cert/gpg are outdated.
tag:
- setup
- debian
- apt
command:
- apt-get --allow-unauthenticated --allow-insecure-repositories update
- apt-get --allow-unauthenticated upgrade
|