Changeset 7b82eb14
- Timestamp:
- 03/25/2019 09:43:22 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 74d706dc
- Parents:
- a49d043c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
postlfs/filesystems/initramfs.xml
ra49d043c r7b82eb14 247 247 EOF 248 248 249 <command>chmod 0755 /sbin/mkinitramfs</command></userinput></screen>249 chmod 0755 /sbin/mkinitramfs</userinput></screen> 250 250 251 251 <screen role="root"><userinput>mkdir -p /usr/share/mkinitramfs && … … 380 380 class="username">root</systemitem> user:</para> 381 381 382 <screen ><userinput>mkinitramfs [KERNEL VERSION]</userinput></screen>382 <screen role="nodump"><userinput>mkinitramfs [KERNEL VERSION]</userinput></screen> 383 383 384 384 <para>The optional argument is the directory where the appropriate kernel … … 397 397 menuentry. Below are several examples.</para> 398 398 399 <screen ><userinput># Generic initramfs and root fs identified by UUID399 <screen role="nodump"><userinput># Generic initramfs and root fs identified by UUID 400 400 menuentry "LFS Dev (LFS-7.0-Feb14) initrd, Linux 3.0.4" 401 401 { … … 404 404 }</userinput></screen> 405 405 406 <screen ><userinput># Generic initramfs and root fs on LVM partition406 <screen role="nodump"><userinput># Generic initramfs and root fs on LVM partition 407 407 menuentry "LFS Dev (LFS-7.0-Feb18) initrd lvm, Linux 3.0.4" 408 408 { … … 411 411 }</userinput></screen> 412 412 413 <screen ><userinput># Specific initramfs and root fs identified by LABEL413 <screen role="nodump"><userinput># Specific initramfs and root fs identified by LABEL 414 414 menuentry "LFS Dev (LFS-7.1-Feb20) initrd label, Linux 3.2.6" 415 415 {
Note:
See TracChangeset
for help on using the changeset viewer.