@@ -55,7 +55,7 @@ mkdir $HOME/live-ubuntu-from-scratch
55
55
sudo debootstrap \
56
56
--arch=amd64 \
57
57
--variant=minbase \
58
- focal \
58
+ noble \
59
59
$HOME /live-ubuntu-from-scratch/chroot \
60
60
http://us.archive.ubuntu.com/ubuntu/
61
61
```
@@ -168,12 +168,10 @@ From this point we will be configuring the `live system`.
168
168
sudo \
169
169
ubuntu-standard \
170
170
casper \
171
- lupin-casper \
172
171
discover \
173
172
laptop-detect \
174
173
os-prober \
175
174
network-manager \
176
- resolvconf \
177
175
net-tools \
178
176
wireless-tools \
179
177
wpagui \
@@ -185,6 +183,8 @@ From this point we will be configuring the `live system`.
185
183
grub2-common \
186
184
grub-efi-amd64-signed \
187
185
shim-signed \
186
+ memtest86+ \
187
+ mtools \
188
188
binutils
189
189
` ` `
190
190
@@ -217,9 +217,9 @@ From this point we will be configuring the `live system`.
217
217
218
218
2. Console setup
219
219
220
- < p align=" center" >
221
- < img src=" images/console-configure-01.png" >
222
- < /p>
220
+ < p align=" center" >
221
+ < img src=" images/console-configure-01.png" >
222
+ < /p>
223
223
224
224
11. ** Install window manager**
225
225
@@ -328,40 +328,20 @@ From this point we will be configuring the `live system`.
328
328
< img src=" images/locales-default.png" >
329
329
< /p>
330
330
331
- 2. Reconfigure resolvconf
332
-
333
- ` ` ` shell
334
- dpkg-reconfigure resolvconf
335
- ` ` `
336
-
337
- 1. * Confirm changes*
338
- < p align=" center" >
339
- < img src=" images/resolvconf-confirm-01.png" >
340
- < /p>
341
-
342
- < p align=" center" >
343
- < img src=" images/resolvconf-confirm-02.png" >
344
- < /p>
345
-
346
- < p align=" center" >
347
- < img src=" images/resolvconf-confirm-03.png" >
348
- < /p>
349
-
350
- 3. Configure network-manager
331
+ 2. Configure network-manager
351
332
352
333
` ` ` shell
353
334
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
354
335
[main]
355
- rc-manager=resolvconf
336
+ rc-manager=none
356
337
plugins=ifupdown,keyfile
357
- dns=dnsmasq
338
+ dns=systemd-resolved
358
339
359
340
[ifupdown]
360
341
managed=false
361
- EOF
362
342
` ` `
363
343
364
- 4 . Reconfigure network-manager
344
+ 3 . Reconfigure network-manager
365
345
366
346
` ` ` shell
367
347
dpkg-reconfigure network-manager
0 commit comments