summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* #847 ogclientSqfs2Img and ogclientImg2Sqfs: Auxiliary file size is increased ↵Irina Gómez2019-08-162-2/+2
| | | | to fit the content of the second file system.
* #923 deployImage exits if detects error in updateCache. updateCache exits if ↵Irina Gómez2019-08-092-1/+5
| | | | it detects error when copying torrent file.
* #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.
* #844: Fix bug copying files when preparing ogLive client for offline mode.Ramón M. Gómez2019-06-061-15/+4
|
* #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.
* Merge branch 'devel' into uefiIrina Gómez2019-06-0510-53/+27
|\ | | | | | | Fast foward with devel branch
| * #917: Fixed bug when compiling {{{ms-sys}}} command on ogLive.Ramón M. Gómez2019-06-041-2/+2
| |
| * #917: Fixed bug when installing 32-bit libraries used by the Browser.Ramón M. Gómez2019-06-041-20/+5
| |
| * #917: Fixed bug when ogLive mounts a Samba share from a server based on ↵Ramón M. Gómez2019-06-042-5/+7
| | | | | | | | Ubuntu 18.04
| * #914: Changes to generate a new ogLive client based on Linux 5.0Ramón M. Gómez2019-05-236-25/+12
| |
| * #872: Fix a little bug when a client launch its browser.Ramón M. Gómez2019-05-231-1/+1
| |
| * #895 Fix initCache: if the size of the cache changes, it always formats the ↵Irina Gómez2019-05-152-20/+22
| | | | | | | | cache. ogCheckFs includes the CACHE file system type
* | #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 #889 cloneRemoteFromMaster script in master, when computer has Efi ↵Irina Gómez2019-05-221-0/+7
| | | | | | | | active and operating system is Windows, copies boot loader folder from ESP to system partition.
* | #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-222-72/+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-152-20/+22
| | | | | | | | cache. ogCheckFs includes the CACHE file system type
* | Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-137-14/+50
|\|
| * #845: Preparing creation of ogLive based on Kernel 4.18.Ramón M. Gómez2019-04-113-3/+11
| |
| * #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
| |
| * #905 Fix deployImage: When protocol is '*-CACHE' remove string after the hyphenIrina Gómez2019-03-221-0/+2
| |
| * #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.
| * #893 Adding code to rename client pc in configureOsOpenGnSys Support Team2019-01-311-0/+4
| |
* | #802 #888 If UEFI active, always installs rEFInd and sets it as bootloader ↵Irina Gómez2019-04-256-56/+185
| | | | | | | | (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-156-59/+372
| | | | | | | | 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-034-65/+253
| | | | | | | | 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-283-16/+56
| | | | | | | | ogbootloader into directory 'grub'·
* | #802 #889 #890 Fix UEFI postconf: configureOs does not use ogFixBootSector ↵Irina Gómez2019-03-262-4/+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-203-9/+10
| |
* | #802 #888 #890 bootOs and PXE templates start the newly installed Linux ↵Irina Gómez2019-03-131-6/+42
| | | | | | | | distributions.
* | #890 #802 ogGrubInstall: To get kernel parameters we need the original ↵Irina Gómez2019-03-052-12/+36
| | | | | | | | grub.cfg: it\'s move at the end. grubSyntax: In kernel parameters, replaces UUID for DEVICE.
* | #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used ↵Irina Gómez2019-02-252-10/+22
| | | | | | | | for the boot loader. This allows you to use PXE templates for a partition.
* | #802 #889 #890 ogGrubInstallPartitions, ogGrubInstallMbr y ↵Irina Gómez2019-02-043-6/+19
| | | | | | | | ogRestoreEfiBootLoader: Format EFI partition if it is not. ogGetEsp: Detecting the EFI partition does not require VFAT filesystem.
* | #802 #889 configureOs can relocale Windows in different partition. ↵Irina Gómez2019-01-295-95/+99
| | | | | | | | ogWindowsBootParameters: include the bootpartition to configure BCD
* | #802 #890 Postconfiguración de linux (ubuntu) compatible con UEFI. ↵Irina Gómez2019-01-234-53/+48
| | | | | | | | ogGrubInstallMbr y ogGrubInstallPartition: incluye opciones UEFI. ogUuidChange: genera UUID con un comando existente en el ogLive.