Gentoo Archives: gentoo-alt

From: Michael Fothergill <michael.fothergill@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] I tried installing gentoo prefix on WSL2 running debian.....
Date: Wed, 17 Jul 2019 10:32:21
Message-Id: CANc=Sd07Dkg7K_U1eS76JMSgQQjvGC-EM-70MJV-eu6sDSKdRg@mail.gmail.com
In Reply to: Re: [gentoo-alt] I tried installing gentoo prefix on WSL2 running debian..... by Benda Xu
1 Many thanks for your advice.
2
3 I will try this and see what happens.
4
5 The profile flle is here:
6
7 https://paste.debian.net/1091866/
8
9 The .bashrc file that calls it is here:
10
11 mikef@clr-0fdd1f831fb14378ac28883a158cf04d~ $ more .bashrc
12 # Use global profile when available
13 if [ -f /usr/share/defaults/etc/profile ]; then
14 . /usr/share/defaults/etc/profile
15 fi
16 # allow admin overrides
17 if [ -f /etc/profile ]; then
18 . /etc/profile
19 fi
20
21 Regards
22
23 MF
24
25
26
27
28
29
30
31
32
33
34
35
36 >
37 >