Changeset 3f76cac for BOOK/boot/x86_64-64
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0ee61bb
- Parents:
- a90a072
- Location:
- BOOK/boot/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/flags.xml
ra90a072 r3f76cac 14 14 we boot-up they will be there:</para> 15 15 16 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" >> ${ LFS}/root/.bash_profile</userinput></screen>16 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile</userinput></screen> 17 17 18 18 </sect1> -
BOOK/boot/x86_64-64/lilo.xml
ra90a072 r3f76cac 54 54 achieve this:</para> 55 55 56 <screen os="f" role="nodump"><userinput>keytab-lilo.pl uk >i${ LFS}/boot/uk.ktl</userinput></screen>56 <screen os="f" role="nodump"><userinput>keytab-lilo.pl uk >i${CLFS}/boot/uk.ktl</userinput></screen> 57 57 58 58 <para os="g">The argument to the command is the name of the keymap, or if … … 62 62 <para os="i">The next step is to create /etc/lilo.conf</para> 63 63 64 <screen os="j" role="nodump"><userinput>cat > ${ LFS}/etc/lilo.conf << "EOF"64 <screen os="j" role="nodump"><userinput>cat > ${CLFS}/etc/lilo.conf << "EOF" 65 65 <literal># Begin /etc/lilo.conf 66 66 # lilo.conf … … 74 74 75 75 # set the name of the default image to boot 76 default= lfs76 default=clfs 77 77 78 78 # define an image 79 image=/boot/ lfskernel80 label= lfs79 image=/boot/clfskernel 80 label=clfs 81 81 root=/dev/<partition> 82 82 read-only
Note:
See TracChangeset
for help on using the changeset viewer.