summaryrefslogtreecommitdiffstats
path: root/client/engine
Commit message (Collapse)AuthorAgeFilesLines
* #935 #906 ogGrub4dosInstallMbr(): new function to install grub4dos on the ↵adv2019-12-091-0/+76
| | | | MSDOS disk MBR
* #935 #906 gGrub4dosInstallMbr(): new Error code for PC's with BIOS legacy ↵adv2019-12-091-0/+1
| | | | | | | | | firmware OG_ERR_NOTBIOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib
* #935 #906 ogGrub4dosInstallMbr(): new Error code for disk with partitioned ↵adv2019-12-091-0/+1
| | | | | | | | | MSDOS OG_ERR_NOMSDOS error code: loadenviron.sh string code: lang_es:cat:gb admin code: ogRaiseError () fron system.lib
* #938 ogBurgInstallMbr() add control error for PC with MSDOS partitionadv2019-12-091-23/+20
|
* #938 ogBurgInstallMbr() : binary may be in the ogLive or OGLIB/burg/burg.tgzadv2019-12-091-3/+12
| | | | | Check the availability of the binary in the ogLive. If necessary use the sources from $ OGLIB / burg / burg.tgz Live. If necessary use the sources from $ OGLIB / burg / burg.tgz
* #659: Using only compiled `rsync` command on old 32-bit ogLive clients.Ramón M. Gómez2019-12-041-1/+2
|
* #920: Remove white spaces when obtaining the client serial number.Ramón M. Gómez2019-11-211-1/+2
|
* #914 deployImagen shows error message when image file is corrupt or was ↵Irina Gómez2019-11-081-0/+1
| | | | created with other partclone version.
* #802 #888 ogGrubInstallMbr in UEFI computers: NVRAM entry for 'grub' is ↵Irina Gómez2019-11-061-1/+1
| | | | better detected, avoiding errors.
* #802 #890 ogGrubInstallMbr: Adds NVRAM entry for grub and place it in second ↵Irina Gómez2019-10-291-1/+7
| | | | order.
* #802 #890 Linux boot: PXE and rEFInd use grubx64.efi (it's copied as ↵Irina Gómez2019-10-211-10/+6
| | | | ogloader.efi). NVRAM, bootOs and start operating system from console use shimx64.efi.signed.
* #802 #890 Fixed error in ogRefindInstall: boots linux correctly and shows a ↵Irina Gómez2019-10-181-17/+22
| | | | menu entry for ogLive when secure boot is inactive.
* #802 #889 Fix problem when windows is updated. ogCopyEfiBootLoader and ↵Irina Gómez2019-10-171-6/+9
| | | | ogRestoreEfiBootLoader: \ * It saves directory Microsoft/Boot of ESP in directory ogBoot into system partition. \ * When it is creating a image, if in ESP exists the directories Microsoft y Part-X-Y it copy Part-X-Y. \ * When it restore a image, it rename directory Microsoft of ESP to Microsoft.
* #928 Multicast ports are allowed from 9000 to 9098. Port 9100 is assigned to ↵Irina Gómez2019-10-101-1/+1
| | | | bacula Director.
* #914: Permanently remove unused functions: ogInstallLinuxClient and ↵Ramón M. Gómez2019-10-071-37/+0
| | | | ogInstallWindowsClient.
* #914: Removed code from unused functions: ogInstallLinuxClient and ↵Ramón M. Gómez2019-09-251-95/+8
| | | | ogInstallWindowsClient.
* #928 Multicast ports are allowed from 9000 to 9100.Irina Gómez2019-09-231-1/+1
|
* #922 Fixing code cleanup: the^CgLiveAdapter.lib content is located in ↵Irina Gómez2019-09-202-19/+5
| | | | ogGrubInstall.
* #922 ogBootLoaderHidePartitions: Partition data will not hidden. Support ↵Irina Gómez2019-08-301-16/+26
| | | | several disk. Compatibility with grub.cfg create by ogLive 5.0.
* #922 Fixes create of grub.cfg by ogGrubInstall: In '/etc/grub.d/00_header' ↵Irina Gómez2019-08-211-0/+4
| | | | when 'pkgdatadir' is empty it takes same value than other ogLive.
* #802 #890 ogGrubInstallXx: grub's first stage finds grub.cfg correctly for ↵Irina Gómez2019-08-081-26/+17
| | | | computers no UEFI.
* Functions for management Windows Registry: chntpw need '-e' option for edit ↵Irina Gómez2019-07-311-1/+1
| | | | registry (in ogLive bionic-5.0.0)
* Fixs multicast error: create 'read' alias defining line break character as ↵Irina Gómez2019-07-261-0/+15
| | | | default delimiter.
* #920: Truncate a long serial number.Ramón M. Gómez2019-07-251-5/+9
|
* #920: Filter more strings by retrieving the client's serial number.Ramón M. Gómez2019-07-251-2/+2
|
* ogGetEsp has been modified to handle with nvme disks, in that case, blkid ↵Juan Manuel Bardallo juanmanuel.bardallo@sic.uhu.es2019-07-011-3/+11
| | | | | | | | | | returns > /dev/loop0 > /dev/nvme0n1 > /dev/nvme0n1p1 When ogDevToDisk processes the line /dev/nvme0n1, $PART contains only one argument corresponding to the disk number, when occurs, ogGetPartitionId throws an error.
* #906: Fix bug when defining a cache partition on NVMe disks.Juan Manuel Bardallo2019-06-271-3/+5
|
* #802 #888 ogRefindInstall: ogRefindInstall: rEFInd bootloader is signed with ↵Irina Gómez2019-06-131-34/+38
| | | | OpenGnsys certificate.
* #802 #888 #890 ogNvramAddEntry function allows disk and partition as params ↵Irina Gómez2019-06-052-19/+18
| | | | 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.
* #802 #890 {{{grubInstallXx}}} install correctly the grub first stage with ↵Irina Gómez2019-05-311-101/+89
| | | | secureBoot. {{{ogBoot}}} uses NVRAM functions.
* #802 #890 ogGrubInstall includes option to secure boot.Irina Gómez2019-05-271-4/+4
|
* #802 #889 ogSetPartitionActive shows message as warningIrina Gómez2019-05-231-1/+1
|
* #802 #889 ogSetPartitionActive ends without change to UEFI computers. In ↵Irina Gómez2019-05-231-0/+4
| | | | this case to active a particion we must use ogNvramActiveEntry
* #802 #888 ogRefindInstall used wrong parameter when calling ogNvramGetOrder. ↵Irina Gómez2019-05-222-3/+3
| | | | ogNvramSetOrder use uppercase in hexadecimal number because efibootmgr need it.
* #802 #889 createImage script don't use 'ogSaveImageInfo' for Windows. ↵Irina Gómez2019-05-221-69/+0
| | | | 'ogSaveImageInfo' function is removed.
* #802 #888 refind: options parameter cannot include string 'initrd', to start ↵Irina Gómez2019-05-221-2/+3
| | | | ogLive we exclude option 'ogupdateinitrd'
* Fix initCache: if the size of the cache changes, it always formats the ↵Irina Gómez2019-05-151-18/+18
| | | | cache. ogCheckFs includes the CACHE file system type
* Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-132-11/+33
|\
| * #906: Declaring new variables as local.Ramón M. Gómez2019-03-272-5/+7
| |
| * #906 Operations with partitions and images support NVMeJuan Manuel Bardallo2019-03-272-6/+26
| |
| * #895 Fixs the partitioning wizard: can change partition table from MSDOS to ↵Irina Gómez2019-02-041-1/+1
| | | | | | | | GPT whithout reboot. Fixs fake error in ogCreateGptPartitions when there isn't cache.
* | #802 #888 If UEFI active, always installs rEFInd and sets it as bootloader ↵Irina Gómez2019-04-252-29/+144
| | | | | | | | (NVRAM) second entry. New Nvram management functions: Add new entry, get and set de next boot entry.
* | #802 #888 Functions for the NVRAM management. Functions in UEFI.lib ordered ↵Irina Gómez2019-04-152-59/+342
| | | | | | | | in alphabetical order.
* | #802 #888 ogRefindInstall: refind configuration only shows operating systems ↵Irina Gómez2019-04-051-28/+52
| | | | | | | | deployed with OpenGnsys and OgLive
* | ogRefindInstall, with paremeter FALSE, does not configure menu entry of ↵Irina Gómez2019-04-031-65/+232
| | | | | | | | directory microsoft or ubuntu. Fixs PXE template of refind. Creates auxiliary functions for rEFInd.
* | #802 #890 ogGrubInstallMbr detects Windows loader en ESP and saves de ↵Irina Gómez2019-03-281-15/+2
| | | | | | | | ogbootloader into directory 'grub'·
* | #802 #889 #890 Fix UEFI postconf: configureOs does not use ogFixBootSector ↵Irina Gómez2019-03-261-2/+2
| | | | | | | | for Windows. ogGrubInstall does not change boot order in NVRAM.
* | #802 #888 Fix ogBootLoaderSetTheme: refind can start ogLive.Irina Gómez2019-03-251-1/+3
| |
* | #802 #888 ogRefindInstall: Uses optionaly refind-install. Uses ogGetEsp to ↵Irina Gómez2019-03-221-49/+146
| | | | | | | | get the partition. Configures Part-X-Y and ogLive. ogRefindSetTheme: Configures theme.
* | Fix some script calls to ogIsEfiActive function.Irina Gómez2019-03-202-8/+9
| |