source: client/engine/ToolsGNU.c @ 38231e9

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 38231e9 was 1e7eaab, checked in by ramon <ramongomez@…>, 15 years ago

Installador vale para repositorio y descargable; funciones de API compatibles Doxygen.

git-svn-id: https://opengnsys.es/svn/trunk@652 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 544 bytes
Line 
1#!/bin/bash
2#/**
3#@file    ToolsGNU.c
4#@brief   Librería o clase Tools GNU used by OpenGNSys
5#@class   Tools
6#@brief   Herramientas gnu utilizadas por opengnsys.
7#@version 0.9
8#@warning License: GNU GPLv3+
9#*/
10
11
12function awk () {
13}
14
15function chntpw () {
16}
17
18function egrep () {
19}
20
21function fdisk () {
22}
23
24function grep () {
25}
26
27function kexec () {
28}
29
30function lshw () {
31}
32
33function mount () {
34}
35
36function ms-sys () {
37}
38
39function parted () {
40}
41
42function partimage () {
43}
44
45function partprobe () {
46}
47
48function sfdisk () {
49}
50
51function umount () {
52}
53
Note: See TracBrowser for help on using the repository browser.