MTD 248-645A Bedienungsanleitung Seite 247

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 347
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 246
Linux From Scratch - Version 7.0
227
Chapter 9. The End
9.1. The End
Well done! The new LFS system is installed! We wish you much success with your shiny new custom-built Linux
system.
It may be a good idea to create an /etc/lfs-release file. By having this file, it is very easy for you (and for
us if you need to ask for help at some point) to find out which LFS version is installed on the system. Create this
file by running:
echo 7.0 > /etc/lfs-release
9.2. Get Counted
Now that you have finished the book, do you want to be counted as an LFS user? Head over to http://www.
linuxfromscratch.org/cgi-bin/lfscounter.cgi and register as an LFS user by entering your name and the first LFS
version you have used.
Let's reboot into LFS now.
9.3. Rebooting the System
Now that all of the software has been installed, it is time to reboot your computer. However, you should be aware of a
few things. The system you have created in this book is quite minimal, and most likely will not have the functionality
you would need to be able to continue forward. By installing a few extra packages from the BLFS book while still in
our current chroot environment, you can leave yourself in a much better position to continue on once you reboot into
your new LFS installation. Installing a text mode web browser, such as Lynx, you can easily view the BLFS book
in one virtual terminal, while building packages in another. The GPM package will also allow you to perform copy/
paste actions in your virtual terminals. Lastly, if you are in a situation where static IP configuration does not meet
your networking requirements, installing packages such as Dhcpcd or PPP at this point might also be useful.
Now that we have said that, lets move on to booting our shiny new LFS installation for the first time! First exit from
the chroot environment:
logout
Then unmount the virtual file systems:
umount -v $LFS/dev/pts
umount -v $LFS/dev/shm
umount -v $LFS/dev
umount -v $LFS/proc
umount -v $LFS/sys
Unmount the LFS file system itself:
umount -v $LFS
Seitenansicht 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 346 347

Kommentare zu diesen Handbüchern

Keine Kommentare