mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Remove duplicated bits from boot floppy (where they're already available) in
an effort to get this back down to size.
This commit is contained in:
parent
85a219d201
commit
8c0d9d023b
2 changed files with 6 additions and 6 deletions
|
|
@ -20,10 +20,10 @@ ln test [
|
|||
|
||||
# /sbin stuff
|
||||
|
||||
progs badsect chown clri disklabel dump dmesg fdisk ft
|
||||
progs chown clri disklabel dump dmesg fdisk
|
||||
progs mknod mount newfs ping reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660 mount_nfs
|
||||
progs mount_msdos mount_cd9660
|
||||
|
||||
ln dump rdump
|
||||
ln restore rrestore
|
||||
|
|
@ -32,7 +32,7 @@ ln chown chgrp
|
|||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs ftp more sed telnet vi find grep
|
||||
progs ftp more telnet vi grep
|
||||
ln vi view
|
||||
ln vi ex
|
||||
|
||||
|
|
|
|||
|
|
@ -20,10 +20,10 @@ ln test [
|
|||
|
||||
# /sbin stuff
|
||||
|
||||
progs badsect chown clri disklabel dump dmesg fdisk ft
|
||||
progs chown clri disklabel dump dmesg fdisk
|
||||
progs mknod mount newfs ping reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660 mount_nfs
|
||||
progs mount_msdos mount_cd9660
|
||||
|
||||
ln dump rdump
|
||||
ln restore rrestore
|
||||
|
|
@ -32,7 +32,7 @@ ln chown chgrp
|
|||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs ftp more sed telnet vi find grep
|
||||
progs ftp more telnet vi grep
|
||||
ln vi view
|
||||
ln vi ex
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue