|
143.
|
|
|
Making Settings for rc.local File
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:872(title)
|
|
144.
|
|
|
After you enter the command you want executed at system start-up, press CTRL+X to save and exit the edited file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:883(para)
|
|
145.
|
|
|
Services Window
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:887(title)
|
|
146.
|
|
|
When you reboot the system, the rc.local file executes. If you want to display the output of the above command, type the following command in the Terminal:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:898(para)
|
|
147.
|
|
|
$ cat newbackup
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:902(screen)
|
|
148.
|
|
|
The following image shows the output of the above command:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:904(para)
|
|
149.
|
|
|
Changing the Default Operating System at Boot
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:911(title)
|
|
150.
|
|
|
When multiple operating systems are installed on a computer, this is referred to as a multi-boot configuration. Typically, the operating system that is listed on top in the configuration file is loaded on the computer. To choose the operating system that starts when you turn on your computer, edit the grub configuration file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:913(para)
|
|
151.
|
|
|
Back up the configuration file, and open it in a text editor, as follows:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:921(para)
|
|
152.
|
|
|
$ sudo cp
/boot/grub/menu.lst /boot/grub/menu.lst_backup $ sudo
gedit /boot/grub/menu.lst
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
chapter10/xinclude.xml:924(screen)
|