summaryrefslogtreecommitdiff
path: root/docs/README.altbootmethods
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-03-13 19:25:06 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:35 -0300
commit68d1cfcd26cf31178120bf4fab8c033810e2d776 (patch)
tree0f42586d0197a80bbe556f77ce24f9fad1947d9f /docs/README.altbootmethods
parent37919539ce6b28ee07db70af3ce6922468d36f4c (diff)
Replace: Arch Linux -> Parabola GNU/Linux-libre
Diffstat (limited to 'docs/README.altbootmethods')
-rw-r--r--docs/README.altbootmethods4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.altbootmethods b/docs/README.altbootmethods
index 4bf44c4..1084d66 100644
--- a/docs/README.altbootmethods
+++ b/docs/README.altbootmethods
@@ -28,14 +28,14 @@ Note: Described method is for using with GRUB2.
is at path <TARGET-PATH> on disk <D> and partition <P>,
where filesystem is labeled as <TARGET-FS-LABEL>.
-menuentry "Arch Linux (x86_64)" {
+menuentry "Parabola GNU/Linux-libre (x86_64)" {
set isofile="/<TARGET-PATH>/parabola-<YYYY>.<MM>.<DD>-dual.iso"
loopback loop (hd<D>,<P>)$isofile
linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile
initrd (loop)/arch/boot/x86_64/archiso.img
}
-menuentry "Arch Linux (i686)" {
+menuentry "Parabola GNU/Linux-libre (i686)" {
set isofile="/<TARGET-PATH>/parabola-<YYYY>.<MM>.<DD>-dual.iso"
loopback loop (hd<D>,<P>)$isofile
linux (loop)/arch/boot/i686/vmlinuz archisolabel=<FS-LABEL> img_label=<TARGET-FS-LABEL> img_loop=$isofile