#922: ogLive with Kernel 5.0 installs Grub on BIOS computers.
parent
218fe767af
commit
eda4704078
|
@ -130,10 +130,10 @@ case "${1,,}" in
|
|||
OSARCH="amd64"
|
||||
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
|
||||
;;
|
||||
bionic-5.0) # ogLive 1.1.1-rc4 basado en Ubuntu 18.04 y Kernel 5.0.
|
||||
bionic-5.0) # ogLive 1.1.1-rc5 basado en Ubuntu 18.04 y Kernel 5.0.
|
||||
OSDISTRIB="ubuntu"
|
||||
OSCODENAME="bionic"
|
||||
OSRELEASE="5.0.0-15-generic"
|
||||
OSRELEASE="5.0.0-27-generic"
|
||||
OSARCH="amd64"
|
||||
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
|
||||
;;
|
||||
|
|
|
@ -75,7 +75,7 @@ echo "FASE 5 - Incorporando ficheros OpenGnsys al sistema raíz rootfs "
|
|||
cp -a ${BTDIR}/includes/usr/bin/* /tmp
|
||||
chmod +x /tmp/boot-tools/*.sh
|
||||
# Incluir revisión.
|
||||
sed -i "1 s/$/ $GITRELEASE/" ${BTDIR}/includes/etc/initramfs-tools/scripts/VERSION.txt
|
||||
sed -i "1 s/$/ $GITRELEASE ($OSRELEASE)/" ${BTDIR}/includes/etc/initramfs-tools/scripts/VERSION.txt
|
||||
# En Ubuntu 13.04+ es necesario matar proceso de "udev" antes de desmontar.
|
||||
umount $BTROOTFSMNT 2>/dev/null || (kill -9 $(lsof -t $BTROOTFSMNT); umount $BTROOTFSMNT 2>/dev/null)
|
||||
schroot -p -c IMGogclient -- /tmp/boot-tools/boottoolsFsOpengnsys.sh
|
||||
|
|
|
@ -1 +1 @@
|
|||
OpenGnsys Client 1.1.1-rc4
|
||||
OpenGnsys Client 1.1.1-rc5
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
#sw.other
|
||||
install screen
|
||||
install schroot
|
||||
#install grub
|
||||
install xmlstarlet
|
||||
############# UEFI
|
||||
install efibootmgr
|
||||
install efitools
|
||||
install refind
|
||||
install grub-efi-amd64-bin
|
||||
install grub-efi-ia32-bin
|
||||
install grub-pc-bin
|
||||
############# OGAgent
|
||||
install libxss1
|
||||
install python-prctl
|
||||
|
@ -51,7 +53,6 @@ install laptop-detect
|
|||
#install nitrogen
|
||||
#install ttf-ubuntu-font-family
|
||||
#install time
|
||||
#install openssh-client
|
||||
#install synaptic
|
||||
#install libglib-perl
|
||||
#install libgtk2-perl
|
||||
|
|
Loading…
Reference in New Issue