From 4442891eeb400959a1979d34938fcb061339a0f6 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Sat, 8 Oct 2016 18:52:22 +0100 Subject: core scripts revision --- core/scripts/act-chroot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/scripts/act-chroot.sh') diff --git a/core/scripts/act-chroot.sh b/core/scripts/act-chroot.sh index 587e35c..7f665f0 100644 --- a/core/scripts/act-chroot.sh +++ b/core/scripts/act-chroot.sh @@ -36,7 +36,6 @@ printf "1.1.3 mount point to chroot (/mnt):" #read CHROOT CHROOT="/mnt" - mount $BLK_ROOT $CHROOT mount $BLK_BOOT $CHROOT/boot @@ -44,7 +43,7 @@ mount $BLK_EFI $CHROOT/boot/efi mount $BLK_VAR $CHROOT/var mount $BLK_USR $CHROOT/usr -#mount $BLK_PRT $CHROOT/usr/ports +mount $BLK_PRT $CHROOT/usr/ports mount $BLK_HOME $CHROOT/home #mount -vt devpts devpts $CHROOT/dev/pts -- cgit 1.4.1-2-gfad0 mmit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/html/998check_type_pointers.cc.html
blob: e407c4d0718c012b89258f72399903a067a3a8cc (plain) (blame)
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