version 1.1.1.1, 2011/07/05 23:43:00
|
version 1.2.4.1, 2011/12/19 20:43:07
|
Line 124 install_rootfs()
|
Line 124 install_rootfs()
|
|
|
InstallList ${ELWIX_ROOTFS} ${WORLD} ${ROOTFS} |
InstallList ${ELWIX_ROOTFS} ${WORLD} ${ROOTFS} |
|
|
InstallFiles ${ROOTFS_ETC} $ETC | InstallDir ${ROOTFS_ETC} $ETC |
|
|
ln -s /usr/sbin/nologin $SBIN |
ln -s /usr/sbin/nologin $SBIN |
|
|
Line 135 install_rootfs()
|
Line 135 install_rootfs()
|
ln -s $PRG $BIN/chio |
ln -s $PRG $BIN/chio |
ln -s $PRG $BIN/chmod |
ln -s $PRG $BIN/chmod |
ln -s $PRG $BIN/cp |
ln -s $PRG $BIN/cp |
ln -s $PRG $BIN/csh | # ln -s $PRG $BIN/csh |
ln -s $PRG $BIN/tcsh | # ln -s $PRG $BIN/tcsh |
| ln -s /bin/tcsh $BIN/-tcsh |
| ln -s /bin/csh $BIN/-csh |
ln -s $PRG $BIN/date |
ln -s $PRG $BIN/date |
ln -s $PRG $BIN/dd |
ln -s $PRG $BIN/dd |
ln -s $PRG $BIN/df |
ln -s $PRG $BIN/df |
Line 157 install_rootfs()
|
Line 159 install_rootfs()
|
ln -s $PRG $BIN/pgrep |
ln -s $PRG $BIN/pgrep |
ln -s $PRG $BIN/sh |
ln -s $PRG $BIN/sh |
ln -s $PRG $BIN/-sh |
ln -s $PRG $BIN/-sh |
ln -s $PRG $BIN/-tcsh |
|
ln -s $PRG $BIN/ps |
ln -s $PRG $BIN/ps |
ln -s $PRG $BIN/pwait |
ln -s $PRG $BIN/pwait |
ln -s $PRG $BIN/pwd |
ln -s $PRG $BIN/pwd |
Line 226 install_rootfs()
|
Line 227 install_rootfs()
|
ln -s $PRG $SBIN/mount_cd9660 |
ln -s $PRG $SBIN/mount_cd9660 |
ln -s $PRG $SBIN/mount_msdosfs |
ln -s $PRG $SBIN/mount_msdosfs |
ln -s $PRG $SBIN/mount_nfs |
ln -s $PRG $SBIN/mount_nfs |
ln -s $PRG $SBIN/mount_newnfs |
|
ln -s $PRG $SBIN/mount_ntfs |
ln -s $PRG $SBIN/mount_ntfs |
ln -s $PRG $SBIN/mount_nullfs |
ln -s $PRG $SBIN/mount_nullfs |
ln -s $PRG $SBIN/mount_udf |
ln -s $PRG $SBIN/mount_udf |
Line 264 install_rootfs()
|
Line 264 install_rootfs()
|
ln -s $PRG $SBIN/zpool |
ln -s $PRG $SBIN/zpool |
|
|
chown -hR root:wheel $ROOTFS |
chown -hR root:wheel $ROOTFS |
|
|
|
echo "+++ ELWIX clean CVS tags ..." |
|
CleanCVS $ETC |
|
CleanCVS $ETC/etc |
} |
} |
|
|
build_image() |
build_image() |