Fix references to current-system/sw/sbin

This commit is contained in:
William A. Kennington III
2015-04-01 13:57:06 -07:00
parent a9f2e107d0
commit ff21171921
13 changed files with 15 additions and 15 deletions

View File

@@ -229,7 +229,7 @@ index 70a5918..1926e52 100644
- cmdline[i++] = "/sbin/fsck";
- cmdline[i++] = arg_repair;
+ cmdline[i++] = "/run/current-system/sw/sbin/fsck";
+ cmdline[i++] = "/run/current-system/sw/bin/fsck";
cmdline[i++] = "-T";
/*