summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-05-04 20:33:00 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-05-04 20:33:00 +0200
commitf93fa286d5e7348150aab4874794f7d96dac0894 (patch)
tree406bd08a6a64635a3906ae5d0b84c8dfc6d3307e
parentffb463f775e3b707d1cda77d0d51dcebfb14e7d6 (diff)
downloadvyos-live-build-f93fa286d5e7348150aab4874794f7d96dac0894.tar.gz
vyos-live-build-f93fa286d5e7348150aab4874794f7d96dac0894.zip
Renaming grub2 helper to grub-pc for later grub-efi addition.
-rwxr-xr-xscripts/build/binary2
-rwxr-xr-xscripts/build/binary_grub-pc (renamed from scripts/build/binary_grub2)18
-rwxr-xr-xscripts/build/binary_iso4
-rwxr-xr-xscripts/build/config2
-rw-r--r--share/bootloaders/grub-pc/grub.cfg (renamed from share/bootloaders/grub2/grub.cfg)0
-rw-r--r--share/bootloaders/grub-pc/splash.tga (renamed from share/bootloaders/grub2/splash.tga)bin50004 -> 50004 bytes
6 files changed, 13 insertions, 13 deletions
diff --git a/scripts/build/binary b/scripts/build/binary
index 0e9059a9c..02a01b331 100755
--- a/scripts/build/binary
+++ b/scripts/build/binary
@@ -61,7 +61,7 @@ lb binary_package-lists ${@}
lb binary_linux-image ${@}
lb binary_memtest ${@}
lb binary_grub ${@}
-lb binary_grub2 ${@}
+lb binary_grub-pc ${@}
lb binary_syslinux ${@}
lb binary_disk ${@}
lb binary_loadlin ${@}
diff --git a/scripts/build/binary_grub2 b/scripts/build/binary_grub-pc
index 659db123d..117846ca4 100755
--- a/scripts/build/binary_grub2
+++ b/scripts/build/binary_grub-pc
@@ -14,7 +14,7 @@ set -e
[ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
# Setting static variables
-DESCRIPTION="$(Echo 'installs grub2 into binary')"
+DESCRIPTION="$(Echo 'installs grub-pc into binary')"
HELP=""
USAGE="${PROGRAM} [--force]"
@@ -24,12 +24,12 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LB_BOOTLOADER}" != "grub2" ]
+if [ "${LB_BOOTLOADER}" != "grub-pc" ]
then
exit 0
fi
-Echo_message "Begin installing grub2..."
+Echo_message "Begin installing grub-pc..."
# Requiring stage file
Require_stagefile .build/config .build/bootstrap
@@ -37,8 +37,8 @@ Require_stagefile .build/config .build/bootstrap
# Checking stage file
Check_stagefile .build/binary_grub
-# Checking grub2 templates
-Check_templates grub2
+# Checking grub-pc templates
+Check_templates grub-pc
# Checking lock file
Check_lockfile .lock
@@ -91,17 +91,17 @@ Grub_install_entry ()
LINUX_INSTALL="${LINUX_INSTALL}\n}"
}
-if [ -e "config/bootloaders/grub2" ]
+if [ -e "config/bootloaders/grub-pc" ]
then
# Internal local copy
- _SOURCE="config/bootloaders/grub2"
+ _SOURCE="config/bootloaders/grub-pc"
else
# Internal system copy
if [ -n "${LIVE_BUILD}" ]
then
- _SOURCE="${LIVE_BUILD}/share/bootloaders/grub2"
+ _SOURCE="${LIVE_BUILD}/share/bootloaders/grub-pc"
else
- _SOURCE="/usr/share/live/build/bootloaders/grub2"
+ _SOURCE="/usr/share/live/build/bootloaders/grub-pc"
fi
fi
diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso
index 44a9418c8..e81a13af1 100755
--- a/scripts/build/binary_iso
+++ b/scripts/build/binary_iso
@@ -115,7 +115,7 @@ case "${LB_BOOTLOADER}" in
XORRISO_EXCLUDE="boot/grub/stage2_eltorito"
;;
- grub2)
+ grub-pc)
XORRISO_OPTIONS="${XORRISO_OPTIONS} -no-emul-boot -boot-load-size 4 -boot-info-table"
XORRISO_OPTIONS="${XORRISO_OPTIONS} -b boot/grub/grub_eltorito -J"
XORRISO_EXCLUDE="boot/grub/grub_eltorito"
@@ -149,7 +149,7 @@ esac
# XORRISO_OPTIONS="${XORRISO_OPTIONS} -m ${XORRISO_EXCLUDE}"
#fi
-if [ "${LB_BOOTLOADER}" = "grub2" ]
+if [ "${LB_BOOTLOADER}" = "grub-pc" ]
then
cat > binary.sh << EOF
diff --git a/scripts/build/config b/scripts/build/config
index 8c05dcf36..74eb6ae43 100755
--- a/scripts/build/config
+++ b/scripts/build/config
@@ -32,7 +32,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--bootappend-install PARAMETER|\"PARAMETERS\"]\n\
\t [--bootappend-live PARAMETER|\"PARAMETERS\"]\n\
\t [--bootappend-live-failsafe PARAMETER|\"PARAMETERS\"]\n\
-\t [--bootloader grub|grub2|syslinux]\n\
+\t [--bootloader grub|grub-pc|syslinux]\n\
\t [--cache true|false]\n\
\t [--cache-indices true|false]\n\
\t [--cache-packages true|false]\n\
diff --git a/share/bootloaders/grub2/grub.cfg b/share/bootloaders/grub-pc/grub.cfg
index 3430b63a0..3430b63a0 100644
--- a/share/bootloaders/grub2/grub.cfg
+++ b/share/bootloaders/grub-pc/grub.cfg
diff --git a/share/bootloaders/grub2/splash.tga b/share/bootloaders/grub-pc/splash.tga
index 90b790db6..90b790db6 100644
--- a/share/bootloaders/grub2/splash.tga
+++ b/share/bootloaders/grub-pc/splash.tga
Binary files differ