1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

- Update the list of backuped files during upgrade according to

sysinstall's source-code.
- wd(4) -> ad(4)
This commit is contained in:
Alexander Langer 2000-07-31 09:45:43 +00:00
parent 00eb8cbd9a
commit eb4f4d984c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64050

View File

@ -62,16 +62,17 @@ the old distribution are not deleted.
System configuration is preserved by retaining and restoring the
previous version of the following files:
Xaccel.ini, adduser.conf, aliases, aliases.db, amd.map, crontab,
csh.cshrc, csh.login, csh.logout, daily, disktab, dm.conf, exports,
Xaccel.ini, XF86Config, adduser.conf, aliases, aliases.db, amd.map,
aliases, aliases.db, auth.conf, crontab, csh.cshrc, csh.login,
csh.logout, cvsupfile, disktab, dm.conf, dumpdates, exports,
fbtab, fstab, ftpusers, gettytab, gnats, group, host.conf, hosts,
hosts.equiv, hosts.lpd, inetd.conf, kerberosIV, localtime, login.access,
mail.rc, make.conf, manpath.config, master.passwd, mib.txt, modems,
monthly, motd, namedb, networks, passwd, phones, ppp, printcap,
profile, protocols, pwd.db, rc, rc.firewall, rc.i386, rc.local,
rc.network, rc.conf, remote, resolv.conf, rmt, security, sendmail.cf,
services, shells, skeykeys, spwd.db, supfile, syslog.conf, termcap,
ttys, uucp, weekly
login.conf, mail.rc, make.conf, manpath.config, master.passwd, modems,
motd, namedb, networks, newsyslog.conf, pam.conf, passwd, periodic,
phones, ppp, printcap, profile, protocols, pwd.db, rc.conf.local,
rc.firewall, rc.local, remote, resolv.conf, rmt, sendmail.cf,
sendmail.cw, services, shells, skeykeys, spwd.db, syslog.conf,
ttys, uucp
The versions of these files which correspond to the new version are
moved to /etc/upgrade/. The system administrator may peruse these new
@ -148,13 +149,14 @@ in an /etc/fstab file like:
/dev/wd0s2e /usr ufs rw 1 1
For FreeBSD 2.2.6 and later, this format changes so that the device for
'/' is consistent with others, ie.
'/' is consistent with others. Also, the driver for the ATA-drives has
changed from wd(4) to ad(4), so the new file could look something like:
# Device Mountpoint FStype Options Dump Pass#
/dev/wd0s2b none swap sw 0 0
/dev/wd0s2a / ufs rw 1 1
/dev/wd0s2f /local0 ufs rw 1 1
/dev/wd0s2e /usr ufs rw 1 1
/dev/ad0s2b none swap sw 0 0
/dev/ad0s2a / ufs rw 1 1
/dev/ad0s2f /local0 ufs rw 1 1
/dev/ad0s2e /usr ufs rw 1 1
If /etc/fstab is not updated manually in this case, the system will