summaryrefslogtreecommitdiff
path: root/pcr/grub-legacy/menu.lst
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-20 01:08:02 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-07-20 01:08:02 -0500
commitcc8dc3bdd34043fc1db65bd5d6059f071b6f1c78 (patch)
treed6b1298c7bbcdded9b9e7b6fae0862e18e990697 /pcr/grub-legacy/menu.lst
parent6e7924eb6dcdb1d3f42904468a06ac1d7871c8af (diff)
downloadabslibre-cc8dc3bdd34043fc1db65bd5d6059f071b6f1c78.tar.gz
abslibre-cc8dc3bdd34043fc1db65bd5d6059f071b6f1c78.tar.bz2
abslibre-cc8dc3bdd34043fc1db65bd5d6059f071b6f1c78.zip
Removing grub-legacy
Diffstat (limited to 'pcr/grub-legacy/menu.lst')
-rw-r--r--pcr/grub-legacy/menu.lst43
1 files changed, 0 insertions, 43 deletions
diff --git a/pcr/grub-legacy/menu.lst b/pcr/grub-legacy/menu.lst
deleted file mode 100644
index f405baa91..000000000
--- a/pcr/grub-legacy/menu.lst
+++ /dev/null
@@ -1,43 +0,0 @@
-# Config file for GRUB - The GNU GRand Unified Bootloader
-# /boot/grub/menu.lst
-
-# DEVICE NAME CONVERSIONS
-#
-# Linux Grub
-# -------------------------
-# /dev/fd0 (fd0)
-# /dev/sda (hd0)
-# /dev/sdb2 (hd1,1)
-# /dev/sda3 (hd0,2)
-#
-
-# FRAMEBUFFER RESOLUTION SETTINGS
-# +-------------------------------------------------+
-# | 640x480 800x600 1024x768 1280x1024
-# ----+--------------------------------------------
-# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
-# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
-# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
-# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
-# +-------------------------------------------------+
-# for more details and different resolutions see
-# https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
-
-# general configuration:
-timeout 5
-default 0
-color magenta/black white/magenta
-
-# boot sections follow
-# each is implicitly numbered from 0 in the order of appearance below
-#
-# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
-#
-#-*
-
-# (0) Parabola GNU/Linux-libre
-title Parabola GNU/Linux-libre [/boot/vmlinuz-linux-libre]
-root (hd0,0)
-kernel /vmlinuz-linux-libre root=/dev/sda3 ro
-initrd /initramfs-linux-libre.img
-