# valid commands are: # HEADER(text) # BOLD(text) # URL(url, link_text) # COMMAND(command, args, link_text) # COUTPUT(command) # COPYFILE(file_name, new_file, link_text) BOLD(System): URL(http://linux.org, COUTPUT(uname -a)) BOLD(Distro): URL(http://archlinux.org, COUTPUT(cat /etc/issue | grep -v c)) BOLD(HW Specs) are COMMAND(lspci, -v, here) BOLD(Loaded Modules) are COMMAND(lsmod, , here) BOLD(Kernel Config) file COPYFILE(/boot/kconfig26, kconfig.out, here) BOLD(X Info) is COMMAND(xdpyinfo, , here) BOLD(Partitioning): COMMAND(df, -h, here) HEADER(COPYFILE(/etc/fstab, fstab.out, FS Setup))