From 39a1c6289842ae403b1f4b99086bf999dea1a158 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 08 Jun 2015 23:09:06 -0400 Subject: docs/gnulinux/grub_config.html: fix HTML formatting error --- (limited to 'docs/gnulinux') diff --git a/docs/gnulinux/grub_config.html b/docs/gnulinux/grub_config.html index 2891ebc..b449673 100644 --- a/docs/gnulinux/grub_config.html +++ b/docs/gnulinux/grub_config.html @@ -23,14 +23,15 @@

Table of Contents

- -
  • - Example modifications for grubtest.cfg - -
  • +
    @@ -100,19 +101,15 @@

    Alternatively, if your /boot is on a separate partition then you cannot rely on the /vmlinuz and /initrd.img symlinks. Instead, go into /boot and create your own symlinks (update them manually when you install a new kernel update).
    - $ sudo -s
    + $ sudo -s (or su -)
    # cd /boot/
    - # rm -Rf vmlinuz initrd.img
    - # ln -s kernel ksym
    - # ln -s initrd isym
    + # rm -f vmlinuz initrd.img
    + # ln -s yourkernel ksym
    + # ln -s yourinitrd isym
    # exit

    - Replace the underlined kernel and initrd filenames above with the actual filenames, of course. -

    - -

    Then your grubtest.cfg menu entry (for payload) becomes like that, for example if / was on sda2 and /boot was on sda1:
    set root='ahci0,msdos1'
    linux /ksym root=/dev/sda2
    -- cgit v0.9.1