tuto3: fix raz-my-dd command
This commit is contained in:
parent
2bb1da63d6
commit
f81dd3448c
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ files:
|
|||
#!/bin/sh
|
||||
echo -n "Are you sure? Press Enter to continue... "
|
||||
read -s
|
||||
dd if=/dev/zero of=/dev/sda size=10 bs=4096
|
||||
dd if=/dev/zero of=/dev/sda count=10 bs=4096
|
||||
sync
|
||||
reboot -f
|
||||
mode: "0755"
|
||||
|
|
Reference in a new issue