├── config ├── output ├── packages ├── selected ├── x64 └── x86 ├── .profile ├── platform ├── initrd │ ├── x64 │ │ ├── lib64 │ │ ├── bin │ │ │ ├── cp │ │ │ ├── dd │ │ │ ├── df │ │ │ ├── ip │ │ │ ├── ln │ │ │ ├── ls │ │ │ ├── mv │ │ │ ├── ps │ │ │ ├── rm │ │ │ ├── sh │ │ │ ├── su │ │ │ ├── adduser │ │ │ ├── ash │ │ │ ├── cat │ │ │ ├── chgrp │ │ │ ├── chmod │ │ │ ├── chown │ │ │ ├── clear │ │ │ ├── cpio │ │ │ ├── date │ │ │ ├── deluser │ │ │ ├── dmesg │ │ │ ├── echo │ │ │ ├── egrep │ │ │ ├── false │ │ │ ├── fgrep │ │ │ ├── fsck │ │ │ ├── fstrim │ │ │ ├── grep │ │ │ ├── gunzip │ │ │ ├── gzip │ │ │ ├── ipcalc │ │ │ ├── kill │ │ │ ├── linux32 │ │ │ ├── linux64 │ │ │ ├── login │ │ │ ├── lsmod │ │ │ ├── mkdir │ │ │ ├── mknod │ │ │ ├── mktemp │ │ │ ├── more │ │ │ ├── mount │ │ │ ├── netstat │ │ │ ├── nice │ │ │ ├── pidof │ │ │ ├── ping │ │ │ ├── ping6 │ │ │ ├── pwd │ │ │ ├── reset │ │ │ ├── rmdir │ │ │ ├── sed │ │ │ ├── setarch │ │ │ ├── sleep │ │ │ ├── stty │ │ │ ├── sync │ │ │ ├── tar │ │ │ ├── touch │ │ │ ├── true │ │ │ ├── umount │ │ │ ├── uname │ │ │ ├── unlink │ │ │ ├── usleep │ │ │ ├── watch │ │ │ ├── zcat │ │ │ ├── addgroup │ │ │ ├── delgroup │ │ │ ├── dumpkmap │ │ │ ├── hostname │ │ │ ├── mkpasswd │ │ │ ├── printenv │ │ │ └── truncate │ │ ├── etc │ │ │ └── platform │ │ ├── sbin │ │ │ ├── arp │ │ │ ├── halt │ │ │ ├── init │ │ │ ├── adjtimex │ │ │ ├── depmod │ │ │ ├── fdisk │ │ │ ├── getty │ │ │ ├── hdparm │ │ │ ├── hwclock │ │ │ ├── ifconfig │ │ │ ├── insmod │ │ │ ├── klogd │ │ │ ├── loadkmap │ │ │ ├── losetup │ │ │ ├── mkswap │ │ │ ├── modinfo │ │ │ ├── modprobe │ │ │ ├── nameif │ │ │ ├── poweroff │ │ │ ├── reboot │ │ │ ├── rmmod │ │ │ ├── route │ │ │ ├── sulogin │ │ │ ├── swapoff │ │ │ ├── swapon │ │ │ ├── sysctl │ │ │ ├── syslogd │ │ │ ├── udhcpc │ │ │ ├── vconfig │ │ │ ├── freeramdisk │ │ │ ├── pivot_root │ │ │ ├── setconsole │ │ │ └── switch_root │ │ └── usr │ │ │ ├── bin │ │ │ ├── [ │ │ │ ├── [[ │ │ │ ├── ar │ │ │ ├── awk │ │ │ ├── cal │ │ │ ├── cut │ │ │ ├── dc │ │ │ ├── du │ │ │ ├── env │ │ │ ├── id │ │ │ ├── man │ │ │ ├── nc │ │ │ ├── od │ │ │ ├── seq │ │ │ ├── sum │ │ │ ├── tee │ │ │ ├── top │ │ │ ├── tr │ │ │ ├── tty │ │ │ ├── vi │ │ │ ├── wc │ │ │ ├── who │ │ │ ├── xz │ │ │ ├── yes │ │ │ ├── arping │ │ │ ├── basename │ │ │ ├── bunzip2 │ │ │ ├── bzcat │ │ │ ├── bzip2 │ │ │ ├── chrt │ │ │ ├── cksum │ │ │ ├── comm │ │ │ ├── crontab │ │ │ ├── diff │ │ │ ├── dirname │ │ │ ├── eject │ │ │ ├── envdir │ │ │ ├── expr │ │ │ ├── fatattr │ │ │ ├── find │ │ │ ├── flock │ │ │ ├── free │ │ │ ├── fsync │ │ │ ├── fuser │ │ │ ├── getopt │ │ │ ├── groups │ │ │ ├── head │ │ │ ├── hexdump │ │ │ ├── hostid │ │ │ ├── install │ │ │ ├── ipcrm │ │ │ ├── ipcs │ │ │ ├── kbd_mode │ │ │ ├── killall │ │ │ ├── killall5 │ │ │ ├── last │ │ │ ├── less │ │ │ ├── loadfont │ │ │ ├── logger │ │ │ ├── logname │ │ │ ├── logread │ │ │ ├── lsof │ │ │ ├── lzcat │ │ │ ├── lzma │ │ │ ├── lzopcat │ │ │ ├── md5sum │ │ │ ├── mesg │ │ │ ├── microcom │ │ │ ├── mkfifo │ │ │ ├── nohup │ │ │ ├── nsenter │ │ │ ├── nslookup │ │ │ ├── ntpd │ │ │ ├── openvt │ │ │ ├── passwd │ │ │ ├── patch │ │ │ ├── pgrep │ │ │ ├── pkill │ │ │ ├── printf │ │ │ ├── pstree │ │ │ ├── readlink │ │ │ ├── realpath │ │ │ ├── renice │ │ │ ├── resize │ │ │ ├── setfont │ │ │ ├── setsid │ │ │ ├── sha1sum │ │ │ ├── sha3sum │ │ │ ├── shuf │ │ │ ├── sort │ │ │ ├── split │ │ │ ├── stat │ │ │ ├── strings │ │ │ ├── tail │ │ │ ├── telnet │ │ │ ├── test │ │ │ ├── time │ │ │ ├── timeout │ │ │ ├── ttysize │ │ │ ├── uniq │ │ │ ├── unlzma │ │ │ ├── unlzop │ │ │ ├── unshare │ │ │ ├── unxz │ │ │ ├── unzip │ │ │ ├── uptime │ │ │ ├── users │ │ │ ├── wget │ │ │ ├── which │ │ │ ├── whoami │ │ │ ├── xargs │ │ │ ├── xzcat │ │ │ ├── dnsdomainname │ │ │ ├── ether-wake │ │ │ ├── fgconsole │ │ │ ├── setkeycodes │ │ │ ├── sha256sum │ │ │ ├── sha512sum │ │ │ ├── softlimit │ │ │ ├── traceroute │ │ │ ├── history │ │ │ ├── ldd │ │ │ └── sethostname │ │ │ └── sbin │ │ │ ├── chroot │ │ │ ├── crond │ │ │ ├── fbset │ │ │ ├── taskset │ │ │ └── chpasswd │ ├── common │ │ ├── etc │ │ │ ├── issue │ │ │ ├── motd │ │ │ ├── ld.so.conf │ │ │ ├── resolv.conf │ │ │ ├── mtab │ │ │ ├── hostname │ │ │ ├── skel │ │ │ │ ├── .ash_history │ │ │ │ └── .ashrc │ │ │ ├── arch-release │ │ │ ├── hosts │ │ │ ├── host.conf │ │ │ ├── vmware-tools │ │ │ │ ├── poweron-vm-default │ │ │ │ ├── resume-vm-default │ │ │ │ ├── suspend-vm-default │ │ │ │ └── poweroff-vm-default │ │ │ ├── busybox.conf │ │ │ ├── modprobe.conf │ │ │ ├── shells │ │ │ ├── sudoers │ │ │ ├── gshadow │ │ │ ├── init.d │ │ │ │ ├── rc.font │ │ │ │ ├── rc.ulimit │ │ │ │ └── rc.dhcpcd │ │ │ ├── shadow │ │ │ ├── nsswitch.conf │ │ │ ├── securetty │ │ │ ├── group │ │ │ ├── ashrc │ │ │ ├── fstab │ │ │ ├── inittab │ │ │ └── sudoers.d │ │ │ │ └── README │ │ ├── run │ │ ├── var │ │ │ ├── log │ │ │ │ └── wtmp │ │ │ ├── run │ │ │ │ └── utmp │ │ │ └── spool │ │ │ │ └── lpd │ │ │ │ └── lp │ │ ├── boot │ │ │ ├── svc-start │ │ │ ├── svc-stop │ │ │ ├── svc-disable │ │ │ ├── svc-enable │ │ │ ├── log-streamer │ │ │ ├── container-start │ │ │ └── template-expand │ │ ├── usr │ │ │ ├── share │ │ │ │ ├── fonts │ │ │ │ │ ├── default │ │ │ │ │ ├── Uni3-Fixed14.psf │ │ │ │ │ └── Uni3-Fixed16.psf │ │ │ │ ├── tabset │ │ │ │ │ ├── vt300 │ │ │ │ │ ├── stdcrt │ │ │ │ │ ├── std │ │ │ │ │ └── vt100 │ │ │ │ ├── terminfo │ │ │ │ │ ├── a │ │ │ │ │ │ └── ansi │ │ │ │ │ ├── l │ │ │ │ │ │ └── linux │ │ │ │ │ ├── r │ │ │ │ │ │ └── rxvt │ │ │ │ │ ├── v │ │ │ │ │ │ ├── vt100 │ │ │ │ │ │ ├── vt102 │ │ │ │ │ │ ├── vt102-w │ │ │ │ │ │ ├── vt102+enq │ │ │ │ │ │ └── vt102-nsgr │ │ │ │ │ └── x │ │ │ │ │ │ ├── xterm │ │ │ │ │ │ ├── xterm-new │ │ │ │ │ │ ├── xterm-color │ │ │ │ │ │ └── xterm-vt220 │ │ │ │ ├── locale │ │ │ │ │ └── locale.alias │ │ │ │ └── i18n │ │ │ │ │ └── charmaps │ │ │ │ │ ├── ISO-8859-1.gz │ │ │ │ │ ├── ISO-8859-15.gz │ │ │ │ │ ├── ISO-8859-2.gz │ │ │ │ │ ├── ANSI_X3.4-1968.gz │ │ │ │ │ └── ANSI_X3.110-1983.gz │ │ │ └── bin │ │ │ │ └── history │ │ ├── init │ │ └── home │ │ │ └── vm │ │ │ └── .profile │ ├── x86 │ │ ├── bin │ │ │ ├── cp │ │ │ ├── dd │ │ │ ├── df │ │ │ ├── ip │ │ │ ├── ln │ │ │ ├── ls │ │ │ ├── mv │ │ │ ├── ps │ │ │ ├── rm │ │ │ ├── sh │ │ │ ├── su │ │ │ ├── adduser │ │ │ ├── ash │ │ │ ├── cat │ │ │ ├── chgrp │ │ │ ├── chmod │ │ │ ├── chown │ │ │ ├── clear │ │ │ ├── cpio │ │ │ ├── date │ │ │ ├── deluser │ │ │ ├── dmesg │ │ │ ├── echo │ │ │ ├── egrep │ │ │ ├── false │ │ │ ├── fgrep │ │ │ ├── fsck │ │ │ ├── fstrim │ │ │ ├── grep │ │ │ ├── gunzip │ │ │ ├── gzip │ │ │ ├── ipcalc │ │ │ ├── kill │ │ │ ├── linux32 │ │ │ ├── linux64 │ │ │ ├── login │ │ │ ├── lsmod │ │ │ ├── mkdir │ │ │ ├── mknod │ │ │ ├── mktemp │ │ │ ├── more │ │ │ ├── mount │ │ │ ├── netstat │ │ │ ├── nice │ │ │ ├── pidof │ │ │ ├── ping │ │ │ ├── ping6 │ │ │ ├── pwd │ │ │ ├── reset │ │ │ ├── rmdir │ │ │ ├── sed │ │ │ ├── setarch │ │ │ ├── sleep │ │ │ ├── stty │ │ │ ├── sync │ │ │ ├── tar │ │ │ ├── touch │ │ │ ├── true │ │ │ ├── umount │ │ │ ├── uname │ │ │ ├── unlink │ │ │ ├── usleep │ │ │ ├── watch │ │ │ ├── zcat │ │ │ ├── addgroup │ │ │ ├── delgroup │ │ │ ├── dumpkmap │ │ │ ├── hostname │ │ │ ├── mkpasswd │ │ │ ├── printenv │ │ │ └── truncate │ │ ├── etc │ │ │ └── platform │ │ ├── sbin │ │ │ ├── arp │ │ │ ├── halt │ │ │ ├── init │ │ │ ├── adjtimex │ │ │ ├── depmod │ │ │ ├── fdisk │ │ │ ├── getty │ │ │ ├── hdparm │ │ │ ├── hwclock │ │ │ ├── ifconfig │ │ │ ├── insmod │ │ │ ├── klogd │ │ │ ├── loadkmap │ │ │ ├── losetup │ │ │ ├── mkswap │ │ │ ├── modinfo │ │ │ ├── modprobe │ │ │ ├── nameif │ │ │ ├── poweroff │ │ │ ├── reboot │ │ │ ├── rmmod │ │ │ ├── route │ │ │ ├── sulogin │ │ │ ├── swapoff │ │ │ ├── swapon │ │ │ ├── sysctl │ │ │ ├── syslogd │ │ │ ├── udhcpc │ │ │ ├── vconfig │ │ │ ├── freeramdisk │ │ │ ├── pivot_root │ │ │ ├── setconsole │ │ │ └── switch_root │ │ └── usr │ │ │ ├── bin │ │ │ ├── [ │ │ │ ├── [[ │ │ │ ├── ar │ │ │ ├── awk │ │ │ ├── cal │ │ │ ├── cut │ │ │ ├── dc │ │ │ ├── du │ │ │ ├── env │ │ │ ├── id │ │ │ ├── man │ │ │ ├── nc │ │ │ ├── od │ │ │ ├── seq │ │ │ ├── sum │ │ │ ├── tee │ │ │ ├── top │ │ │ ├── tr │ │ │ ├── tty │ │ │ ├── vi │ │ │ ├── wc │ │ │ ├── who │ │ │ ├── xz │ │ │ ├── yes │ │ │ ├── arping │ │ │ ├── basename │ │ │ ├── bunzip2 │ │ │ ├── bzcat │ │ │ ├── bzip2 │ │ │ ├── chrt │ │ │ ├── cksum │ │ │ ├── comm │ │ │ ├── crontab │ │ │ ├── diff │ │ │ ├── dirname │ │ │ ├── eject │ │ │ ├── envdir │ │ │ ├── expr │ │ │ ├── fatattr │ │ │ ├── find │ │ │ ├── flock │ │ │ ├── free │ │ │ ├── fsync │ │ │ ├── fuser │ │ │ ├── getopt │ │ │ ├── groups │ │ │ ├── head │ │ │ ├── hexdump │ │ │ ├── hostid │ │ │ ├── install │ │ │ ├── ipcrm │ │ │ ├── ipcs │ │ │ ├── kbd_mode │ │ │ ├── killall │ │ │ ├── killall5 │ │ │ ├── last │ │ │ ├── less │ │ │ ├── loadfont │ │ │ ├── logger │ │ │ ├── logname │ │ │ ├── logread │ │ │ ├── lsof │ │ │ ├── lzcat │ │ │ ├── lzma │ │ │ ├── lzopcat │ │ │ ├── md5sum │ │ │ ├── mesg │ │ │ ├── microcom │ │ │ ├── mkfifo │ │ │ ├── nohup │ │ │ ├── nsenter │ │ │ ├── nslookup │ │ │ ├── ntpd │ │ │ ├── openvt │ │ │ ├── passwd │ │ │ ├── patch │ │ │ ├── pgrep │ │ │ ├── pkill │ │ │ ├── printf │ │ │ ├── pstree │ │ │ ├── readlink │ │ │ ├── realpath │ │ │ ├── renice │ │ │ ├── resize │ │ │ ├── setfont │ │ │ ├── setsid │ │ │ ├── sha1sum │ │ │ ├── sha3sum │ │ │ ├── shuf │ │ │ ├── sort │ │ │ ├── split │ │ │ ├── stat │ │ │ ├── strings │ │ │ ├── tail │ │ │ ├── telnet │ │ │ ├── test │ │ │ ├── time │ │ │ ├── timeout │ │ │ ├── ttysize │ │ │ ├── uniq │ │ │ ├── unlzma │ │ │ ├── unlzop │ │ │ ├── unshare │ │ │ ├── unxz │ │ │ ├── unzip │ │ │ ├── uptime │ │ │ ├── users │ │ │ ├── wget │ │ │ ├── which │ │ │ ├── whoami │ │ │ ├── xargs │ │ │ ├── xzcat │ │ │ ├── dnsdomainname │ │ │ ├── ether-wake │ │ │ ├── fgconsole │ │ │ ├── setkeycodes │ │ │ ├── sha256sum │ │ │ ├── sha512sum │ │ │ ├── softlimit │ │ │ ├── traceroute │ │ │ ├── locale │ │ │ ├── history │ │ │ └── ldd │ │ │ └── sbin │ │ │ ├── chroot │ │ │ ├── crond │ │ │ ├── fbset │ │ │ ├── taskset │ │ │ └── chpasswd │ └── armv6 │ │ ├── bin │ │ ├── ash │ │ ├── cat │ │ ├── chgrp │ │ ├── chmod │ │ ├── chown │ │ ├── clear │ │ ├── cp │ │ ├── cpio │ │ ├── date │ │ ├── dd │ │ ├── df │ │ ├── dmesg │ │ ├── echo │ │ ├── egrep │ │ ├── false │ │ ├── fgrep │ │ ├── grep │ │ ├── gzip │ │ ├── kill │ │ ├── ln │ │ ├── login │ │ ├── ls │ │ ├── lsmod │ │ ├── mkdir │ │ ├── mknod │ │ ├── more │ │ ├── mount │ │ ├── mv │ │ ├── nice │ │ ├── pidof │ │ ├── ping │ │ ├── ping6 │ │ ├── ps │ │ ├── pwd │ │ ├── reset │ │ ├── rm │ │ ├── rmdir │ │ ├── sed │ │ ├── sh │ │ ├── sleep │ │ ├── stty │ │ ├── su │ │ ├── sync │ │ ├── tar │ │ ├── touch │ │ ├── true │ │ ├── uname │ │ ├── watch │ │ ├── zcat │ │ ├── addgroup │ │ ├── adduser │ │ ├── delgroup │ │ ├── deluser │ │ ├── dumpkmap │ │ ├── gunzip │ │ ├── hostname │ │ ├── ipcalc │ │ ├── linux32 │ │ ├── linux64 │ │ ├── mktemp │ │ ├── netstat │ │ ├── printenv │ │ ├── setarch │ │ ├── umount │ │ ├── unlink │ │ └── usleep │ │ ├── sbin │ │ ├── fsck.ext2 │ │ ├── fsck.ext3 │ │ ├── fsck.ext4 │ │ ├── mkfs.ext2 │ │ ├── mkfs.ext3 │ │ ├── mkfs.ext4 │ │ ├── arp │ │ ├── depmod │ │ ├── fdisk │ │ ├── fsck.ext4dev │ │ ├── getty │ │ ├── halt │ │ ├── hdparm │ │ ├── hwclock │ │ ├── init │ │ ├── insmod │ │ ├── klogd │ │ ├── losetup │ │ ├── mkfs.ext4dev │ │ ├── mkswap │ │ ├── modinfo │ │ ├── nameif │ │ ├── reboot │ │ ├── rmmod │ │ ├── route │ │ ├── sulogin │ │ ├── swapoff │ │ ├── swapon │ │ ├── sysctl │ │ ├── syslogd │ │ ├── udhcpc │ │ ├── vconfig │ │ ├── adjtimex │ │ ├── freeramdisk │ │ ├── ifconfig │ │ ├── loadkmap │ │ ├── modprobe │ │ ├── pivot_root │ │ ├── poweroff │ │ ├── setconsole │ │ ├── switch_root │ │ ├── blkid │ │ ├── e2fsck │ │ ├── mke2fs │ │ ├── tune2fs │ │ └── ldconfig │ │ └── usr │ │ ├── bin │ │ ├── [ │ │ ├── [[ │ │ ├── ar │ │ ├── arping │ │ ├── awk │ │ ├── bzcat │ │ ├── bzip2 │ │ ├── cal │ │ ├── chrt │ │ ├── cksum │ │ ├── comm │ │ ├── cut │ │ ├── dc │ │ ├── diff │ │ ├── du │ │ ├── eject │ │ ├── env │ │ ├── envdir │ │ ├── expr │ │ ├── find │ │ ├── flock │ │ ├── free │ │ ├── fsync │ │ ├── fuser │ │ ├── getopt │ │ ├── groups │ │ ├── head │ │ ├── hostid │ │ ├── id │ │ ├── ipcrm │ │ ├── ipcs │ │ ├── last │ │ ├── less │ │ ├── logger │ │ ├── lsof │ │ ├── lzcat │ │ ├── lzma │ │ ├── man │ │ ├── md5sum │ │ ├── mesg │ │ ├── mkfifo │ │ ├── nc │ │ ├── nohup │ │ ├── ntpd │ │ ├── od │ │ ├── openvt │ │ ├── passwd │ │ ├── patch │ │ ├── pgrep │ │ ├── pkill │ │ ├── printf │ │ ├── pstree │ │ ├── renice │ │ ├── resize │ │ ├── seq │ │ ├── setsid │ │ ├── shuf │ │ ├── sort │ │ ├── split │ │ ├── stat │ │ ├── sum │ │ ├── tail │ │ ├── tee │ │ ├── telnet │ │ ├── test │ │ ├── time │ │ ├── top │ │ ├── tr │ │ ├── tty │ │ ├── uniq │ │ ├── unlzma │ │ ├── unxz │ │ ├── unzip │ │ ├── uptime │ │ ├── users │ │ ├── vi │ │ ├── wc │ │ ├── wget │ │ ├── which │ │ ├── who │ │ ├── whoami │ │ ├── xargs │ │ ├── xz │ │ ├── xzcat │ │ ├── yes │ │ ├── basename │ │ ├── bunzip2 │ │ ├── crontab │ │ ├── dirname │ │ ├── ether-wake │ │ ├── fgconsole │ │ ├── hexdump │ │ ├── install │ │ ├── kbd_mode │ │ ├── killall │ │ ├── killall5 │ │ ├── loadfont │ │ ├── logname │ │ ├── logread │ │ ├── microcom │ │ ├── nslookup │ │ ├── readlink │ │ ├── realpath │ │ ├── setfont │ │ ├── setkeycodes │ │ ├── sha1sum │ │ ├── sha256sum │ │ ├── sha512sum │ │ ├── softlimit │ │ ├── strings │ │ ├── timeout │ │ ├── traceroute │ │ ├── ttysize │ │ ├── dnsdomainname │ │ ├── locale │ │ └── ldd │ │ └── sbin │ │ ├── crond │ │ ├── fbset │ │ ├── inetd │ │ ├── rdate │ │ ├── tftpd │ │ ├── chpasswd │ │ ├── chroot │ │ ├── nbd-client │ │ ├── taskset │ │ └── udhcpd ├── output │ └── .gitignore ├── staging │ ├── .gitignore │ ├── loopback │ │ └── .gitignore │ └── software │ │ ├── x64 │ │ └── .gitignore │ │ └── x86 │ │ └── .gitignore ├── status │ └── .gitignore ├── source │ ├── compiler │ │ ├── stats │ │ │ └── .gitignore │ │ ├── logs │ │ │ ├── .gitignore │ │ │ └── x86 │ │ │ │ └── .gitignore │ │ ├── source │ │ │ └── .gitignore │ │ └── scripts │ │ │ ├── logger │ │ │ ├── include │ │ │ ├── print-status │ │ │ └── retrieve-sources │ ├── medic-core │ │ ├── stats │ │ │ ├── .gitignore │ │ │ └── x64 │ │ │ │ ├── pv.count │ │ │ │ ├── erlang.count │ │ │ │ ├── js.count │ │ │ │ ├── nginx.count │ │ │ │ ├── node.count │ │ │ │ ├── paxctl.count │ │ │ │ ├── rebar.count │ │ │ │ ├── couchdb.count │ │ │ │ ├── logrotate.count │ │ │ │ ├── openssh.count │ │ │ │ ├── openssl.count │ │ │ │ └── fix-erlang-dso-linkage.count │ │ ├── logs │ │ │ ├── .gitignore │ │ │ ├── x64 │ │ │ │ └── .gitignore │ │ │ └── x86 │ │ │ │ └── .gitignore │ │ ├── source │ │ │ └── .gitignore │ │ ├── scripts │ │ │ ├── retrieve-sources │ │ │ └── unprepare-dist │ │ ├── images │ │ │ └── futon-logo-medic.png │ │ └── patches │ │ │ └── js-fix-makefile-loop.diff │ ├── medic-couch2pg │ │ ├── stats │ │ │ └── .gitignore │ │ ├── logs │ │ │ └── .gitignore │ │ ├── source │ │ │ └── .gitignore │ │ └── scripts │ │ │ ├── include │ │ │ ├── print-status │ │ │ ├── retrieve-sources │ │ │ ├── clean-all │ │ │ └── prepare-dist │ ├── medic-rdbms │ │ ├── stats │ │ │ ├── x64 │ │ │ │ ├── .gitignore │ │ │ │ ├── pv.count │ │ │ │ └── postgresql.count │ │ │ └── x86 │ │ │ │ └── .gitignore │ │ ├── logs │ │ │ ├── .gitignore │ │ │ ├── x64 │ │ │ │ └── .gitignore │ │ │ └── x86 │ │ │ │ └── .gitignore │ │ ├── source │ │ │ └── .gitignore │ │ └── scripts │ │ │ ├── include │ │ │ ├── print-status │ │ │ ├── retrieve-sources │ │ │ ├── prepare-dist │ │ │ └── clean-all │ └── manifests │ │ ├── medic-couch2pg │ │ └── medic-rdbms ├── templates │ └── java │ │ └── .gitignore ├── metadata │ └── packages │ │ ├── java │ │ └── .gitignore │ │ ├── concierge │ │ └── .gitignore │ │ ├── vm-tools │ │ └── .gitignore │ │ ├── medic-core │ │ └── .gitignore │ │ ├── medic-couch2pg │ │ └── .gitignore │ │ ├── medic-rdbms │ │ └── .gitignore │ │ └── system-services │ │ └── .gitignore ├── packages │ ├── medic-api │ │ ├── scripts │ │ │ └── medic-api │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── setup │ │ │ │ ├── link-logs │ │ │ │ ├── logrotate │ │ │ │ └── users │ │ │ │ └── remove │ │ └── settings │ │ │ └── medic-api │ │ │ └── logrotate │ │ │ └── medic-api.conf │ ├── medic-core │ │ ├── scripts │ │ │ └── medic-core │ │ │ │ ├── start │ │ │ │ ├── private │ │ │ │ ├── logrotate │ │ │ │ └── profile-medic-core.sh │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── remove │ │ │ │ ├── setup │ │ │ │ ├── profile │ │ │ │ ├── link-logs │ │ │ │ ├── ldconfig │ │ │ │ ├── nginx │ │ │ │ └── ssh-keygen │ │ │ │ └── run │ │ │ │ ├── nginx │ │ │ │ ├── openssh │ │ │ │ └── couchdb │ │ ├── storage │ │ │ └── medic-core │ │ │ │ └── nginx │ │ │ │ └── data │ │ │ │ └── logs │ │ └── settings │ │ │ └── medic-core │ │ │ ├── openssh │ │ │ ├── private │ │ │ │ └── revocation-list │ │ │ └── ssh_config.d │ │ │ │ └── ssh-agent │ │ │ ├── couchdb │ │ │ ├── private │ │ │ │ └── local.ini │ │ │ ├── local.d │ │ │ │ └── README │ │ │ └── default.d │ │ │ │ └── README │ │ │ └── logrotate │ │ │ ├── medic-core.conf │ │ │ └── logrotate.conf │ ├── vm-tools │ │ ├── scripts │ │ │ └── vm-tools │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── setup │ │ │ │ ├── link-logs │ │ │ │ ├── ldconfig │ │ │ │ ├── logrotate │ │ │ │ └── avahi │ │ │ │ ├── remove │ │ │ │ └── run │ │ │ │ └── avahi │ │ ├── storage │ │ │ └── vm-tools │ │ │ │ └── logs │ │ │ │ ├── avahi │ │ │ │ ├── ntpd │ │ │ │ └── vmtoolsd │ │ └── settings │ │ │ └── vm-tools │ │ │ ├── logrotate │ │ │ └── vm-tools.conf │ │ │ └── avahi │ │ │ └── avahi-daemon.conf │ ├── medic-rdbms │ │ ├── scripts │ │ │ └── medic-rdbms │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── remove │ │ │ │ ├── setup │ │ │ │ ├── link-logs │ │ │ │ ├── ldconfig │ │ │ │ └── reconfigure │ │ │ │ └── run │ │ │ │ └── postgresql │ │ ├── storage │ │ │ └── medic-rdbms │ │ │ │ └── logs │ │ │ │ └── postgresql │ │ └── settings │ │ │ └── medic-rdbms │ │ │ ├── logrotate │ │ │ └── medic-rdbms.conf │ │ │ └── postgresql │ │ │ └── templates │ │ │ └── pg_ident.conf.t │ ├── medic-couch2pg │ │ ├── scripts │ │ │ └── medic-couch2pg │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── remove │ │ │ │ ├── install │ │ │ │ └── setup │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ └── settings │ │ │ └── medic-couch2pg │ │ │ ├── env │ │ │ └── NODE_ENV │ │ │ └── logrotate │ │ │ └── medic-couch2pg.conf │ ├── medic-sentinel │ │ ├── scripts │ │ │ └── medic-sentinel │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── setup │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ └── remove │ │ └── settings │ │ │ └── medic-sentinel │ │ │ └── logrotate │ │ │ └── medic-sentinel.conf │ ├── system-services │ │ ├── scripts │ │ │ └── system-services │ │ │ │ ├── start │ │ │ │ ├── include │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── run │ │ │ │ ├── cron │ │ │ │ └── syslog │ │ │ │ ├── setup │ │ │ │ ├── link-logs │ │ │ │ └── logrotate │ │ │ │ ├── remove │ │ │ │ └── env │ │ └── settings │ │ │ └── system-services │ │ │ └── logrotate │ │ │ └── system-services.conf │ └── horticulturalist │ │ └── scripts │ │ └── horticulturalist │ │ ├── start │ │ ├── private │ │ └── sudoers-horticulturalist │ │ ├── setup │ │ └── sudoers │ │ └── remove ├── images │ ├── x64 │ │ ├── xen │ │ │ └── boot │ │ │ │ └── grub │ │ │ │ └── menu.lst │ │ └── iso │ │ │ └── boot │ │ │ └── isolinux │ │ │ └── isolinux.cfg │ └── x86 │ │ ├── xen │ │ └── boot │ │ │ └── grub │ │ │ └── menu.lst │ │ └── iso │ │ └── boot │ │ └── isolinux │ │ └── isolinux.cfg ├── .profile └── scripts │ ├── detect-platform │ └── prepend-path ├── manifests ├── .dockerignore ├── logs ├── compiler ├── medic-core ├── medic-rdbms └── medic-couch2pg ├── .gitmodules ├── ubuntu_build_container.yml └── Changelog.md /config: -------------------------------------------------------------------------------- 1 | platform/config -------------------------------------------------------------------------------- /output: -------------------------------------------------------------------------------- 1 | platform/output -------------------------------------------------------------------------------- /packages/selected: -------------------------------------------------------------------------------- 1 | x64 -------------------------------------------------------------------------------- /.profile: -------------------------------------------------------------------------------- 1 | platform/.profile -------------------------------------------------------------------------------- /platform/initrd/x64/lib64: -------------------------------------------------------------------------------- 1 | lib -------------------------------------------------------------------------------- /platform/initrd/common/etc/issue: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/motd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/common/run: -------------------------------------------------------------------------------- 1 | var/run -------------------------------------------------------------------------------- /platform/initrd/x64/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/su: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/su: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/output/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/staging/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/status/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /manifests: -------------------------------------------------------------------------------- 1 | platform/source/manifests -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/clear: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/cp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/cpio: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/dd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/df: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ln: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ls: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/lsmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/more: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/mv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ps: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/reset: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/rm: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/sh: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/stty: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/su: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/watch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/common/etc/ld.so.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/common/var/log/wtmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/common/var/run/utmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/x64/bin/adduser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/clear: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/cpio: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/deluser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/fsck: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/fstrim: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ipcalc: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/linux32: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/linux64: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/lsmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/more: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/reset: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/setarch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/stty: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/unlink: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/usleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/watch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/etc/platform: -------------------------------------------------------------------------------- 1 | x64 -------------------------------------------------------------------------------- /platform/initrd/x86/bin/adduser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ash: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/cat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/chgrp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/chmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/chown: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/clear: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/cpio: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/date: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/deluser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/dmesg: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/echo: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/egrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/false: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/fgrep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/fsck: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/fstrim: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/grep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/gzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ipcalc: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/kill: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/linux32: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/linux64: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/login: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/lsmod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mkdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mknod: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/more: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/nice: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/pidof: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ping: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/ping6: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/pwd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/reset: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/rmdir: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/sed: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/setarch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/sleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/stty: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/sync: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/tar: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/touch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/true: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/uname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/unlink: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/usleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/watch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/zcat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/etc/platform: -------------------------------------------------------------------------------- 1 | x86 -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/addgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/adduser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/delgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/deluser: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/dumpkmap: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/gunzip: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/hostname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/ipcalc: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/linux32: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/linux64: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/mktemp: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/netstat: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/printenv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/setarch: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/umount: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/unlink: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/bin/usleep: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/fsck.ext2: -------------------------------------------------------------------------------- 1 | e2fsck -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/fsck.ext3: -------------------------------------------------------------------------------- 1 | e2fsck -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/fsck.ext4: -------------------------------------------------------------------------------- 1 | e2fsck -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mkfs.ext2: -------------------------------------------------------------------------------- 1 | mke2fs -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mkfs.ext3: -------------------------------------------------------------------------------- 1 | mke2fs -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mkfs.ext4: -------------------------------------------------------------------------------- 1 | mke2fs -------------------------------------------------------------------------------- /platform/initrd/common/boot/svc-start: -------------------------------------------------------------------------------- 1 | svc-up -------------------------------------------------------------------------------- /platform/initrd/common/etc/mtab: -------------------------------------------------------------------------------- 1 | /proc/mounts -------------------------------------------------------------------------------- /platform/initrd/common/var/spool/lpd/lp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/x64/bin/addgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/delgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/dumpkmap: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/hostname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/mkpasswd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/printenv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/bin/truncate: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/arp: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/halt: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/init: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/addgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/delgroup: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/dumpkmap: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/hostname: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/mkpasswd: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/printenv: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/bin/truncate: -------------------------------------------------------------------------------- 1 | busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/arp: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/halt: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/init: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/source/compiler/stats/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/staging/loopback/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/templates/java/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- 1 | * 2 | !platform/staging/docker 3 | -------------------------------------------------------------------------------- /logs/compiler: -------------------------------------------------------------------------------- 1 | ../platform/source/compiler/logs -------------------------------------------------------------------------------- /packages/x64: -------------------------------------------------------------------------------- 1 | ../platform/images/x64/iso/packages -------------------------------------------------------------------------------- /packages/x86: -------------------------------------------------------------------------------- 1 | ../platform/images/x86/iso/packages -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/arp: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/depmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/fdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/fsck.ext4dev: -------------------------------------------------------------------------------- 1 | e2fsck -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/getty: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/halt: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/hdparm: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/hwclock: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/init: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/insmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/klogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/losetup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mkfs.ext4dev: -------------------------------------------------------------------------------- 1 | mke2fs -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mkswap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/modinfo: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/nameif: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/reboot: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/rmmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/sulogin: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/swapoff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/swapon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/syslogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/vconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/common/boot/svc-stop: -------------------------------------------------------------------------------- 1 | svc-down -------------------------------------------------------------------------------- /platform/initrd/common/etc/hostname: -------------------------------------------------------------------------------- 1 | medic 2 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/skel/.ash_history: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/adjtimex: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/depmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/fdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/getty: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/hdparm: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/hwclock: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/insmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/klogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/loadkmap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/losetup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/mkswap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/modinfo: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/modprobe: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/nameif: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/poweroff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/reboot: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/rmmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/sulogin: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/swapoff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/swapon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/syslogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/vconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ar: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/awk: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/cal: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/cut: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/dc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/du: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/id: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/man: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/od: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/seq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/tee: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/tr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/tty: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/vi: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/who: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/xz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/yes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/adjtimex: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/depmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/fdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/getty: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/hdparm: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/hwclock: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/insmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/klogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/loadkmap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/losetup: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/mkswap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/modinfo: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/modprobe: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/nameif: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/poweroff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/reboot: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/rmmod: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/route: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/sulogin: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/swapoff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/swapon: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/sysctl: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/syslogd: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/udhcpc: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/vconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ar: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/awk: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/cal: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/cut: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/dc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/du: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/id: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/man: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/od: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/seq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/tee: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/tr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/tty: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/vi: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/who: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/xz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/yes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/metadata/packages/java/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/compiler/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/compiler/source/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/stats/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/stats/x64/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/stats/x86/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/staging/software/x64/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/staging/software/x86/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /logs/medic-core: -------------------------------------------------------------------------------- 1 | ../platform/source/medic-core/logs -------------------------------------------------------------------------------- /logs/medic-rdbms: -------------------------------------------------------------------------------- 1 | ../platform/source/medic-rdbms/logs -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/adjtimex: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/freeramdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/ifconfig: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/loadkmap: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/modprobe: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/pivot_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/poweroff: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/setconsole: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/switch_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/[[: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ar: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/arping: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/awk: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/bzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/cal: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/chrt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/cksum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/comm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/cut: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/dc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/diff: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/du: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/eject: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/env: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/envdir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/expr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/flock: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/fsync: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/fuser: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/getopt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/groups: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/hostid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/id: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ipcrm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ipcs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/last: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/logger: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/lsof: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/lzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/lzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/man: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/md5sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/mesg: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/mkfifo: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/nc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/nohup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ntpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/od: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/openvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/passwd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/patch: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/pkill: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/pstree: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/renice: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/resize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/seq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/setsid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/shuf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/split: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/stat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/tee: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/telnet: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/top: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/tr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/tty: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/uniq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/unlzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/unxz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/unzip: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/users: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/vi: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/wc: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/wget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/which: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/who: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/whoami: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/xargs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/xz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/xzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/yes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/crond: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/fbset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/inetd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/rdate: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/tftpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/common/etc/arch-release: -------------------------------------------------------------------------------- 1 | 1.0.0 2 | -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/freeramdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/pivot_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/setconsole: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/sbin/switch_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/arping: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/bzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/chrt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/cksum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/comm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/crontab: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/diff: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/dirname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/eject: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/envdir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/expr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/fatattr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/flock: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/fsync: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/fuser: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/getopt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/groups: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/hexdump: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/hostid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/install: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ipcrm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ipcs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/kbd_mode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/killall: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/killall5: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/last: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/loadfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/logger: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/logname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/logread: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/lsof: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/lzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/lzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/lzopcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/md5sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/mesg: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/microcom: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/mkfifo: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/nohup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/nsenter: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/nslookup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ntpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/openvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/passwd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/patch: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/pkill: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/pstree: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/readlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/realpath: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/renice: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/resize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/setfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/setsid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sha1sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sha3sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/shuf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/split: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/stat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/strings: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/telnet: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/timeout: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ttysize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/uniq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/unlzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/unlzop: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/unshare: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/unxz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/unzip: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/users: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/wget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/which: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/whoami: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/xargs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/xzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/sbin/crond: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/sbin/fbset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/sbin/taskset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/freeramdisk: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/pivot_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/setconsole: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/sbin/switch_root: -------------------------------------------------------------------------------- 1 | ../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/arping: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/bzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/chrt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/cksum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/comm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/crontab: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/diff: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/dirname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/eject: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/envdir: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/expr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/fatattr: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/find: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/flock: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/free: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/fsync: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/fuser: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/getopt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/groups: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/head: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/hexdump: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/hostid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/install: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ipcrm: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ipcs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/kbd_mode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/killall: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/killall5: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/last: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/less: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/loadfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/logger: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/logname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/logread: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/lsof: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/lzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/lzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/lzopcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/md5sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/mesg: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/microcom: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/mkfifo: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/nohup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/nsenter: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/nslookup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ntpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/openvt: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/passwd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/patch: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/pgrep: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/pkill: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/printf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/pstree: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/readlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/realpath: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/renice: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/resize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/setfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/setsid: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sha1sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sha3sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/shuf: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sort: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/split: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/stat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/strings: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/tail: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/telnet: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/test: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/time: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/timeout: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ttysize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/uniq: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/unlzma: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/unlzop: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/unshare: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/unxz: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/unzip: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/uptime: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/users: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/wget: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/which: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/whoami: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/xargs: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/xzcat: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/sbin/crond: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/sbin/fbset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/sbin/taskset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/metadata/packages/concierge/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/metadata/packages/vm-tools/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/compiler/logs/x86/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/logs/x64/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/logs/x86/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/source/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/pv.count: -------------------------------------------------------------------------------- 1 | 188 2 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/logs/x64/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/logs/x86/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/source/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /logs/medic-couch2pg: -------------------------------------------------------------------------------- 1 | ../platform/source/medic-couch2pg/logs -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/basename: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/crontab: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/dirname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ether-wake: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/fgconsole: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/hexdump: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/install: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/kbd_mode: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/killall: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/killall5: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/loadfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/logname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/logread: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/microcom: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/nslookup: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/readlink: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/realpath: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/setfont: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/setkeycodes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/sha1sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/sha256sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/sha512sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/softlimit: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/strings: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/timeout: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/traceroute: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ttysize: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/chpasswd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/chroot: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/nbd-client: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/taskset: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/sbin/udhcpd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/common/boot/svc-disable: -------------------------------------------------------------------------------- 1 | supervisor-disable -------------------------------------------------------------------------------- /platform/initrd/common/boot/svc-enable: -------------------------------------------------------------------------------- 1 | supervisor-enable -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/dnsdomainname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ether-wake: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/fgconsole: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/setkeycodes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sha256sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sha512sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/softlimit: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/traceroute: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x64/usr/sbin/chpasswd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/dnsdomainname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ether-wake: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/fgconsole: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/setkeycodes: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sha256sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/sha512sum: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/softlimit: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/traceroute: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/x86/usr/sbin/chpasswd: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/metadata/packages/medic-core/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/metadata/packages/medic-couch2pg/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/metadata/packages/medic-rdbms/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/erlang.count: -------------------------------------------------------------------------------- 1 | 3837 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/js.count: -------------------------------------------------------------------------------- 1 | 13502 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/nginx.count: -------------------------------------------------------------------------------- 1 | 688 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/node.count: -------------------------------------------------------------------------------- 1 | 127202 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/paxctl.count: -------------------------------------------------------------------------------- 1 | 4 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/rebar.count: -------------------------------------------------------------------------------- 1 | 50 2 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/source/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/stats/x64/pv.count: -------------------------------------------------------------------------------- 1 | 108 2 | -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/dnsdomainname: -------------------------------------------------------------------------------- 1 | ../../bin/busybox -------------------------------------------------------------------------------- /platform/initrd/common/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 medic localhost 2 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/fonts/default: -------------------------------------------------------------------------------- 1 | Uni3-Fixed16.psf -------------------------------------------------------------------------------- /platform/metadata/packages/system-services/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/source/compiler/scripts/logger: -------------------------------------------------------------------------------- 1 | ../../scripts/logger -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/couchdb.count: -------------------------------------------------------------------------------- 1 | 2255 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/logrotate.count: -------------------------------------------------------------------------------- 1 | 109 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/openssh.count: -------------------------------------------------------------------------------- 1 | 1371 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/openssl.count: -------------------------------------------------------------------------------- 1 | 3226 2 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/stats/x64/postgresql.count: -------------------------------------------------------------------------------- 1 | 2642 2 | -------------------------------------------------------------------------------- /platform/packages/horticulturalist/scripts/horticulturalist/start: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/storage/vm-tools/logs/avahi: -------------------------------------------------------------------------------- 1 | ../avahi/logs -------------------------------------------------------------------------------- /platform/packages/vm-tools/storage/vm-tools/logs/ntpd: -------------------------------------------------------------------------------- 1 | ../ntpd/logs -------------------------------------------------------------------------------- /platform/initrd/common/etc/host.conf: -------------------------------------------------------------------------------- 1 | order hosts,bind 2 | multi on 3 | -------------------------------------------------------------------------------- /platform/initrd/common/init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec /sbin/init 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/medic-core/storage/medic-core/nginx/data/logs: -------------------------------------------------------------------------------- 1 | ../logs -------------------------------------------------------------------------------- /platform/packages/vm-tools/storage/vm-tools/logs/vmtoolsd: -------------------------------------------------------------------------------- 1 | ../vmtoolsd/logs -------------------------------------------------------------------------------- /platform/source/compiler/scripts/include: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/include -------------------------------------------------------------------------------- /platform/initrd/common/etc/vmware-tools/poweron-vm-default: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/vmware-tools/resume-vm-default: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/vmware-tools/suspend-vm-default: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | -------------------------------------------------------------------------------- /platform/source/medic-core/stats/x64/fix-erlang-dso-linkage.count: -------------------------------------------------------------------------------- 1 | 1720 2 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/scripts/include: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/include -------------------------------------------------------------------------------- /platform/source/medic-rdbms/scripts/include: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/include -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/openssh/private/revocation-list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/storage/medic-rdbms/logs/postgresql: -------------------------------------------------------------------------------- 1 | ../postgresql/logs -------------------------------------------------------------------------------- /platform/source/compiler/scripts/print-status: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/print-status -------------------------------------------------------------------------------- /platform/source/compiler/scripts/retrieve-sources: -------------------------------------------------------------------------------- 1 | ../../../scripts/retrieve-sources -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/settings/medic-couch2pg/env/NODE_ENV: -------------------------------------------------------------------------------- 1 | production 2 | -------------------------------------------------------------------------------- /platform/source/medic-core/scripts/retrieve-sources: -------------------------------------------------------------------------------- 1 | ../../../scripts/retrieve-sources -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/scripts/print-status: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/print-status -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/scripts/retrieve-sources: -------------------------------------------------------------------------------- 1 | ../../../scripts/retrieve-sources -------------------------------------------------------------------------------- /platform/source/medic-rdbms/scripts/print-status: -------------------------------------------------------------------------------- 1 | ../../medic-core/scripts/print-status -------------------------------------------------------------------------------- /platform/source/medic-rdbms/scripts/retrieve-sources: -------------------------------------------------------------------------------- 1 | ../../../scripts/retrieve-sources -------------------------------------------------------------------------------- /platform/initrd/common/etc/busybox.conf: -------------------------------------------------------------------------------- 1 | # /etc/busybox.conf: Busybox configuration file. 2 | 3 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/modprobe.conf: -------------------------------------------------------------------------------- 1 | # /etc/modprobe.conf: Modprobe config file. 2 | # 3 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/shells: -------------------------------------------------------------------------------- 1 | # /etc/shells: valid login shells. 2 | /bin/sh 3 | /bin/ash 4 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/vmware-tools/poweroff-vm-default: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec poweroff 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/couchdb/private/local.ini: -------------------------------------------------------------------------------- 1 | ; couchdb/local.ini 2 | 3 | -------------------------------------------------------------------------------- /platform/source/manifests/medic-couch2pg: -------------------------------------------------------------------------------- 1 | medic-couch2pg, https://github.com/medic/medic-couch2pg.git 2 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/openssh/ssh_config.d/ssh-agent: -------------------------------------------------------------------------------- 1 | 2 | AddKeysToAgent yes 3 | 4 | -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/blkid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/sbin/blkid -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/e2fsck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/sbin/e2fsck -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/mke2fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/sbin/mke2fs -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/tune2fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/sbin/tune2fs -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/locale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/x86/usr/bin/locale -------------------------------------------------------------------------------- /platform/initrd/armv6/sbin/ldconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/sbin/ldconfig -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/locale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/armv6/usr/bin/locale -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/tabset/vt300: -------------------------------------------------------------------------------- 1 | 2 |  3 | P2$t9/17/25/33/41/49/57/65/73/81/89/97/105/113/121/129\ 4 | -------------------------------------------------------------------------------- /platform/packages/medic-api/settings/medic-api/logrotate/medic-api.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/medic-api/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/settings/vm-tools/logrotate/vm-tools.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/vm-tools/*/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/source/manifests/medic-rdbms: -------------------------------------------------------------------------------- 1 | postgresql, https://ftp.postgresql.org/pub/source/v9.4.19/postgresql-9.4.19.tar.bz2 2 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/private/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec logrotate -f /etc/logrotate.conf 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/logrotate/medic-core.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/medic-core/*/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/settings/medic-rdbms/logrotate/medic-rdbms.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/medic-rdbms/*/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/tabset/stdcrt: -------------------------------------------------------------------------------- 1 | 3 1 1 1 1 1 1 1 1 1 -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/history: -------------------------------------------------------------------------------- 1 | #!/bin/busybox ash 2 | 3 | cat "$HOME/.ash_history" 2>/dev/null || echo "No history file found." 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/history: -------------------------------------------------------------------------------- 1 | #!/bin/busybox ash 2 | 3 | cat "$HOME/.ash_history" 2>/dev/null || echo "No history file found." 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/bin/history: -------------------------------------------------------------------------------- 1 | #!/bin/busybox ash 2 | 3 | cat "$HOME/.ash_history" 2>/dev/null || echo "No history file found." 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/a/ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/a/ansi -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/l/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/l/linux -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/r/rxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/r/rxvt -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/v/vt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/v/vt100 -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/v/vt102: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/v/vt102 -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/x/xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/x/xterm -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/settings/medic-couch2pg/logrotate/medic-couch2pg.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/medic-couch2pg/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/settings/medic-sentinel/logrotate/medic-sentinel.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/medic-sentinel/logs/*.log { 3 | } 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/v/vt102-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/v/vt102-w -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/locale/locale.alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/locale/locale.alias -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/v/vt102+enq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/v/vt102+enq -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/v/vt102-nsgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/v/vt102-nsgr -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/x/xterm-new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/x/xterm-new -------------------------------------------------------------------------------- /platform/source/medic-core/images/futon-logo-medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/source/medic-core/images/futon-logo-medic.png -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/fonts/Uni3-Fixed14.psf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/fonts/Uni3-Fixed14.psf -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/fonts/Uni3-Fixed16.psf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/fonts/Uni3-Fixed16.psf -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/x/xterm-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/x/xterm-color -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/terminfo/x/xterm-vt220: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/terminfo/x/xterm-vt220 -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-1.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-1.gz -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-15.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-15.gz -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-2.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/i18n/charmaps/ISO-8859-2.gz -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/settings/medic-rdbms/postgresql/templates/pg_ident.conf.t: -------------------------------------------------------------------------------- 1 | # pg_ident.conf 2 | 3 | # MAPNAME SYSTEM-USERNAME PG-USERNAME 4 | 5 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/i18n/charmaps/ANSI_X3.4-1968.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/i18n/charmaps/ANSI_X3.4-1968.gz -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/i18n/charmaps/ANSI_X3.110-1983.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/medic/medic-os/HEAD/platform/initrd/common/usr/share/i18n/charmaps/ANSI_X3.110-1983.gz -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/tabset/std: -------------------------------------------------------------------------------- 1 | 3 1 1 1 1 1 1 1 1 1 1 1 1 1 2 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/scripts/clean-all: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | main() 6 | { 7 | return 0 8 | } 9 | 10 | main "$@" 11 | exit "$?" 12 | 13 | -------------------------------------------------------------------------------- /platform/packages/horticulturalist/scripts/horticulturalist/private/sudoers-horticulturalist: -------------------------------------------------------------------------------- 1 | horticulturalist ALL = NOPASSWD: /boot/svc-up, /boot/svc-down, /boot/svc-start, /boot/svc-stop 2 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/private/profile-medic-core.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/utility' 4 | prepend_paths /srv/software/medic-core/current/default 5 | 6 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/sudoers: -------------------------------------------------------------------------------- 1 | 2 | Defaults secure_path = /usr/sbin:/usr/bin:/sbin:/bin:/boot 3 | 4 | root ALL = (ALL) ALL 5 | vm ALL = NOPASSWD: ALL 6 | 7 | #includedir /etc/sudoers.d 8 | 9 | -------------------------------------------------------------------------------- /platform/images/x64/xen/boot/grub/menu.lst: -------------------------------------------------------------------------------- 1 | 2 | default 0 3 | timeout 1 4 | hiddenmenu 5 | 6 | title Medic OS 7 | root (hd0) 8 | kernel /boot/kernel console=hvc0 9 | initrd /boot/image.xz 10 | 11 | -------------------------------------------------------------------------------- /platform/images/x86/xen/boot/grub/menu.lst: -------------------------------------------------------------------------------- 1 | 2 | default 0 3 | timeout 1 4 | hiddenmenu 5 | 6 | title Medic OS 7 | root (hd0) 8 | kernel /boot/kernel console=hvc0 9 | initrd /boot/image.xz 10 | 11 | -------------------------------------------------------------------------------- /platform/initrd/common/usr/share/tabset/vt100: -------------------------------------------------------------------------------- 1 | 2 |  3 | H H H H H H H H H H H H H H H H 4 | -------------------------------------------------------------------------------- /platform/source/medic-rdbms/scripts/prepare-dist: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | prefix="$1" 6 | 7 | if ! [ -d "$prefix" ]; then 8 | echo "Usage: $0 " >&2 9 | exit 111 10 | fi 11 | 12 | -------------------------------------------------------------------------------- /platform/.profile: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export JAVA_HOME=~/medic-os/java/selected/current/jdk 4 | export PATH="$JAVA_HOME/bin:$PATH" 5 | 6 | export EC2_HOME=~/medic-os/ec2-api-tools 7 | export PATH="$EC2_HOME/bin:$PATH" 8 | 9 | -------------------------------------------------------------------------------- /platform/source/medic-couch2pg/scripts/prepare-dist: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | prefix="$1" 6 | 7 | if ! [ -d "$prefix" ]; then 8 | echo "Usage: $0 " >&2 9 | exit 111 10 | fi 11 | 12 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "platform/packages/horticulturalist/software/horticulturalist/current"] 2 | path = platform/packages/horticulturalist/software/horticulturalist/current 3 | url = https://github.com/medic/horticulturalist.git 4 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/gshadow: -------------------------------------------------------------------------------- 1 | root:*:: 2 | nogroup:!:: 3 | staff:!:: 4 | floppy:!::vm 5 | postgresql:!::postgresql 6 | rdbms-users:!:: 7 | avahi:!::avahi 8 | vm:!:: 9 | sshd:!:: 10 | couchdb:!:: 11 | concierge-auth:!:: 12 | -------------------------------------------------------------------------------- /platform/initrd/common/boot/log-streamer: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/utility' 4 | 5 | main() 6 | { 7 | while true; do 8 | sleep 3600 9 | done 10 | 11 | return 0 12 | } 13 | 14 | main 15 | exit "$?" 16 | 17 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/init.d/rc.font: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ -f /etc/sysconfig/console-font ]; then 4 | for n in 1 6; do 5 | setfont -C "/dev/tty$n" \ 6 | /usr/share/fonts/default &>/dev/null 7 | done 8 | fi 9 | 10 | -------------------------------------------------------------------------------- /platform/initrd/armv6/usr/bin/ldd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | for file in $@; do 4 | case $file in 5 | */*) true 6 | ;; 7 | *) file=./$file 8 | ;; 9 | esac 10 | LD_TRACE_LOADED_OBJECTS=1 /lib/ld-linux.so.2 $file 11 | done 12 | 13 | -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/ldd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | for file in $@; do 4 | case $file in 5 | */*) true 6 | ;; 7 | *) file=./$file 8 | ;; 9 | esac 10 | LD_TRACE_LOADED_OBJECTS=1 /lib/ld-linux-x86-64.so.2 $file 11 | done 12 | -------------------------------------------------------------------------------- /platform/initrd/x86/usr/bin/ldd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | for file in $@; do 4 | case $file in 5 | */*) true 6 | ;; 7 | *) file=./$file 8 | ;; 9 | esac 10 | LD_TRACE_LOADED_OBJECTS=1 /lib/ld-linux.so.2 $file 11 | done 12 | 13 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/include/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | link_logs() 4 | { 5 | rm -f "/var/log/$PACKAGE_NAME" && 6 | ln -sf "$PACKAGE_STORAGE/logs" "/var/log/$PACKAGE_NAME" 7 | 8 | return "$?" 9 | } 10 | 11 | -------------------------------------------------------------------------------- /ubuntu_build_container.yml: -------------------------------------------------------------------------------- 1 | version: '3.1' 2 | 3 | services: 4 | build_container: 5 | image: ubuntu:16.04 6 | volumes: 7 | - .:/medic-os 8 | working_dir: /medic-os 9 | entrypoint: 10 | - tail 11 | - -f 12 | - /dev/null -------------------------------------------------------------------------------- /platform/images/x64/iso/boot/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | 2 | prompt 0 3 | timeout 0 4 | implicit 0 5 | 6 | default normal 7 | 8 | label normal 9 | kernel /boot/kernel 10 | append initrd=/boot/image.xz loglevel=1 vga=0x314 video=hyperv_fb:800x600 net.ifnames=0 11 | 12 | -------------------------------------------------------------------------------- /platform/images/x86/iso/boot/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | 2 | prompt 0 3 | timeout 0 4 | implicit 0 5 | 6 | default normal 7 | 8 | label normal 9 | kernel /boot/kernel 10 | append initrd=/boot/image.xz loglevel=1 vga=0x314 video=hyperv_fb:800x600 net.ifnames=0 11 | 12 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/init.d/rc.ulimit: -------------------------------------------------------------------------------- 1 | #!/bin/busybox ash 2 | 3 | for type in e r; do 4 | ulimit "-$type" 0 5 | done 6 | 7 | for type in d f m t v w; do 8 | ulimit "-$type" unlimited 9 | done 10 | 11 | ulimit -s 16384 -c 20480 -l 512 -p 8192 -n 32768 12 | 13 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/shadow: -------------------------------------------------------------------------------- 1 | root:!:13525:0:99999:7::: 2 | lp:!:13510:0:99999:7::: 3 | nobody:!:13509:0:99999:7::: 4 | vm::13646:0:99999:7::: 5 | sshd:!:15639:0:99999:7::: 6 | couchdb:!:15639:0:99999:7::: 7 | postgresql:!:13510:0:99999:7::: 8 | avahi:!:15642:0:99999:7::: 9 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/nsswitch.conf: -------------------------------------------------------------------------------- 1 | # /etc/nsswitch.conf: GNU Name Service Switch config. 2 | # 3 | 4 | passwd: files 5 | group: files 6 | shadow: files 7 | 8 | hosts: files dns 9 | networks: files 10 | 11 | rpc: files 12 | services: files 13 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/run/cron: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | exec /boot/timestamp \ 6 | cron -f >> "$logs_dir/cron.log" 2>&1 7 | } 8 | 9 | main() 10 | { 11 | start 12 | return "$?" 13 | } 14 | 15 | main 16 | exit "$?" 17 | 18 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/securetty: -------------------------------------------------------------------------------- 1 | # /etc/securetty: List of terminals on which root is allowed to login. 2 | # 3 | console 4 | 5 | # For people with serial port consoles 6 | # ttyS0 7 | 8 | # Standard consoles 9 | tty1 10 | tty2 11 | tty3 12 | tty4 13 | tty5 14 | tty6 15 | tty7 16 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/group: -------------------------------------------------------------------------------- 1 | root:x:0: 2 | lp:x:7:lp 3 | nobody:x:65533:nobody 4 | nogroup:x:65534:nobody 5 | staff:x:50: 6 | postgresql:x:80:postgresql 7 | rdbms-users:x:90: 8 | avahi:x:200:avahi 9 | sshd:x:1000: 10 | vm:x:1001: 11 | couchdb:x:1002: 12 | concierge-auth:x:1006:concierge,gardener 13 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/ashrc: -------------------------------------------------------------------------------- 1 | # /etc/ashrc: 2 | # System-wide .ashrc file for the Busybox `ash` shell 3 | 4 | # Set a sane default path 5 | export PATH="/boot${PATH:+:}$PATH" 6 | 7 | # Support /etc/ashrc.d 8 | for script in /etc/ashrc.d/*; do 9 | if [ -r "$script" ]; then 10 | source "$script" 11 | fi 12 | done 13 | 14 | -------------------------------------------------------------------------------- /platform/initrd/common/home/vm/.profile: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source /etc/profile 4 | 5 | for pkg_path in /srv/software/*; do 6 | if [ -d "$pkg_path" ]; then 7 | pkg="`basename "$pkg_path"`" 8 | for dir in bin sbin; do 9 | export PATH="$PATH:/srv/software/$pkg/current/default/$dir" 10 | done 11 | fi 12 | done 13 | 14 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/fstab: -------------------------------------------------------------------------------- 1 | # /etc/fstab 2 | proc /proc proc defaults 0 0 3 | sysfs /sys sysfs defaults 0 0 4 | devtmpfs /dev devtmpfs defaults 0 0 5 | devpts /dev/pts devpts defaults 0 0 6 | tmpfs /dev/shm tmpfs defaults 0 0 7 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/skel/.ashrc: -------------------------------------------------------------------------------- 1 | # ~/.ashrc: Executed by Shells. 2 | # 3 | 4 | # Alias definitions. 5 | # 6 | alias df='df -h' 7 | alias du='du -h' 8 | 9 | alias ls='ls -p' 10 | alias ll='ls -l' 11 | alias la='ls -la' 12 | 13 | # Avoid errors... use -f to skip confirmation. 14 | alias cp='cp -i' 15 | alias mv='mv -i' 16 | alias rm='rm -i' 17 | 18 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/package' 4 | 5 | remove() 6 | { 7 | local self="`realpath "$0"`" 8 | local base="`dirname -- "$self"`" 9 | 10 | source "$base/env" && 11 | merge_environment /srv || return 255 12 | 13 | return "$?" 14 | } 15 | 16 | remove "$@" 17 | exit "$?" 18 | 19 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/package' 4 | 5 | remove() 6 | { 7 | local self="`realpath "$0"`" 8 | local base="`dirname -- "$self"`" 9 | 10 | source "$base/env" && 11 | merge_environment /srv || return 255 12 | 13 | return "$?" 14 | } 15 | 16 | remove "$@" 17 | exit "$?" 18 | 19 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/package' 4 | 5 | remove() 6 | { 7 | local self="`realpath "$0"`" 8 | local base="`dirname -- "$self"`" 9 | 10 | source "$base/env" && 11 | merge_environment /srv || return 255 12 | 13 | return "$?" 14 | } 15 | 16 | remove "$@" 17 | exit "$?" 18 | 19 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | install() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/env" && 9 | merge_environment /srv || return 255 10 | 11 | chmod 0750 "$PACKAGE_STORAGE/logs" 12 | 13 | return "$?" 14 | } 15 | 16 | install "$@" 17 | exit "$?" 18 | 19 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/inittab: -------------------------------------------------------------------------------- 1 | # /etc/inittab 2 | 3 | ::sysinit:/etc/init.d/rc.startup 4 | 5 | tty1::respawn:/sbin/getty -nl /boot/system-status 38400 tty1 6 | tty6::askfirst:/sbin/getty -nl /boot/recovery-console 38400 tty6 7 | 8 | ::restart:/etc/init.d/rc.shutdown 9 | ::restart:/sbin/init 10 | ::ctrlaltdel:/sbin/reboot 11 | ::shutdown:/etc/init.d/rc.shutdown 12 | 13 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/setup/profile: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | cp -a "$PACKAGE_SCRIPTS/private/profile-medic-core.sh" /etc/profile.d 12 | } 13 | 14 | main "$@" 15 | exit "$?" 16 | 17 | -------------------------------------------------------------------------------- /platform/packages/system-services/settings/system-services/logrotate/system-services.conf: -------------------------------------------------------------------------------- 1 | 2 | /srv/storage/system-services/logs/*.log { 3 | } 4 | 5 | /srv/system/storage/supervisor/*/logs/*.log { 6 | } 7 | 8 | /srv/storage/audit/*.log { 9 | daily 10 | rotate 104 11 | missingok 12 | notifempty 13 | compress 14 | delaycompress 15 | copytruncate 16 | } -------------------------------------------------------------------------------- /platform/source/medic-rdbms/scripts/clean-all: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | clean_all() 6 | { 7 | for i in source/*; do 8 | if [ -h "$i" -a -f "$i/Makefile" ]; then 9 | ( cd "$i" && make clean && make distclean ) 10 | fi 11 | done 12 | 13 | return 0 14 | } 15 | 16 | main() 17 | { 18 | clean_all 19 | } 20 | 21 | main "$@" 22 | exit $? 23 | 24 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/setup/ldconfig: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "$PACKAGE_ROOT/lib" >> /etc/ld.so.conf && 12 | ldconfig 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/setup/ldconfig: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "$PACKAGE_ROOT/lib" >> /etc/ld.so.conf && 12 | ldconfig 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/setup/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/logrotate" && 12 | logrotate_install 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/horticulturalist/scripts/horticulturalist/setup/sudoers: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | cp "$PACKAGE_SCRIPTS/private/sudoers-horticulturalist" \ 12 | /etc/sudoers.d/ 13 | } 14 | 15 | main "$@" 16 | exit "$?" 17 | 18 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/couchdb/local.d/README: -------------------------------------------------------------------------------- 1 | CouchDB local configuration files 2 | 3 | Files found under the etc/local.d directory that end with .ini are parsed 4 | within couchdb(1) at startup. 5 | 6 | This directory is intended for system administrator overrides of CouchDB 7 | defaults. Package maintainers should be placing overrides in the 8 | etc/default.d directory instead. 9 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/setup/ldconfig: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "$PACKAGE_ROOT/lib" >> /etc/ld.so.conf && 12 | ldconfig 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/setup/link-logs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/link-logs" && 12 | link_logs 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/setup/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/logrotate" && logrotate_install \ 12 | || return 1 13 | 14 | return 0 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/setup/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/logrotate" && 12 | logrotate_install 13 | 14 | return "$?" 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/setup/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/logrotate" && logrotate_install \ 12 | || return 1 13 | 14 | return 0 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/setup/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | source "$base/../include/logrotate" && logrotate_install \ 12 | || return 1 13 | 14 | return 0 15 | } 16 | 17 | main "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/horticulturalist/scripts/horticulturalist/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | remove() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "Removing horticulturalist v$PACKAGE_VERSION" 12 | 13 | rm -rf "$PACKAGE_STORAGE/logs" 14 | return "$?" 15 | } 16 | 17 | remove "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | remove() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "Removing version $PACKAGE_VERSION." 12 | 13 | rm -rf "$PACKAGE_STORAGE/current" "$PACKAGE_STORAGE/logs" 14 | return "$?" 15 | } 16 | 17 | remove "$@" 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/package' 4 | 5 | remove() 6 | { 7 | local self="`realpath "$0"`" 8 | local base="`dirname -- "$self"`" 9 | 10 | source "$base/env" && 11 | merge_environment /srv || return 255 12 | 13 | modprobe -r vmhgfs vsock vmsync vmblock vmxnet3 vmxnet 14 | true 15 | 16 | return "$?" 17 | } 18 | 19 | remove "$@" 20 | exit "$?" 21 | 22 | -------------------------------------------------------------------------------- /platform/source/medic-core/patches/js-fix-makefile-loop.diff: -------------------------------------------------------------------------------- 1 | diff -urN js/config/Makefile.in js/config/Makefile.in 2 | --- js/config/Makefile.in 2011-03-31 12:08:36.000000000 -0700 3 | +++ js/config/Makefile.in 2013-11-08 22:04:25.331319396 -0800 4 | @@ -105,5 +105,5 @@ 5 | 6 | ifdef MKDEPEND_DIR 7 | clean clobber realclean clobber_all:: 8 | - cd $(MKDEPEND_DIR); $(MAKE) $@ 9 | + cd $(MKDEPEND_DIR) && $(MAKE) $@; true 10 | endif 11 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/run/nginx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | exec /boot/timestamp \ 12 | "$PACKAGE_ROOT/bin/nginx" -p "$PACKAGE_STORAGE/nginx/data" \ 13 | >> "$PACKAGE_STORAGE/nginx/logs/startup.log" 2>&1 14 | } 15 | 16 | start 17 | exit "$?" 18 | 19 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/run/syslog: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local logs_dir='/srv/storage/system-services/logs' 6 | local log_path="$logs_dir/system.log" 7 | 8 | mkdir -p "$logs_dir" && 9 | \ 10 | exec /boot/timestamp \ 11 | busybox syslogd -n -O "$log_path" \ 12 | >> "$log_path" 2>&1 13 | } 14 | 15 | main() 16 | { 17 | start 18 | return "$?" 19 | } 20 | 21 | main 22 | exit "$?" 23 | 24 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/init.d/rc.dhcpcd: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | /sbin/udevadm settle --timeout=5 &>/dev/null 4 | 5 | NETDEVICES="$(awk -F: '/eth.:|tr.:/{print $1}' /proc/net/dev 2>/dev/null)" 6 | 7 | for DEVICE in $NETDEVICES; do 8 | ifconfig "$DEVICE" | grep -q "inet addr" 9 | if [ "$?" != 0 ]; then 10 | trap 2 3 11 11 | /sbin/dhcpcd "$DEVICE" -h "`/bin/hostname`" >/dev/null 2>&1 & 12 | trap "" 2 3 11 13 | sleep 1 14 | fi 15 | done 16 | 17 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | remove() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/env" && 9 | merge_environment /srv || return 255 10 | 11 | echo "Removing medic-sentinel v$PACKAGE_VERSION" 12 | 13 | rm -rf "$PACKAGE_STORAGE/current" && 14 | rm -rf "$PACKAGE_STORAGE/logs" 15 | 16 | return "$?" 17 | } 18 | 19 | remove "$@" 20 | exit "$?" 21 | 22 | -------------------------------------------------------------------------------- /platform/initrd/common/etc/sudoers.d/README: -------------------------------------------------------------------------------- 1 | 2 | # The default configuration for sudo includes the following directive: 3 | # 4 | # #includedir /etc/sudoers.d 5 | # 6 | # This will cause sudo to read and parse any files in the /etc/sudoers.d 7 | # directory that do not end in '~' or contain a '.' character. 8 | # 9 | # Note that there must be at least one file in the sudoers.d directory 10 | # (this one will do), and all files in this directory should be mode 11 | # 0440. 12 | 13 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/run/avahi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | exec /boot/timestamp \ 12 | "$PACKAGE_ROOT/sbin/avahi-daemon" \ 13 | -f "$PACKAGE_SETTINGS/avahi/avahi-daemon.conf" \ 14 | >> "$PACKAGE_STORAGE/avahi/logs/startup.log" 2>&1 15 | } 16 | 17 | start 18 | exit "$?" 19 | 20 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/run/openssh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | exec /boot/timestamp \ 12 | "$PACKAGE_ROOT/sbin/sshd" -D \ 13 | >> "$PACKAGE_STORAGE/openssh/logs/startup.log" 2>&1 14 | } 15 | 16 | main() 17 | { 18 | start 19 | return "$?" 20 | } 21 | 22 | main 23 | exit "$?" 24 | 25 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/couchdb/default.d/README: -------------------------------------------------------------------------------- 1 | CouchDB default configuration files 2 | 3 | Files found under the etc/default.d directory that end with .ini are 4 | parsed within couchdb(1) at startup. 5 | 6 | This directory is intended for distribution-specific overrides of 7 | CouchDB defaults. Package maintainers should be placing overrides in 8 | this directory. 9 | 10 | System administrator should place overrides in the etc/local.d directory 11 | instead. 12 | -------------------------------------------------------------------------------- /platform/packages/medic-core/settings/medic-core/logrotate/logrotate.conf: -------------------------------------------------------------------------------- 1 | 2 | # /etc/logrotate.conf 3 | # This file is symlinked in to /etc at boot, by a setup script 4 | # in the `medic-core` package. Please do not edit this file 5 | # directly; use one of the logrotate.d directories instead. 6 | 7 | daily 8 | compress 9 | rotate 21 10 | copytruncate 11 | compressext .gz 12 | compressoptions -9 13 | compresscmd /bin/gzip 14 | 15 | include /etc/logrotate.d 16 | 17 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/package' 4 | 5 | remove() 6 | { 7 | local self="`realpath "$0"`" 8 | local base="`dirname -- "$self"`" 9 | 10 | source "$base/env" && 11 | merge_environment /srv || return 255 12 | 13 | rm -rf "$PACKAGE_ROOT" \ 14 | "$PACKAGE_SCRIPTS" "$PACKAGE_STORAGE"/*/logs 15 | 16 | package_remove_empty_directories "$PACKAGE_NAME" 17 | return "$?" 18 | } 19 | 20 | remove "$@" 21 | exit "$?" 22 | 23 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/setup/reconfigure: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | envdir "$PACKAGE_SETTINGS/postgresql/env" \ 12 | /boot/template-expand 'mustache' 't' \ 13 | "$PACKAGE_SETTINGS/postgresql/templates" \ 14 | "$PACKAGE_STORAGE/postgresql/data" 15 | 16 | return "$?" 17 | } 18 | 19 | main "$@" 20 | exit "$?" 21 | 22 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/setup/nginx: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | local target_dir='/var/run/nginx' 12 | local symlink_path="$PACKAGE_STORAGE/nginx/state" 13 | 14 | mkdir -p "$target_dir" && 15 | rm -rf "$symlink_path" && 16 | ln -sf "$target_dir" "$symlink_path" 17 | 18 | return "$?" 19 | } 20 | 21 | main "$@" 22 | exit "$?" 23 | 24 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/setup/avahi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | local target_dir='/var/run/avahi' 12 | local symlink_path="$PACKAGE_STORAGE/avahi/state" 13 | 14 | mkdir -p "$target_dir" && 15 | rm -rf "$symlink_path" && 16 | ln -sf "$target_dir" "$symlink_path" 17 | 18 | return "$?" 19 | } 20 | 21 | main "$@" 22 | exit "$?" 23 | 24 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/run/couchdb: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | cd "$PACKAGE_ROOT" && 12 | local command_line="`which couchdb`" && 13 | \ 14 | exec /boot/timestamp \ 15 | su -c "ulimit -n 100000 && exec $command_line" couchdb \ 16 | >> "$PACKAGE_STORAGE/couchdb/logs/startup.log" 2>&1 17 | } 18 | 19 | start 20 | exit "$?" 21 | 22 | -------------------------------------------------------------------------------- /platform/initrd/common/boot/container-start: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | self="`realpath "$0" 2>/dev/null || readlink -f "$0"`" && 4 | dirname="`dirname "$self"`" 5 | 6 | source "$dirname/include/utility" 7 | source "$dirname/include/startup" 8 | 9 | main() 10 | { 11 | local root="$1" 12 | shift 1 13 | 14 | trap '' INT 15 | 16 | cd "$dirname" \ 17 | || fatal "Failed to locate script; check permissions" 18 | 19 | exec "/boot/system-container-start" 20 | fatal 'Container start failed' 21 | } 22 | 23 | main "$@" 24 | exit "$?" 25 | 26 | -------------------------------------------------------------------------------- /Changelog.md: -------------------------------------------------------------------------------- 1 | 2 | Medic OS: Revision History 3 | ========================== 4 | 5 | v1.1.1 6 | ------ 7 | 8 | * Numerous package updates. 9 | * Tons of bug fixes in build environment scripts. 10 | 11 | v1.1.1-pre 12 | ---------- 13 | 14 | * Fixed several problems with log rotation. 15 | * Added a template-processing facility for configuration files. 16 | * Moved internal settings/storage to a new `/srv/system` directory. 17 | 18 | v1.1.0 19 | ------ 20 | 21 | * Beginning of change log. 22 | * CouchDB v1.6.1, `couchdb-lucene` v1.0.2, Java v7 release 65. 23 | 24 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/run/postgresql: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | start() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | local command=" 12 | exec bin/postgres -D '$PACKAGE_STORAGE/postgresql/data' 13 | " 14 | 15 | cd "$PACKAGE_ROOT" && 16 | \ 17 | exec /boot/timestamp \ 18 | su -c "$command" postgresql \ 19 | >> "$PACKAGE_STORAGE/postgresql/logs/startup.log" 2>&1 20 | } 21 | 22 | start 23 | exit "$?" 24 | 25 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/scripts/vm-tools/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/vm-tools/settings/vm-tools/avahi/avahi-daemon.conf: -------------------------------------------------------------------------------- 1 | 2 | [server] 3 | host-name=medic 4 | domain-name=local 5 | browse-domains=zeroconf.org 6 | use-ipv4=yes 7 | use-ipv6=no 8 | ratelimit-interval-usec=1000000 9 | ratelimit-burst=1000 10 | 11 | [wide-area] 12 | enable-wide-area=no 13 | 14 | [publish] 15 | disable-publishing=no 16 | publish-a-on-ipv6=no 17 | 18 | [reflector] 19 | enable-reflector=no 20 | reflect-ipv=no 21 | 22 | [rlimits] 23 | rlimit-core=0 24 | rlimit-data=4194304 25 | rlimit-nofile=768 26 | rlimit-stack=4194304 27 | rlimit-nproc=3 28 | 29 | -------------------------------------------------------------------------------- /platform/source/medic-core/scripts/unprepare-dist: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | prefix="$1" 6 | 7 | if [ "$#" -lt 1 ]; then 8 | echo "Usage: $0 " >&2 9 | exit 111 10 | fi 11 | 12 | if [ ! -d "$prefix" ]; then 13 | exit 0 14 | fi 15 | 16 | (cd "$prefix" && 17 | rm -rf etc/ssh etc/nginx var/log/nginx \ 18 | var/run/nginx couchdb/etc couchdb/log \ 19 | couchdb/data java/logs java/conf java/indexes) 20 | 21 | (cd "$prefix/bin" && 22 | rm -f git-receive-pack git-upload-archive \ 23 | git git-cvsserver git-shell git-upload-pack) 24 | 25 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/medic-rdbms/scripts/medic-rdbms/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/medic-couch2pg/scripts/medic-couch2pg/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/medic-sentinel/scripts/medic-sentinel/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/scripts/detect-platform: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | self="`readlink -f "$0" 2>/dev/null || realpath "$0"`" 6 | base_dir="`dirname "$self"`/../source/medic-core/" 7 | 8 | fatal() 9 | { 10 | echo "Fatal error: $*" >&2 11 | exit 111 12 | } 13 | 14 | source "$base_dir/scripts/include/builder" 2>/dev/null \ 15 | || fatal 'Unable to load a required library' 16 | 17 | main() 18 | { 19 | if [ -n "$PLATFORM" ]; then 20 | echo "$PLATFORM" 21 | else 22 | builder_detect_system && echo "$platform" 23 | fi 24 | } 25 | 26 | main "$@" 27 | exit $? 28 | 29 | -------------------------------------------------------------------------------- /platform/initrd/common/boot/template-expand: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/utility' 4 | source '/boot/include/template' 5 | 6 | main() 7 | { 8 | local template_style="$1" 9 | local file_extension="$2" 10 | shift 2 11 | 12 | if [ "$#" -lt 2 -o $(($# % 2)) -ne 0 ]; then 13 | usage 14 | fi 15 | 16 | template_expand_directories \ 17 | "$template_style" "$file_extension" "$@" 18 | 19 | return "$?" 20 | } 21 | 22 | usage() 23 | { 24 | echo "Usage: $0 style extension [ src_dir target_dir ]..." 25 | exit 111 26 | } 27 | 28 | main "$@" 29 | exit "$?" 30 | 31 | -------------------------------------------------------------------------------- /platform/packages/medic-core/scripts/medic-core/setup/ssh-keygen: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | main() 4 | { 5 | local self="`realpath "$0"`" 6 | local base="`dirname -- "$self"`" 7 | 8 | source "$base/../env" && 9 | merge_environment /srv || return 255 10 | 11 | for type in rsa dsa ecdsa ed25519; do 12 | local key_file="$PACKAGE_ROOT/etc/ssh/ssh_host_${type}_key" 13 | 14 | if ! [ -f "$key_file" ]; then 15 | ssh-keygen -q -t "$type" -N '' -f "$key_file" \ 16 | || return "$?" 17 | fi 18 | done 19 | 20 | return 0 21 | } 22 | 23 | main "$@" 24 | exit "$?" 25 | 26 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/include/logrotate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | logrotate_install() 4 | { 5 | local logrotate_dir='/etc/logrotate.d' 6 | local logrotate_cfg="$PACKAGE_NAME.conf" 7 | local logrotate_dst_path="$logrotate_dir/$logrotate_cfg" 8 | local logrotate_src_path="$PACKAGE_SETTINGS/logrotate/$logrotate_cfg" 9 | 10 | mkdir -p "$logrotate_dir" \ 11 | || return 1 12 | 13 | if ! [ -f "$logrotate_dst_path" ]; then 14 | ln -sf "$logrotate_src_path" "$logrotate_dst_path" \ 15 | || return 2 16 | fi 17 | 18 | return 0 19 | } 20 | 21 | -------------------------------------------------------------------------------- /platform/packages/medic-api/scripts/medic-api/setup/users: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | source '/boot/include/utility' 4 | source '/boot/include/hypervisor' 5 | 6 | setup() 7 | { 8 | local self="`realpath "$0"`" 9 | local base="`dirname -- "$self"`" 10 | 11 | source "$base/../env" && 12 | merge_environment /srv || return 255 13 | 14 | create_system_group_if_necessary \ 15 | medic-api "$MEDIC_API_GID" && 16 | \ 17 | create_system_user_if_necessary \ 18 | medic-api "$MEDIC_API_UID" \ 19 | 'Medic API Process Account' medic-api 20 | 21 | return "$?" 22 | } 23 | 24 | setup "$@" 25 | exit "$?" 26 | -------------------------------------------------------------------------------- /platform/packages/system-services/scripts/system-services/env: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | merge_environment() 4 | { 5 | local name='system-services' 6 | local version='1.1.0' 7 | 8 | local prefix="$1" 9 | local root="$prefix/software/$name/v$version" 10 | 11 | export PACKAGE_ROOT="$root" 12 | export PACKAGE_NAME="$name" 13 | export PACKAGE_VERSION="$version" 14 | 15 | export PACKAGE_SCRIPTS="$prefix/scripts/$name" 16 | export PACKAGE_STORAGE="$prefix/storage/$name" 17 | export PACKAGE_SOFTWARE="$prefix/software/$name" 18 | export PACKAGE_SETTINGS="$prefix/settings/$name" 19 | 20 | return 0 21 | } 22 | 23 | -------------------------------------------------------------------------------- /platform/scripts/prepend-path: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | set -o pipefail 4 | 5 | self="`readlink -f "$0" 2>/dev/null || realpath "$0"`" 6 | base_dir="`dirname "$self"`/../source/medic-core/" 7 | 8 | usage() 9 | { 10 | echo "Usage: $0 path command [args...]" >&2 11 | exit 111 12 | } 13 | 14 | source "$base_dir/scripts/include/builder" 2>/dev/null \ 15 | || fatal 'Unable to load a required library' 16 | 17 | main() 18 | { 19 | local path="$1" 20 | shift 1 21 | 22 | if [ -z "$path" -o $# -le 0 ]; then 23 | usage 24 | fi 25 | 26 | prepend_paths "$path" && exec "$@" 27 | } 28 | 29 | main "$@" 30 | exit $? 31 | 32 | -------------------------------------------------------------------------------- /platform/initrd/x64/usr/bin/sethostname: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Set hostname 3 | 4 | HOSTNAME="$1" 5 | [ "$HOSTNAME" ] || HOSTNAME='toaster' 6 | 7 | rm -f /etc/hostname 8 | echo "$HOSTNAME" >/etc/hostname 9 | hostname -F /etc/hostname 10 | rm -f /etc/hosts 11 | 12 | cat >/etc/hosts <