#922: ogLive with Kernel 5.0 installs Grub on BIOS computers.
parent
218fe767af
commit
eda4704078
|
@ -130,10 +130,10 @@ case "${1,,}" in
|
||||||
OSARCH="amd64"
|
OSARCH="amd64"
|
||||||
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
|
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"
|
OSDISTRIB="ubuntu"
|
||||||
OSCODENAME="bionic"
|
OSCODENAME="bionic"
|
||||||
OSRELEASE="5.0.0-15-generic"
|
OSRELEASE="5.0.0-27-generic"
|
||||||
OSARCH="amd64"
|
OSARCH="amd64"
|
||||||
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
|
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
|
cp -a ${BTDIR}/includes/usr/bin/* /tmp
|
||||||
chmod +x /tmp/boot-tools/*.sh
|
chmod +x /tmp/boot-tools/*.sh
|
||||||
# Incluir revisión.
|
# 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.
|
# 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)
|
umount $BTROOTFSMNT 2>/dev/null || (kill -9 $(lsof -t $BTROOTFSMNT); umount $BTROOTFSMNT 2>/dev/null)
|
||||||
schroot -p -c IMGogclient -- /tmp/boot-tools/boottoolsFsOpengnsys.sh
|
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
|
#sw.other
|
||||||
install screen
|
install screen
|
||||||
install schroot
|
install schroot
|
||||||
#install grub
|
|
||||||
install xmlstarlet
|
install xmlstarlet
|
||||||
############# UEFI
|
############# UEFI
|
||||||
install efibootmgr
|
install efibootmgr
|
||||||
install efitools
|
install efitools
|
||||||
install refind
|
install refind
|
||||||
|
install grub-efi-amd64-bin
|
||||||
|
install grub-efi-ia32-bin
|
||||||
|
install grub-pc-bin
|
||||||
############# OGAgent
|
############# OGAgent
|
||||||
install libxss1
|
install libxss1
|
||||||
install python-prctl
|
install python-prctl
|
||||||
|
@ -51,7 +53,6 @@ install laptop-detect
|
||||||
#install nitrogen
|
#install nitrogen
|
||||||
#install ttf-ubuntu-font-family
|
#install ttf-ubuntu-font-family
|
||||||
#install time
|
#install time
|
||||||
#install openssh-client
|
|
||||||
#install synaptic
|
#install synaptic
|
||||||
#install libglib-perl
|
#install libglib-perl
|
||||||
#install libgtk2-perl
|
#install libgtk2-perl
|
||||||
|
|
Loading…
Reference in New Issue