mgm
Member
FreeBSD 6.2-RELEASE
Кому лень качать\моунтить:
в /cdrom примоунтен оригинальный образ
на
Код:
$ pkg_info|grep jail
ezjail-2.0.1 A framework to easily create, manipulate and run FreeBSD ja
Код:
mgm# env DESTDIR=/usr/local/jail/test /cdrom/6.2-RELEASE/base/install.sh
You are about to extract the base distribution into /usr/local/jail/test - are you SURE
you want to do this over your installed system (y/n)? y
[B][COLOR="Red"]cat: base.??: No such file or directory
tar: Error opening archive: Empty input file: Inappropriate file type or format[/COLOR][/B]
Кому лень качать\моунтить:
Код:
mgm# cat /cdrom/6.2-RELEASE/base/install.sh
#!/bin/sh
#
# $FreeBSD: src/release/scripts/base-install.sh,v 1.6 2002/04/30 09:57:21 ru Exp $
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
fi
echo "You are about to extract the base distribution into ${DESTDIR:-/} - are you SURE"
echo -n "you want to do this over your installed system (y/n)? "
read ans
if [ "$ans" = "y" ]; then
[I] cat base.?? | tar --unlink -xpzf - -C ${DESTDIR:-/}[/I]
fi
mgm#
Код:
mgm# ls /cdrom/6.2-RELEASE/base/
CHECKSUM.MD5 base.ae base.ak base.aq base.aw base.bc
CHECKSUM.SHA256 base.af base.al base.ar base.ax base.bd
base.aa base.ag base.am base.as base.ay base.inf
base.ab base.ah base.an base.at base.az base.mtree
base.ac base.ai base.ao base.au base.ba install.sh
base.ad base.aj base.ap base.av base.bb
mgm#
на
You must be registered for see links
у человека в коментах возникла такая-же проблема , но ответа он так и не получил
Останнє редагування: