diff options
author | makefu <github@syntax-fehler.de> | 2017-08-05 16:34:10 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-05 16:34:10 +0200 |
commit | 615033a2428f99568f88aa194be631f5bf82aacd (patch) | |
tree | 9c20c9d72f2117ae7151f79624fd60fffc93f583 /lass/5pkgs | |
parent | d1995f035a2f2317243ae257f9f1e5a1b8dfea56 (diff) | |
parent | 4efea4c291d47c4c19d77c6c130056c5e7d8f992 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/5pkgs')
-rw-r--r-- | lass/5pkgs/init/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/5pkgs/init/default.nix b/lass/5pkgs/init/default.nix index 679187531..b386fa94b 100644 --- a/lass/5pkgs/init/default.nix +++ b/lass/5pkgs/init/default.nix @@ -46,7 +46,7 @@ pkgs.writeText "init" '' # dd if=/dev/zero bs=512 count=34 of=/dev/sda # TODO zero last 34 blocks (lsblk -bno SIZE /dev/sda) if ! test "$(blkid -o value -s PTTYPE "$disk")" = gpt; then - parted -a optimal "$disk" \ + parted -s -a optimal "$disk" \ mklabel gpt \ mkpart no-fs 0 1024KiB \ set 1 bios_grub on \ |