diff options
author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-07-19 23:34:04 -0400 |
---|---|---|
committer | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-07-19 23:34:04 -0400 |
commit | a8ed766f8c4eea40906086228f10785745342694 (patch) | |
tree | a8c3fa577d7a36351df389c2585d2c2c9a1c6ff0 /linux | |
parent | c02184c7378991951ffe07add1ff368a8663c18b (diff) | |
download | syslinux-a8ed766f8c4eea40906086228f10785745342694.tar.gz |
extlinux, linux: Ignore --force in these installerssyslinux-4.02-pre4
Previous commits described this behaviour, but did not
actually implement it. :)
Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/syslinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/syslinux.c b/linux/syslinux.c index 9807bdf0..97b6a306 100755 --- a/linux/syslinux.c +++ b/linux/syslinux.c @@ -273,7 +273,7 @@ int main(int argc, char *argv[]) subdir = "/"; } - if (!opt.device || opt.install_mbr || opt.activate_partition || opt.force) + if (!opt.device || opt.install_mbr || opt.activate_partition) usage(EX_USAGE, MODE_SYSLINUX); /* |