diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-01-23 22:29:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-01-23 22:29:23 +0100 |
| commit | 7faf6031e68fa43ab6c5e98f3e0feecadd514203 (patch) | |
| tree | ec4286099d9c3850addb9942ada39dc42d598b62 | |
| parent | info: overview (diff) | |
| download | bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.gz bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.bz2 bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.xz | |
invoking1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rwxr-xr-x | bootcleanse.py | 2 | ||||
| -rw-r--r-- | bootcleanse.texinfo | 30 |
2 files changed, 26 insertions, 6 deletions
diff --git a/bootcleanse.py b/bootcleanse.py index 31d257a..e90157b 100755 --- a/bootcleanse.py +++ b/bootcleanse.py @@ -41,7 +41,7 @@ print('to back up the first 512 byte of each defected file.') print('To back up run `dd if=DEVICE bs=512 count=1 > DEV.backup`.') print('To restore run `dd of=DEVICE bs=512 count=1 if=DEV.backup`.') print() -print('\033[01mProcessed? [yes/no]\033[21m') +print('\033[01mProceed? [yes/no]\033[21m') while True: yn = input() diff --git a/bootcleanse.texinfo b/bootcleanse.texinfo index f9d1509..1f05400 100644 --- a/bootcleanse.texinfo +++ b/bootcleanse.texinfo @@ -54,6 +54,7 @@ Texts. A copy of the license is included in the section entitled @menu * Overview:: Overview of @command{bootcleanse} +* Invoking:: Invoking @command{bootcleanse} * License of bootcleanse:: Summary of the license of the program * GNU General Public License:: The license of the program * GNU Free Documentation License:: The license of this manual @@ -67,15 +68,34 @@ Texts. A copy of the license is included in the section entitled @cindex overview @cindex description -bootcleanse is a simple script to remove old stuff from your boot -sequence; just another part of cleaning your system from old crap. -It is not very configurable, if you want something specific than -removing the MBR and all boot flags (on primary partitions) from -a set of drives you may want to copy the script and end it do +@command{bootcleanse} is a simple script to remove old stuff from +your boot sequence; just another part of cleaning your system from +old crap. It is not very configurable, if you want something specific +than removing the MBR and all boot flags (on primary partitions) +from a set of drives you may want to copy the script and end it do do exactly want you want, but the chance of you needing to do that is extremely small. +@node Invoking +@chapter Invoking +@cindex invoking +@cindex arguments +@cindex options +@cindex executing +@cindex running + +@command{bootcleanse} requires (unless you have an customised, +unsecure system setup) super user and will tell you want it is +about to do and ask if it sould proceed. + +@command{bootcleanse} takes no options, but takes all arguments +and assumes those are the drives you want to remove the MBR code +and boot flags from. + + + + @node License of bootcleanse @appendix License of bootcleanse |
