Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3bc15639
Commit
3bc15639
authored
Jan 21, 2010
by
Michel Normand
Committed by
Daniel Lezcano
Jan 21, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid too long line in lxc-busybox.in
Signed-off-by:
Michel Normand
<
normand@fr.ibm.com
>
Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
4357db9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
3 deletions
+34
-3
lxc-busybox.in
scripts/lxc-busybox.in
+34
-3
No files found.
scripts/lxc-busybox.in
View file @
3bc15639
...
...
@@ -153,9 +153,40 @@ configure_busybox()
rootfs
=
$1
functions
=
"
\
[ [[ addgroup adduser adjtimex ar arp arping ash awk basename brctl bunzip2 bzcat bzip2 cal cat catv chattr chgrp chmod chown chpasswd chpst chroot chrt chvt cksum clear cmp comm cp cpio crond crontab cryptpw cut date dc dd deallocvt delgroup deluser df dhcprelay diff dirname dmesg dnsd dos2unix du dumpkmap dumpleases echo ed egrep eject env envdir envuidgid ether-wake expand expr fakeidentd false fbset fdformat fdisk fetchmail fgrep find findfs fold free freeramdisk fsck fsck.minix ftpget ftpput fuser getopt getty grep gunzip gzip halt hdparm head hexdump hostid hostname httpd hwclock id ifconfig ifdown ifenslave ifup inetd init insmod install ip ipaddr ipcalc ipcrm ipcs iplink iproute iprule iptunnel kbd_mode kill killall killall5 klogd last length less linux32 linux64 linuxrc ln loadfont loadkmap logger login logname logread losetup lpd lpq lpr ls lsattr lsmod lzmacat makedevs md5sum mdev mesg microcom mkdir mkfifo mkfs.minix mknod mkswap mktemp modprobe more mount mountpoint msh mt mv nameif nc netstat nice nmeter nohup nslookup od openvt passwd patch pgrep pidof ping ping6 pipe_progress pivot_root pkill poweroff printenv printf ps pscan pwd raidautorun rdate readahead readlink readprofile realpath reboot renice reset resize rm rmdir rmmod route rpm rpm2cpio run-parts runlevel runsv runsvdir rx script sed sendmail seq setarch setconsole setkeycodes setlogcons setsid setuidgid sh sha1sum slattach sleep softlimit sort split start-stop-daemon stat strings stty su sulogin sum sv svlogd swapoff swapon switch_root sync sysctl syslogd tac tail tar taskset tcpsvd tee telnet telnetd test tftp tftpd time top touch tr traceroute true tty ttysize udhcpc udhcpd udpsvd umount uname uncompress unexpand uniq unix2dos unlzma unzip uptime usleep uudecode uuencode vconfig vi vlock watch watchdog wc wget which who whoami xargs yes zcat zcip"
type
busybox
[ [[ addgroup adduser adjtimex ar arp arping ash awk basename
\
brctl bunzip2 bzcat bzip2 cal cat catv chattr chgrp chmod
\
chown chpasswd chpst chroot chrt chvt cksum clear cmp comm
\
cp cpio crond crontab cryptpw cut date dc dd deallocvt
\
delgroup deluser df dhcprelay diff dirname dmesg dnsd dos2unix
\
du dumpkmap dumpleases echo ed egrep eject env envdir envuidgid
\
ether-wake expand expr fakeidentd false fbset fdformat fdisk
\
fetchmail fgrep find findfs fold free freeramdisk fsck
\
fsck.minix ftpget ftpput fuser getopt getty grep gunzip gzip
\
halt hdparm head hexdump hostid hostname httpd hwclock id
\
ifconfig ifdown ifenslave ifup inetd init insmod install ip
\
ipaddr ipcalc ipcrm ipcs iplink iproute iprule iptunnel
\
kbd_mode kill killall killall5 klogd last length less linux32
\
linux64 linuxrc ln loadfont loadkmap logger login logname
\
logread losetup lpd lpq lpr ls lsattr lsmod lzmacat makedevs
\
md5sum mdev mesg microcom mkdir mkfifo mkfs.minix mknod mkswap
\
mktemp modprobe more mount mountpoint msh mt mv nameif nc
\
netstat nice nmeter nohup nslookup od openvt passwd patch
\
pgrep pidof ping ping6 pipe_progress pivot_root pkill poweroff
\
printenv printf ps pscan pwd raidautorun rdate readahead
\
readlink readprofile realpath reboot renice reset resize rm
\
rmdir rmmod route rpm rpm2cpio run-parts runlevel runsv
\
runsvdir rx script sed sendmail seq setarch setconsole
\
setkeycodes setlogcons setsid setuidgid sh sha1sum slattach
\
sleep softlimit sort split start-stop-daemon stat strings
\
stty su sulogin sum sv svlogd swapoff swapon switch_root
\
sync sysctl syslogd tac tail tar taskset tcpsvd tee telnet
\
telnetd test tftp tftpd time top touch tr traceroute
\
true tty ttysize udhcpc udhcpd udpsvd umount uname uncompress
\
unexpand uniq unix2dos unlzma unzip uptime usleep uudecode
\
uuencode vconfig vi vlock watch watchdog wc wget which
\
who whoami xargs yes zcat zcip"
type
busybox
>
/dev/null
if
[
$?
-ne
0
]
;
then
echo
"busybox executable is not accessible"
return
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment