Deleted Added
full compact
install.c (54619) install.c (54722)
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
1/*
2 * The new sysinstall program.
3 *
4 * This is probably the last program in the `sysinstall' line - the next
5 * generation being essentially a complete rewrite.
6 *
7 * $FreeBSD: head/usr.sbin/sade/install.c 54619 1999-12-15 01:30:52Z jkh $
7 * $FreeBSD: head/usr.sbin/sade/install.c 54722 1999-12-17 02:46:04Z jkh $
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 940 unchanged lines hidden (view full) ---

956 if ((root->newfs || upgrade) && vsystem("find -x /dev | cpio %s -pdum /mnt", cpioVerbosity())) {
957 msgConfirm("Couldn't clone the /dev files!");
958 return DITEM_FAILURE;
959 }
960 }
961
962 command_sort();
963 command_execute();
8 *
9 * Copyright (c) 1995
10 * Jordan Hubbard. All rights reserved.
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 * 1. Redistributions of source code must retain the above copyright

--- 940 unchanged lines hidden (view full) ---

956 if ((root->newfs || upgrade) && vsystem("find -x /dev | cpio %s -pdum /mnt", cpioVerbosity())) {
957 msgConfirm("Couldn't clone the /dev files!");
958 return DITEM_FAILURE;
959 }
960 }
961
962 command_sort();
963 command_execute();
964 dialog_clear_norefresh();
964 return DITEM_SUCCESS;
965}
966
967static char *
968getRelname(void)
969{
970 static char buf[64];
971 int sz = (sizeof buf) - 1;

--- 98 unchanged lines hidden ---
965 return DITEM_SUCCESS;
966}
967
968static char *
969getRelname(void)
970{
971 static char buf[64];
972 int sz = (sizeof buf) - 1;

--- 98 unchanged lines hidden ---