Commit Graph

1206 Commits (d2a9dd877b97867aa45ae59b34bc7ce7719a530c)

Author SHA1 Message Date
Ramón M. Gómez c0e670b9d9 #844: Fix bug copying files when preparing ogLive client for offline mode. 2019-06-06 13:47:37 +02:00
Irina Gomez 527cd97eb5 #802 #888 #890 ogNvramAddEntry function allows disk and partition as params and creates a entry with 'Part-D-P' name that uses generic loader of OpenGnsys. ogGrubInstall uses shimx64.efi.signed of ogLive Ubuntu 18. Previously this function used shim of tftp of server. 2019-06-05 11:24:51 +02:00
Irina Gomez a90a05128f Merge branch 'devel' into uefi
Fast foward with devel branch
2019-06-05 09:03:22 +02:00
Ramón M. Gómez 2adfccd002 #917: Fixed bug when compiling {{{ms-sys}}} command on ogLive. 2019-06-04 13:23:01 +02:00
Ramón M. Gómez 60c06d743c #917: Fixed bug when installing 32-bit libraries used by the Browser. 2019-06-04 13:20:56 +02:00
Ramón M. Gómez dbc61ba226 #917: Fixed bug when ogLive mounts a Samba share from a server based on Ubuntu 18.04 2019-06-04 13:13:38 +02:00
Irina Gomez 3f4a9b7f23 #802 #890 {{{grubInstallXx}}} install correctly the grub first stage with secureBoot. {{{ogBoot}}} uses NVRAM functions. 2019-05-31 11:11:31 +02:00
Irina Gomez 5b809ba345 #802 #890 ogGrubInstall includes option to secure boot. 2019-05-27 10:25:47 +02:00
Irina Gomez d6ff164517 #802 #889 ogSetPartitionActive shows message as warning 2019-05-23 13:04:58 +02:00
Irina Gomez 63eec7759f #802 #889 ogSetPartitionActive ends without change to UEFI computers. In this case to active a particion we must use ogNvramActiveEntry 2019-05-23 12:09:18 +02:00
Ramón M. Gómez b6641ee130 #914: Changes to generate a new ogLive client based on Linux 5.0 2019-05-23 10:04:30 +02:00
Ramón M. Gómez 6a60a24f9c #872: Fix a little bug when a client launch its browser. 2019-05-23 07:44:59 +02:00
Irina Gomez 588d1eb2b5 #802 #889 cloneRemoteFromMaster script in master, when computer has Efi active and operating system is Windows, copies boot loader folder from ESP to system partition. 2019-05-22 14:19:55 +02:00
Irina Gomez ff5e572cf3 #802 #888 ogRefindInstall used wrong parameter when calling ogNvramGetOrder. ogNvramSetOrder use uppercase in hexadecimal number because efibootmgr need it. 2019-05-22 13:27:57 +02:00
Irina Gomez 093ebcd461 #802 #889 createImage script don't use 'ogSaveImageInfo' for Windows. 'ogSaveImageInfo' function is removed. 2019-05-22 10:24:20 +02:00
Irina Gomez d7d1ec812e #802 #888 refind: options parameter cannot include string 'initrd', to start ogLive we exclude option 'ogupdateinitrd' 2019-05-22 10:04:01 +02:00
Irina Gomez 97b8472e4a #895 Fix initCache: if the size of the cache changes, it always formats the cache. ogCheckFs includes the CACHE file system type 2019-05-15 14:13:17 +02:00
Irina Gomez f097c21f1d Fix initCache: if the size of the cache changes, it always formats the cache. ogCheckFs includes the CACHE file system type 2019-05-15 11:16:31 +02:00
Irina Gomez 04b15943a1 Merge branch 'devel' into uefi (fast-forward) 2019-05-13 10:14:38 +02:00
Irina Gomez b0a7050136 #802 #888 If UEFI active, always installs rEFInd and sets it as bootloader (NVRAM) second entry. New Nvram management functions: Add new entry, get and set de next boot entry. 2019-04-25 11:22:44 +02:00
Irina Gomez b00e622946 #802 #888 Functions for the NVRAM management. Functions in UEFI.lib ordered in alphabetical order. 2019-04-15 10:47:20 +02:00
Ramón M. Gómez 58a6159ff0 #845: Preparing creation of ogLive based on Kernel 4.18. 2019-04-11 13:58:48 +02:00
Irina Gomez fae14f68cc #802 #888 ogRefindInstall: refind configuration only shows operating systems deployed with OpenGnsys and OgLive 2019-04-05 14:32:28 +02:00
Irina Gomez da53464c60 ogRefindInstall, with paremeter FALSE, does not configure menu entry of directory microsoft or ubuntu. Fixs PXE template of refind. Creates auxiliary functions for rEFInd. 2019-04-03 09:59:14 +02:00
Irina Gomez d61c5e5659 #802 #890 ogGrubInstallMbr detects Windows loader en ESP and saves de ogbootloader into directory 'grub'· 2019-03-28 12:13:32 +01:00
Ramón M. Gómez d95983402d #906: Declaring new variables as local. 2019-03-27 08:04:24 +01:00
Juan Manuel Bardallo 30fa5b4944 #906 Operations with partitions and images support NVMe 2019-03-27 07:50:42 +01:00
Irina Gomez 5fd45d159c #802 #889 #890 Fix UEFI postconf: configureOs does not use ogFixBootSector for Windows. ogGrubInstall does not change boot order in NVRAM. 2019-03-26 10:36:36 +01:00
Irina Gomez ed4b2fe091 #802 #888 Fix ogBootLoaderSetTheme: refind can start ogLive. 2019-03-25 10:03:31 +01:00
Irina Gomez ce1aa0b332 #905 Fix deployImage: When protocol is '*-CACHE' remove string after the hyphen 2019-03-22 13:44:53 +01:00
Irina Gomez 17e90bd29f #802 #888 ogRefindInstall: Uses optionaly refind-install. Uses ogGetEsp to get the partition. Configures Part-X-Y and ogLive. ogRefindSetTheme: Configures theme. 2019-03-22 11:02:51 +01:00
Irina Gomez 47d8ae85da Fix some script calls to ogIsEfiActive function. 2019-03-20 13:35:47 +01:00
Irina Gomez b7dc4ace68 #802 #888 #890 bootOs and PXE templates start the newly installed Linux distributions. 2019-03-13 11:24:25 +01:00
Irina Gomez 36737376fa #890 #802 ogGrubInstall: To get kernel parameters we need the original grub.cfg: it\'s move at the end. grubSyntax: In kernel parameters, replaces UUID for DEVICE. 2019-03-05 14:28:58 +01:00
Irina Gomez 40bd9f5d30 #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used for the boot loader. This allows you to use PXE templates for a partition. 2019-02-25 12:54:50 +01:00
Irina Gomez e9601e1f70 #802 #889 #890 ogGrubInstallPartitions, ogGrubInstallMbr y ogRestoreEfiBootLoader: Format EFI partition if it is not. ogGetEsp: Detecting the EFI partition does not require VFAT filesystem. 2019-02-04 11:34:26 +01:00
Irina Gomez 62eba32016 #895 Fixs the partitioning wizard: can change partition table from MSDOS to GPT whithout reboot. Fixs fake error in ogCreateGptPartitions when there isn't cache. 2019-02-04 11:20:28 +01:00
OpenGnSys Support Team d7e33cb568 #893 Adding code to rename client pc in configureOs 2019-01-31 09:15:07 +01:00
Irina Gomez 20e5aa9e45 #802 #889 configureOs can relocale Windows in different partition. ogWindowsBootParameters: include the bootpartition to configure BCD 2019-01-29 11:26:10 +01:00
Irina Gomez 7dc06be98d #802 #890 Postconfiguración de linux (ubuntu) compatible con UEFI. ogGrubInstallMbr y ogGrubInstallPartition: incluye opciones UEFI. ogUuidChange: genera UUID con un comando existente en el ogLive. 2019-01-23 13:23:05 +01:00
Irina Gomez a31f7a97b1 #802 #889 ogHidePartition and ogUnhidePartition: Add Windows and Windows Reserved Partitions. ogSaveImageInfo and ogRestoreUuidPartitions: Only save/restore GUID Partition Table. 2019-01-21 14:05:18 +01:00
Irina Gomez 30238abde6 #802 UEFI Windows compatibility: necessary functions for create and restore images. 2019-01-18 10:59:35 +01:00
Irina Gomez 39b84ff881 #802 UEFI compatibility: allows postconfigure and log in to Ubuntu. 2019-01-18 10:59:35 +01:00
Ramón M. Gómez 0433dbedba #887: New browser binary. 2018-12-18 12:28:16 +01:00
Ramón M. Gómez 7d77e5f998 #887: Updating Browser locale files. 2018-12-18 11:50:53 +01:00
Ramón M. Gómez 114bb0e87f #783 #887: changes in the Browser code:
* correct log file name;
 * reformating log messages;
 * show error popup when command execution error.
2018-12-18 11:47:05 +01:00
Ramón M. Gómez 2dd6a85a7b #886: Backward-compatible with JQ version 1.4 2018-12-12 14:32:20 +01:00
Antonio Doblas Viso 518d4d84f7 #851 fix check parameteres available in udp-receiver 2018-11-25 22:17:55 +00:00
Antonio Doblas Viso fdebfdba10 #851 corregida la comprobación del binario udp-receiver y de los
parametros disponibles. Asignar variables internas de la composición del
cliente mcast relacionadas con el parámetro en cuestión.
2018-11-23 11:27:50 +00:00
Irina Gomez 348b5c973a #855 #679 Los script de crear o restaurar imágenes sincronizadas permiten cambiar de repositorio. ogChangeRepo: se resuelve errata por la que no tomaba los permisos (ro|rw) del repositorio. 2018-11-13 11:50:44 +01:00