Force a rebuild.

Sigh.

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-02-04 08:43:45 -05:00
parent 5da2c77fbd
commit 741cc62f75

View File

@ -238,7 +238,7 @@ in {
"mkfs.ext3 -L nixos /dev/vda3",
"mount LABEL=nixos /mnt",
"mkfs.ext3 -L boot /dev/vda1",
"mkdir /mnt/boot",
"mkdir -p /mnt/boot",
"mount LABEL=boot /mnt/boot",
);
'';