Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:PerryWerneck:appliances
nwipe
disk.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disk.sh of Package nwipe
#!/bin/bash #================ # FILE : disk.sh #---------------- #====================================== # Functions... #-------------------------------------- test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile # # função para mudar valores do sysconfig # # $1 = arquivo # # $2 = chave # # $3 = valor # set_sysconfig() # { # echo "===> Setting value $2=$3 at $1" # sed -i "s/^$2=.*$/$2=$3/g" $1; # } # # ajusta sysconfig # set_sysconfig /etc/sysconfig/cron SEND_OUTPUT_ON_NO_ERROR no # set_sysconfig /etc/sysconfig/cron SYSLOG_ON_NO_ERROR yes # set_sysconfig /etc/sysconfig/displaymanager DISPLAYMANAGER lightdm set_sysconfig /etc/default/grub GRUB_DEFAULT=0 set_sysconfig /etc/default/grub GRUB_DEFAULT=0 set_sysconfig /etc/default/grub GRUB_TIMEOUT=0 exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor