make it actually write the partition

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 16d86dcf04
commit a3086ae795
  1. 2
      conf/type/__partition_msdos_apply/files/lib.sh

@ -11,7 +11,7 @@ fdisk_command() {
local cmd=$2
debug fdisk_command "running fdisk command '${cmd}' on device ${device}"
#echo -en "${cmd}\nw\n" | fdisk -c -u "$device"
echo -en "${cmd}\nw\n" | fdisk -c -u "$device"
return $?
}

Loading…
Cancel
Save