代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/173430/9659063
debian readme.debian
BusyBox for Debian
----------------------
BusyBox is being developed and maintained by Erik Andersen
.
If you have a problem with BusyBox, send email to the Debian bug tracking
www.eeworm.com/read/245098/12823761
mymk
export PATH=$PATH:/root/2440/mytest/cross/3.4.1.my.nofpu/bin
./configure --host=arm-linux --prefix=$PWD/mybuild
make clean
make
make install
cp src/boa /root/2440/mytest/glibc3/busybox-1.00/mybuild/r
www.eeworm.com/read/240605/13211787
txt 把linux放进软盘里.txt
ChinaUnix.net 首页 | 论坛 | 博客 | Linux | 人才 | 培训 | 精华 | Wiki | 读书 | 资料 | 手册 | 下载 | 搜索
ChinaUnix首页 > 精华文章 > Linux > 正文
[原创] 把Linux放进软盘里
-------------------------
www.eeworm.com/read/135153/5887691
sh install.sh
#!/bin/sh
export LC_ALL=POSIX
export LC_CTYPE=POSIX
prefix=$1
if [ "$prefix" = "" ]; then
echo "No installation directory, aborting."
exit 1;
fi
if [ "$2" = "--hardlinks" ]; then
linkopt
www.eeworm.com/read/124989/6034716
linuxrc
#!/bin/sh
#
# floppyfw initfile
#
# nicked from:
# hal91's initfile (/linuxrc), the bootup script of the system
#
VERSION=2.1.6
load_fsmod () {
case $1 in
/dev/hd*)
insmod ide-cd
insmod cdrom
www.eeworm.com/read/173430/9658815
sh install.sh
#!/bin/sh
export LC_ALL=POSIX
export LC_CTYPE=POSIX
prefix=$1
if [ "$prefix" = "" ]; then
echo "No installation directory, aborting."
exit 1;
fi
if [ "$2" = "--hardlinks" ]; then
linkopt
www.eeworm.com/read/146316/12659105
sh install.sh
#!/bin/sh
export LC_ALL=POSIX
export LC_CTYPE=POSIX
prefix=$1
if [ "$prefix" = "" ]; then
echo "No installation directory, aborting."
exit 1;
fi
if [ "$2" = "--hardlinks" ]; then
linkopt
www.eeworm.com/read/146316/12659349
c halt.c
/* vi: set sw=4 ts=4: */
/*
* Mini halt implementation for busybox
*
*
* Copyright (C) 1995, 1996 by Bruce Perens .
*
* This program is free software; you can redistribute it an