Changeset 4
- Timestamp:
- 04-08-2008 11:00:41 (5 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configurator.sh (modified) (1 diff)
-
m2installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configurator.sh
r3 r4 1 1 #!/bin/bash 2 #configurator: script que permite configurar o m2installer depois de instalado o diréctorio raz 3 # dentro de um lv do LVM, e tendo o boot numa outra partição em ext3 2 3 # configurator: script que permite configurar o m2installer depois de instalado o diréctorio raz 4 # dentro de um lv do LVM, e tendo o boot numa outra partição em ext3 5 # 6 # Copyright (C) 2008 Hélio Miguel 7 # 8 # This program is free software; you can redistribute it and/or 9 # modify it under the terms of the GNU General Public License 10 # as published by the Free Software Foundation; either version 2 11 # of the License, or (at your option) any later version. 12 # 13 # This program is distributed in the hope that it will be useful, 14 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # GNU General Public License for more details. 17 # 18 # You should have received a copy of the GNU General Public License 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 4 21 5 22 -
trunk/m2installer
r3 r4 1 1 #!/bin/bash 2 3 # m2installer: este script permite várias opções de reversão 4 # de moficiações/instalações de programas no sistema, bem como 5 # reversões completas do sistema para momentos anterires 6 # 7 # Copyright (C) 2008 Hélio Miguel 8 # 9 # This program is free software; you can redistribute it and/or 10 # modify it under the terms of the GNU General Public License 11 # as published by the Free Software Foundation; either version 2 12 # of the License, or (at your option) any later version. 13 # 14 # This program is distributed in the hope that it will be useful, 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 # GNU General Public License for more details. 18 # 19 # You should have received a copy of the GNU General Public License 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 22 2 23 3 24 #este sript só pode ser utilizado pelo root