├── .gitignore ├── README.md ├── full-iso ├── airootfs │ ├── etc │ │ ├── X11 │ │ │ ├── xinit │ │ │ │ ├── xinitrc │ │ │ │ └── xserverrc │ │ │ └── xorg.conf.d │ │ │ │ ├── 10-evdev.conf │ │ │ │ ├── 10-synaptics.conf │ │ │ │ └── 20-quirks.conf │ │ ├── fonts │ │ │ └── local.conf │ │ ├── gtk-2.0 │ │ │ ├── gtkrc │ │ │ ├── panel-black-1680x23.jpg │ │ │ └── userContent.css │ │ ├── hostname │ │ ├── hosts │ │ ├── iptables │ │ │ ├── ip6tables.rules │ │ │ └── iptables.rules │ │ ├── issue │ │ ├── locale.conf │ │ ├── localtime │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── modules-load.d │ │ │ └── vbox.conf │ │ ├── motd │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .Xdefaults │ │ │ ├── .Xresources │ │ │ ├── .bash_profile │ │ │ ├── .bashrc │ │ │ ├── .config │ │ │ │ └── i3 │ │ │ │ │ └── config │ │ │ ├── .fluxbox │ │ │ │ ├── apps │ │ │ │ ├── init │ │ │ │ ├── keys │ │ │ │ ├── menu │ │ │ │ ├── nls │ │ │ │ │ ├── C │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── be_BY.CP1251 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── be_BY.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── bg_BG.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── bg_BG.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── cs_CZ.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── cs_CZ.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── da_DK.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── da_DK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_AT.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_AT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_CH.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_CH.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_DE.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── de_DE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── el_GR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_GB.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_GB.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_US.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── en_US.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_AR.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_AR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_ES.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── es_ES.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── et_EE.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── et_EE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fi_FI.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fi_FI.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_CH.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_CH.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_FR.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── fr_FR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── he_IL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── it_IT.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── it_IT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ja_JP.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ja_JP.eucJP │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ko_KR.EUC-KR │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ko_KR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── lv_LV.ISO-8859-13 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── lv_LV.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── mk_MK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nb_NO.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nl_NL.ISO-8859-15 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── nl_NL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── no_NO.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── no_NO.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pl_PL.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pl_PL.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_BR.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_BR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_PT.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── pt_PT.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ru_RU.KOI8-R │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── ru_RU.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sk_SK.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sk_SK.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sl_SI.ISO-8859-2 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sl_SI.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sv_SE.ISO-8859-1 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── sv_SE.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── tr_TR.ISO-8859-9 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── tr_TR.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── uk_UA.KOI8-U │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── uk_UA.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── vi_VN.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.BIG5 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GB18030 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GB2312 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.GBK │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ ├── zh_CN.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ │ └── zh_TW.UTF-8 │ │ │ │ │ │ └── fluxbox.cat │ │ │ │ ├── overlay │ │ │ │ ├── styles │ │ │ │ │ ├── Artwiz │ │ │ │ │ ├── BlueFlux │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── button_close_active.xpm │ │ │ │ │ │ │ ├── button_close_pressed.xpm │ │ │ │ │ │ │ ├── button_close_unfocus.xpm │ │ │ │ │ │ │ ├── button_max_active.xpm │ │ │ │ │ │ │ ├── button_max_pressed.xpm │ │ │ │ │ │ │ ├── button_max_unfocus.xpm │ │ │ │ │ │ │ ├── button_min_active.xpm │ │ │ │ │ │ │ ├── button_min_pressed.xpm │ │ │ │ │ │ │ ├── button_min_unfocus.xpm │ │ │ │ │ │ │ ├── button_stick_active.xpm │ │ │ │ │ │ │ ├── button_stick_pressed.xpm │ │ │ │ │ │ │ ├── button_stick_unfocus.xpm │ │ │ │ │ │ │ ├── button_stuck.xpm │ │ │ │ │ │ │ ├── button_stuck_unfocus.xpm │ │ │ │ │ │ │ ├── button_toolbar.xpm │ │ │ │ │ │ │ ├── button_toolbar_pressed.xpm │ │ │ │ │ │ │ ├── menu_frame.xpm │ │ │ │ │ │ │ ├── title_bar.xpm │ │ │ │ │ │ │ ├── title_bar_unfocus.xpm │ │ │ │ │ │ │ ├── toolbar.xpm │ │ │ │ │ │ │ └── toolbar_label.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── BlueNight │ │ │ │ │ ├── Emerge │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── close-pressed.xpm │ │ │ │ │ │ │ ├── close-unfocus.xpm │ │ │ │ │ │ │ ├── close.xpm │ │ │ │ │ │ │ ├── icon-pressed.xpm │ │ │ │ │ │ │ ├── icon-unfocus.xpm │ │ │ │ │ │ │ ├── icon.xpm │ │ │ │ │ │ │ ├── max-pressed.xpm │ │ │ │ │ │ │ ├── max-unfocus.xpm │ │ │ │ │ │ │ ├── max.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── stick-pressed.xpm │ │ │ │ │ │ │ ├── stick-unfocus.xpm │ │ │ │ │ │ │ ├── stick.xpm │ │ │ │ │ │ │ ├── stuck-pressed.xpm │ │ │ │ │ │ │ ├── stuck-unfocus.xpm │ │ │ │ │ │ │ ├── stuck.xpm │ │ │ │ │ │ │ └── unselected.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── Flux │ │ │ │ │ ├── LemonSpace │ │ │ │ │ ├── Makro │ │ │ │ │ ├── MerleyKay │ │ │ │ │ ├── Meta │ │ │ │ │ ├── Nyz │ │ │ │ │ ├── Operation │ │ │ │ │ ├── Outcomes │ │ │ │ │ ├── Results │ │ │ │ │ ├── Shade │ │ │ │ │ ├── Twice │ │ │ │ │ ├── arch │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── closefcs.xpm │ │ │ │ │ │ │ ├── closepr.xpm │ │ │ │ │ │ │ ├── closeufcs.xpm │ │ │ │ │ │ │ ├── frame.xpm │ │ │ │ │ │ │ ├── gripfcs.xpm │ │ │ │ │ │ │ ├── maxfcs.xpm │ │ │ │ │ │ │ ├── maxpr.xpm │ │ │ │ │ │ │ ├── maxufcs.xpm │ │ │ │ │ │ │ ├── menuiconfcs.xpm │ │ │ │ │ │ │ ├── menuiconpr.xpm │ │ │ │ │ │ │ ├── menuiconufcs.xpm │ │ │ │ │ │ │ ├── minfcs.xpm │ │ │ │ │ │ │ ├── minpr.xpm │ │ │ │ │ │ │ ├── minufcs.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── shadefcs.xpm │ │ │ │ │ │ │ ├── shadepr.xpm │ │ │ │ │ │ │ ├── shadeufcs.xpm │ │ │ │ │ │ │ ├── stickfcs.xpm │ │ │ │ │ │ │ ├── stickpr.xpm │ │ │ │ │ │ │ ├── stickufcs.xpm │ │ │ │ │ │ │ ├── stuckfcs.xpm │ │ │ │ │ │ │ ├── stuckufcs.xpm │ │ │ │ │ │ │ ├── tbarfcs.xpm │ │ │ │ │ │ │ ├── tbarufcs.xpm │ │ │ │ │ │ │ ├── unselected.xpm │ │ │ │ │ │ │ ├── unshadefcs.xpm │ │ │ │ │ │ │ ├── unshadepr.xpm │ │ │ │ │ │ │ └── unshadeufcs.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── blackarch │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bloe │ │ │ │ │ │ ├── pixmaps │ │ │ │ │ │ │ ├── bullet.xpm │ │ │ │ │ │ │ ├── closefcs.xpm │ │ │ │ │ │ │ ├── closepr.xpm │ │ │ │ │ │ │ ├── closeufcs.xpm │ │ │ │ │ │ │ ├── frame.xpm │ │ │ │ │ │ │ ├── maxfcs.xpm │ │ │ │ │ │ │ ├── maxpr.xpm │ │ │ │ │ │ │ ├── maxufcs.xpm │ │ │ │ │ │ │ ├── menuiconfcs.xpm │ │ │ │ │ │ │ ├── menuiconpr.xpm │ │ │ │ │ │ │ ├── menuiconufcs.xpm │ │ │ │ │ │ │ ├── minfcs.xpm │ │ │ │ │ │ │ ├── minpr.xpm │ │ │ │ │ │ │ ├── minufcs.xpm │ │ │ │ │ │ │ ├── selected.xpm │ │ │ │ │ │ │ ├── shadefcs.xpm │ │ │ │ │ │ │ ├── shadepr.xpm │ │ │ │ │ │ │ ├── shadeufcs.xpm │ │ │ │ │ │ │ ├── stickfcs.xpm │ │ │ │ │ │ │ ├── stickpr.xpm │ │ │ │ │ │ │ ├── stickufcs.xpm │ │ │ │ │ │ │ ├── stuckfcs.xpm │ │ │ │ │ │ │ ├── stuckufcs.xpm │ │ │ │ │ │ │ ├── tbarfcs.xpm │ │ │ │ │ │ │ ├── tbarufcs.xpm │ │ │ │ │ │ │ ├── unselected.xpm │ │ │ │ │ │ │ ├── unshadefcs.xpm │ │ │ │ │ │ │ ├── unshadepr.xpm │ │ │ │ │ │ │ ├── unshadeufcs.xpm │ │ │ │ │ │ │ ├── windowlabelfcs.xpm │ │ │ │ │ │ │ └── windowlabelufcs.xpm │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_black │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_blue │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── bora_green │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── carp │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── green_tea │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── ostrich │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── qnx-photon │ │ │ │ │ ├── zimek_bisque │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ ├── zimek_darkblue │ │ │ │ │ │ └── theme.cfg │ │ │ │ │ └── zimek_green │ │ │ │ │ │ └── theme.cfg │ │ │ │ └── windowmenu │ │ │ ├── .i3status.conf │ │ │ ├── ChangeLog │ │ │ ├── README │ │ │ ├── bin │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ │ └── scripts │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ ├── spectrwm.conf │ │ ├── sysctl.d │ │ │ └── 99-sysctl.conf │ │ ├── systemd │ │ │ ├── bootchart.conf │ │ │ ├── coredump.conf │ │ │ ├── journal-remote.conf │ │ │ ├── journal-upload.conf │ │ │ ├── journald.conf │ │ │ ├── resolved.conf │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ ├── system.conf │ │ │ ├── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── display-manager.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ │ ├── timesyncd.conf │ │ │ └── user.conf │ │ ├── udev │ │ │ ├── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ │ └── udev.conf │ │ ├── vconsole.conf │ │ ├── xdg │ │ │ ├── awesome │ │ │ │ └── rc.lua │ │ │ └── openbox │ │ │ │ ├── autostart │ │ │ │ ├── environment │ │ │ │ ├── menu.xml │ │ │ │ └── rc.xml │ │ └── xprofile │ ├── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh │ └── usr │ │ └── share │ │ ├── awesome │ │ └── themes │ │ │ └── blackarch │ │ │ ├── README │ │ │ ├── background.png │ │ │ ├── background_white.png │ │ │ ├── blackarch.png │ │ │ ├── layouts │ │ │ ├── dwindle.png │ │ │ ├── dwindlew.png │ │ │ ├── fairh.png │ │ │ ├── fairhw.png │ │ │ ├── fairv.png │ │ │ ├── fairvw.png │ │ │ ├── floating.png │ │ │ ├── floatingw.png │ │ │ ├── fullscreen.png │ │ │ ├── fullscreenw.png │ │ │ ├── magnifier.png │ │ │ ├── magnifierw.png │ │ │ ├── max.png │ │ │ ├── maxw.png │ │ │ ├── spiral.png │ │ │ ├── spiralw.png │ │ │ ├── tile.png │ │ │ ├── tilebottom.png │ │ │ ├── tilebottomw.png │ │ │ ├── tileleft.png │ │ │ ├── tileleftw.png │ │ │ ├── tiletop.png │ │ │ ├── tiletopw.png │ │ │ └── tilew.png │ │ │ ├── submenu.png │ │ │ ├── taglist │ │ │ ├── squarefw.png │ │ │ └── squarew.png │ │ │ ├── theme.lua │ │ │ └── titlebar │ │ │ ├── close_focus.png │ │ │ ├── close_normal.png │ │ │ ├── floating_focus_active.png │ │ │ ├── floating_focus_inactive.png │ │ │ ├── floating_normal_active.png │ │ │ ├── floating_normal_inactive.png │ │ │ ├── maximized_focus_active.png │ │ │ ├── maximized_focus_inactive.png │ │ │ ├── maximized_normal_active.png │ │ │ ├── maximized_normal_inactive.png │ │ │ ├── ontop_focus_active.png │ │ │ ├── ontop_focus_inactive.png │ │ │ ├── ontop_normal_active.png │ │ │ ├── ontop_normal_inactive.png │ │ │ ├── sticky_focus_active.png │ │ │ ├── sticky_focus_inactive.png │ │ │ ├── sticky_normal_active.png │ │ │ └── sticky_normal_inactive.png │ │ ├── gtk-2.0 │ │ ├── panel-black-1680x23.jpg │ │ └── userContent.css │ │ ├── lxdm │ │ └── themes │ │ │ └── BlackArch │ │ │ ├── _session.png │ │ │ ├── blackarch.jpg │ │ │ ├── greeter-gtk3.ui │ │ │ ├── greeter.ui │ │ │ ├── gtk-widgets-assets.css │ │ │ ├── gtk-widgets.css │ │ │ ├── gtk.css │ │ │ ├── gtkrc │ │ │ ├── index.theme │ │ │ ├── lang.png │ │ │ ├── login.png │ │ │ └── shade.png │ │ └── themes │ │ └── blackarch │ │ └── openbox-3 │ │ └── themerc ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg ├── misc ├── disabled-tools.txt ├── packages.upstream ├── packages.x86_64-minimal-for-testing └── packages.x86_64-slim-minimal-for-testing ├── netinstall-iso ├── airootfs │ ├── etc │ │ ├── hostname │ │ ├── issue │ │ ├── locale.conf │ │ ├── localtime │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── pubring.gpg~ │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .bash_profile │ │ │ ├── .bashrc │ │ │ ├── bin │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ │ └── scripts │ │ │ │ ├── sysclean.sh │ │ │ │ └── tuning.sh │ │ ├── systemd │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ └── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ ├── udev │ │ │ └── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ └── vconsole.conf │ └── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg ├── slim-iso ├── airootfs │ ├── etc │ │ ├── default │ │ │ └── grub │ │ ├── fonts │ │ │ └── local.conf │ │ ├── hostname │ │ ├── hosts │ │ ├── iptables │ │ │ ├── ip6tables.rules │ │ │ └── iptables.rules │ │ ├── issue │ │ ├── lightdm │ │ │ └── lightdm-gtk-greeter.conf │ │ ├── locale.conf │ │ ├── mkinitcpio.conf │ │ ├── mkinitcpio.d │ │ │ └── linux.preset │ │ ├── modules-load.d │ │ │ └── vbox.conf │ │ ├── motd │ │ ├── os-release │ │ ├── pacman.conf │ │ ├── pacman.d │ │ │ ├── blackarch-mirrorlist │ │ │ ├── gnupg │ │ │ │ ├── gpg.conf │ │ │ │ ├── pubring.gpg │ │ │ │ ├── random_seed │ │ │ │ ├── secring.gpg │ │ │ │ └── trustdb.gpg │ │ │ └── mirrorlist │ │ ├── resolv.conf │ │ ├── skel │ │ │ ├── .config │ │ │ │ └── autostart │ │ │ │ │ ├── gnome-keyring-pkcs11.desktop │ │ │ │ │ ├── gnome-keyring-secrets.desktop │ │ │ │ │ ├── gnome-keyring-ssh.desktop │ │ │ │ │ ├── gsettings-data-convert.desktop │ │ │ │ │ ├── user-dirs-update-gtk.desktop │ │ │ │ │ └── vboxclient.desktop │ │ │ └── bin │ │ │ │ └── sysclean.sh │ │ ├── sudoers.d │ │ │ └── wheel │ │ ├── sysctl.d │ │ │ └── 99-sysctl.conf │ │ ├── systemd │ │ │ ├── bootchart.conf │ │ │ ├── coredump.conf │ │ │ ├── journal-remote.conf │ │ │ ├── journal-upload.conf │ │ │ ├── journald.conf │ │ │ ├── resolved.conf │ │ │ ├── scripts │ │ │ │ └── choose-mirror │ │ │ ├── system.conf │ │ │ ├── system │ │ │ │ ├── choose-mirror.service │ │ │ │ ├── display-manager.service │ │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ │ ├── getty@tty1.service.d │ │ │ │ │ └── autologin.conf │ │ │ │ └── pacman-init.service │ │ │ ├── timesyncd.conf │ │ │ └── user.conf │ │ ├── udev │ │ │ ├── rules.d │ │ │ │ └── 81-dhcpcd.rules │ │ │ └── udev.conf │ │ ├── vconsole.conf │ │ └── xprofile │ ├── root │ │ ├── .automated_script.sh │ │ ├── .zlogin │ │ └── customize_airootfs.sh │ └── usr │ │ └── share │ │ ├── backgrounds │ │ ├── blackarch.png │ │ ├── hacktheplanet.png │ │ └── hoodie.png │ │ └── icons │ │ └── default │ │ └── index.theme ├── efiboot │ └── loader │ │ ├── entries │ │ ├── archiso-x86_64-linux.conf │ │ └── archiso-x86_64-speech-linux.conf │ │ └── loader.conf ├── isolinux │ └── isolinux.cfg ├── packages.x86_64 ├── pacman.conf ├── profiledef.sh └── syslinux │ ├── archiso.cfg │ ├── archiso_head.cfg │ ├── archiso_pxe-linux.cfg │ ├── archiso_pxe.cfg │ ├── archiso_sys-linux.cfg │ ├── archiso_sys.cfg │ ├── archiso_tail.cfg │ ├── splash.png │ └── syslinux.cfg └── tools ├── abuild.sh ├── auto-build.sh ├── menu-maker ├── awesome-footer.tmpl ├── awesome-header.tmpl ├── fluxbox-footer.tmpl ├── fluxbox-header.tmpl ├── help-flags.txt ├── menu-maker.sh ├── openbox-footer.tmpl └── openbox-header.tmpl └── package-list ├── package-list.sh └── packages.x86_64.tmpl /.gitignore: -------------------------------------------------------------------------------- 1 | *.iso 2 | work/ 3 | out/ 4 | 5 | /.gnupg/ 6 | /.subversion/ 7 | 8 | *.swp 9 | *~ 10 | *.tmp 11 | tags 12 | 13 | .MTREE 14 | .PKGINFO 15 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xinit/xinitrc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | userresources=$HOME/.Xresources 4 | usermodmap=$HOME/.Xmodmap 5 | sysresources=/etc/X11/xinit/.Xresources 6 | sysmodmap=/etc/X11/xinit/.Xmodmap 7 | 8 | # merge in defaults and keymaps 9 | 10 | if [ -f $sysresources ] 11 | then 12 | xrdb -merge $sysresources 13 | fi 14 | 15 | if [ -f $sysmodmap ] 16 | then 17 | xmodmap $sysmodmap 18 | fi 19 | 20 | if [ -f "$userresources" ] 21 | then 22 | xrdb -merge "$userresources" 23 | fi 24 | 25 | if [ -f "$usermodmap" ] 26 | then 27 | xmodmap "$usermodmap" 28 | fi 29 | 30 | # start some nice programs 31 | if [ -d /etc/X11/xinit/xinitrc.d ] 32 | then 33 | for f in /etc/X11/xinit/xinitrc.d/?*.sh 34 | do 35 | [ -x "$f" ] && . "$f" 36 | done 37 | unset f 38 | fi 39 | 40 | 41 | ### blackarch ### 42 | 43 | # vbox foo 44 | vbox=$(dmesg |grep -io virtualbox) 45 | if [ ! -z "$vbox" ] 46 | then 47 | /usr/bin/VBoxClient-all 48 | fi 49 | 50 | # wallpaper 51 | exec feh --bg-scale /usr/share/blackarch/wallpaper.jpg & 52 | 53 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xinit/xserverrc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /usr/bin/X -nolisten tcp "$@" 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/10-evdev.conf: -------------------------------------------------------------------------------- 1 | # 2 | # Catch-all evdev loader for udev-based systems 3 | # We don't simply match on any device since that also adds accelerometers 4 | # and other devices that we don't really want to use. The list below 5 | # matches everything but joysticks. 6 | 7 | Section "InputClass" 8 | Identifier "evdev pointer catchall" 9 | MatchIsPointer "on" 10 | MatchDevicePath "/dev/input/event*" 11 | Driver "evdev" 12 | EndSection 13 | 14 | Section "InputClass" 15 | Identifier "evdev keyboard catchall" 16 | MatchIsKeyboard "on" 17 | MatchDevicePath "/dev/input/event*" 18 | Driver "evdev" 19 | EndSection 20 | 21 | Section "InputClass" 22 | Identifier "evdev touchpad catchall" 23 | MatchIsTouchpad "on" 24 | MatchDevicePath "/dev/input/event*" 25 | Driver "evdev" 26 | EndSection 27 | 28 | Section "InputClass" 29 | Identifier "evdev tablet catchall" 30 | MatchIsTablet "on" 31 | MatchDevicePath "/dev/input/event*" 32 | Driver "evdev" 33 | EndSection 34 | 35 | Section "InputClass" 36 | Identifier "evdev touchscreen catchall" 37 | MatchIsTouchscreen "on" 38 | MatchDevicePath "/dev/input/event*" 39 | Driver "evdev" 40 | EndSection 41 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/10-synaptics.conf: -------------------------------------------------------------------------------- 1 | Section "InputClass" 2 | Identifier "Synaptics touchpads" 3 | MatchIsTouchpad "on" 4 | Driver "synaptics" 5 | Option "TapButton1" "1" 6 | Option "TapButton2" "2" 7 | Option "TapButton3" "3" 8 | Option "VertEdgeScroll" "on" 9 | Option "VertTwoFingerScroll" "on" 10 | Option "HorizEdgeScroll" "on" 11 | Option "HorizTwoFingerScroll" "on" 12 | Option "CircularScrolling" "on" 13 | Option "CircScrollTrigger" "2" 14 | Option "EmulateTwoFingerMinZ" "40" 15 | Option "EmulateTwoFingerMinW" "8" 16 | EndSection 17 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/X11/xorg.conf.d/20-quirks.conf: -------------------------------------------------------------------------------- 1 | # Collection of quirks and blacklist/whitelists for specific devices. 2 | 3 | 4 | # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable 5 | # http://bugs.freedesktop.org/show_bug.cgi?id=22442 6 | Section "InputClass" 7 | Identifier "ThinkPad HDAPS accelerometer blacklist" 8 | MatchProduct "ThinkPad HDAPS accelerometer data" 9 | Option "Ignore" "on" 10 | EndSection 11 | 12 | # https://bugzilla.redhat.com/show_bug.cgi?id=523914 13 | # Mouse does not move in PV Xen guest 14 | # Explicitly tell evdev to not ignore the absolute axes. 15 | Section "InputClass" 16 | Identifier "Xen Virtual Pointer axis blacklist" 17 | MatchProduct "Xen Virtual Pointer" 18 | Option "IgnoreAbsoluteAxes" "off" 19 | Option "IgnoreRelativeAxes" "off" 20 | EndSection 21 | 22 | # https://bugs.freedesktop.org/show_bug.cgi?id=55867 23 | # Bug 55867 - Doesn't know how to tag XI_TRACKBALL 24 | Section "InputClass" 25 | Identifier "Tag trackballs as XI_TRACKBALL" 26 | MatchProduct "trackball" 27 | MatchDriver "evdev" 28 | Option "TypeName" "TRACKBALL" 29 | EndSection 30 | 31 | # https://bugs.freedesktop.org/show_bug.cgi?id=62831 32 | # Bug 62831 - Mionix Naos 5000 mouse detected incorrectly 33 | Section "InputClass" 34 | Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE" 35 | MatchProduct "La-VIEW Technology Naos 5000 Mouse" 36 | MatchDriver "evdev" 37 | Option "TypeName" "MOUSE" 38 | EndSection 39 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/fonts/local.conf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | true 8 | 9 | 10 | 11 | 12 | 13 | true 14 | 15 | 16 | 17 | 18 | 19 | hintslight 20 | 21 | 22 | 23 | 24 | 25 | rgb 26 | 27 | 28 | 29 | 30 | 31 | lcddefault 32 | 33 | 34 | 35 | 41 | 42 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/gtk-2.0/panel-black-1680x23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/gtk-2.0/panel-black-1680x23.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/hosts: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/hosts: static lookup table for host names 3 | # 4 | 5 | # 6 | 127.0.0.1 localhost.localdomain localhost 7 | ::1 localhost.localdomain localhost 8 | 127.0.1.1 blackarch.localdomain blackarch 9 | 10 | # End of file 11 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/iptables/ip6tables.rules: -------------------------------------------------------------------------------- 1 | *filter 2 | :INPUT DROP [0:0] 3 | :FORWARD ACCEPT [0:0] 4 | :OUTPUT ACCEPT [0:0] 5 | -A INPUT -i lo -j ACCEPT 6 | -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT 7 | COMMIT 8 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/iptables/iptables.rules: -------------------------------------------------------------------------------- 1 | *filter 2 | :INPUT DROP [0:0] 3 | :FORWARD ACCEPT [0:0] 4 | :OUTPUT ACCEPT [0:0] 5 | -A INPUT -i lo -j ACCEPT 6 | -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT 7 | COMMIT 8 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/UTC -------------------------------------------------------------------------------- /full-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | # mkinitcpio preset file for the 'linux' package on archiso 5 | 6 | PRESETS=('archiso') 7 | 8 | ALL_kver='/boot/vmlinuz-linux' 9 | ALL_config='/etc/mkinitcpio.conf' 10 | 11 | archiso_image="/boot/initramfs-linux.img" 12 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/modules-load.d/vbox.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/modules-load.d/vbox.conf -------------------------------------------------------------------------------- /full-iso/airootfs/etc/motd: -------------------------------------------------------------------------------- 1 | Welcome to BlackArch Linux! 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- 1 | NAME="BlackArch Linux" 2 | ID=blackarch 3 | PRETTY_NAME="BlackArch Linux" 4 | ANSI_COLOR="0;34" 5 | HOME_URL="https://www.blackarch.org/" 6 | SUPPORT_URL="https://www.blackarch.org/" 7 | BUG_REPORT_URL="https://www.blackarch.org/" 8 | 9 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver hkp://pool.sks-keyservers.net 5 | keyserver-options timeout=10 6 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /full-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | nameserver 1.1.1.1 2 | nameserver 8.8.8.8 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.bash_profile: -------------------------------------------------------------------------------- 1 | # colors 2 | darkgrey="$(tput bold ; tput setaf 0)" 3 | white="$(tput bold ; tput setaf 7)" 4 | blue="$(tput bold; tput setaf 4)" 5 | cyan="$(tput bold; tput setaf 6)" 6 | nc="$(tput sgr0)" 7 | 8 | # exports 9 | export PATH="${HOME}/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:" 10 | export PATH="${PATH}/usr/local/sbin:/opt/bin:/usr/bin/core_perl:/usr/games/bin:" 11 | export PS1="\[$blue\][ \[$cyan\]\H \[$darkgrey\]\w\[$darkgrey\] \[$blue\]]\\[$darkgrey\]# \[$nc\]" 12 | export LD_PRELOAD="" 13 | export EDITOR="vim" 14 | 15 | # alias 16 | alias ls="ls --color" 17 | alias vi="vim" 18 | alias shred="shred -zf" 19 | #alias python="python2" 20 | alias wget="wget -U 'noleak'" 21 | alias curl="curl --user-agent 'noleak'" 22 | 23 | # source files 24 | [ -r /usr/share/bash-completion/completions ] && 25 | . /usr/share/bash-completion/completions/* 26 | 27 | # tuning 28 | tuning.sh > /dev/null 2>&1 29 | 30 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.bashrc: -------------------------------------------------------------------------------- 1 | # colors 2 | darkgrey="$(tput bold ; tput setaf 0)" 3 | white="$(tput bold ; tput setaf 7)" 4 | blue="$(tput bold; tput setaf 4)" 5 | cyan="$(tput bold; tput setaf 6)" 6 | nc="$(tput sgr0)" 7 | 8 | # exports 9 | export PATH="${HOME}/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:" 10 | export PATH="${PATH}/usr/local/sbin:/opt/bin:/usr/bin/core_perl:/usr/games/bin:" 11 | export PS1="\[$blue\][ \[$cyan\]\H \[$darkgrey\]\w\[$darkgrey\] \[$blue\]]\\[$darkgrey\]# \[$nc\]" 12 | export LD_PRELOAD="" 13 | export EDITOR="vim" 14 | 15 | # alias 16 | alias ls="ls --color" 17 | alias vi="vim" 18 | alias shred="shred -zf" 19 | #alias python="python2" 20 | alias wget="wget -U 'noleak'" 21 | alias curl="curl --user-agent 'noleak'" 22 | 23 | # source files 24 | [ -r /usr/share/bash-completion/completions ] && 25 | . /usr/share/bash-completion/completions/* 26 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/apps: -------------------------------------------------------------------------------- 1 | [app] (name=fbrun) 2 | [Position] (WINCENTER) {0 0} 3 | [Layer] {2} 4 | [end] 5 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/init: -------------------------------------------------------------------------------- 1 | ! If you're looking for settings to configure, they won't be saved here until 2 | ! you change something in the fluxbox configuration menu. 3 | 4 | session.menuFile: ~/.fluxbox/menu 5 | session.keyFile: ~/.fluxbox/keys 6 | session.styleFile: /usr/share/fluxbox/styles/blackarch 7 | session.configVersion: 13 8 | session.screen0.workspaceNames: 1,2,3,4, 9 | session.screen0.strftimeFormat: %c 10 | session.styleOverlay: ~/.fluxbox/overlay 11 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/C/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/C/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.CP1251/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.CP1251/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/be_BY.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/bg_BG.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/cs_CZ.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/da_DK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_AT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_CH.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/de_DE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/el_GR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/el_GR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/en_GB.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/en_US.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/es_AR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/es_ES.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/et_EE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fi_FI.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_CH.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/fr_FR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/he_IL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/he_IL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/it_IT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.eucJP/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ja_JP.eucJP/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.EUC-KR/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.EUC-KR/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ko_KR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.ISO-8859-13/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.ISO-8859-13/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/lv_LV.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/mk_MK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/mk_MK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nb_NO.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/nb_NO.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.ISO-8859-15/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.ISO-8859-15/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/nl_NL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/no_NO.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pl_PL.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_BR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/pt_PT.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.KOI8-R/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.KOI8-R/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/ru_RU.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sk_SK.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.ISO-8859-2/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.ISO-8859-2/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sl_SI.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.ISO-8859-1/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.ISO-8859-1/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/sv_SE.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.ISO-8859-9/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.ISO-8859-9/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/tr_TR.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.KOI8-U/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.KOI8-U/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/uk_UA.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/vi_VN.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/vi_VN.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.BIG5/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.BIG5/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB18030/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB18030/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB2312/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GB2312/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GBK/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.GBK/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_CN.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/nls/zh_TW.UTF-8/fluxbox.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/etc/skel/.fluxbox/nls/zh_TW.UTF-8/fluxbox.cat -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/overlay: -------------------------------------------------------------------------------- 1 | ! The following line will prevent styles from setting the background. 2 | 3 | background: fullscreen 4 | background.pixmap: /usr/share/blackarch/wallpaper.jpg 5 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_toolbar_xpm[] = { 3 | "28 22 21 1", 4 | " c None", 5 | ". c #7A949B", 6 | "+ c #93AAB2", 7 | "@ c #678895", 8 | "# c #527887", 9 | "$ c #507887", 10 | "% c #547A8A", 11 | "& c #587F8D", 12 | "* c #5C8491", 13 | "= c #5F8794", 14 | "- c #648C99", 15 | "; c #67909C", 16 | "> c #6B949F", 17 | ", c #6F98A4", 18 | "' c #739CA7", 19 | ") c #77A1AB", 20 | "! c #7BA5AE", 21 | "~ c #7FA9B2", 22 | "{ c #81ADB5", 23 | "] c #7FABB3", 24 | "^ c #759FA7", 25 | "............................", 26 | "++++++++++++++++++++++++++++", 27 | "@@@@@@@@@@@@@@@@@@@@@@@@@@@@", 28 | "############################", 29 | "############################", 30 | "$$$$$$$$$$$$$$$$$$$$$$$$$$$$", 31 | "%%%%%%%%%%%%%%%%%%%%%%%%%%%%", 32 | "&&&&&&&&&&&&&&&&&&&&&&&&&&&&", 33 | "****************************", 34 | "============================", 35 | "----------------------------", 36 | ";;;;;;;;;;;;;;;;;;;;;;;;;;;;", 37 | ">>>>>>>>>>>>>>>>>>>>>>>>>>>>", 38 | ",,,,,,,,,,,,,,,,,,,,,,,,,,,,", 39 | "''''''''''''''''''''''''''''", 40 | "))))))))))))))))))))))))))))", 41 | "!!!!!!!!!!!!!!!!!!!!!!!!!!!!", 42 | "~~~~~~~~~~~~~~~~~~~~~~~~~~~~", 43 | "{{{{{{{{{{{{{{{{{{{{{{{{{{{{", 44 | "{{{{{{{{{{{{{{{{{{{{{{{{{{{{", 45 | "]]]]]]]]]]]]]]]]]]]]]]]]]]]]", 46 | "^^^^^^^^^^^^^^^^^^^^^^^^^^^^"}; 47 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/BlueFlux/pixmaps/button_toolbar_pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_toolbar_pressed_xpm[] = { 3 | "28 22 35 1", 4 | " c None", 5 | ". c #3F5C68", 6 | "+ c #4A6D7A", 7 | "@ c #3E5C68", 8 | "# c #486D7A", 9 | "$ c #405E6A", 10 | "% c #4C6F7D", 11 | "& c #44626D", 12 | "* c #507380", 13 | "= c #47656F", 14 | "- c #537883", 15 | "; c #496872", 16 | "> c #567A86", 17 | ", c #4D6C76", 18 | "' c #5B7F8B", 19 | ") c #506F78", 20 | "! c #5D828D", 21 | "~ c #52727A", 22 | "{ c #618690", 23 | "] c #55757F", 24 | "^ c #658A95", 25 | "/ c #597881", 26 | "( c #688D97", 27 | "_ c #5B7C84", 28 | ": c #6C929B", 29 | "< c #5F7F86", 30 | "[ c #6F959E", 31 | "} c #628289", 32 | "| c #7399A1", 33 | "1 c #64858C", 34 | "2 c #759DA4", 35 | "3 c #62848A", 36 | "4 c #739BA2", 37 | "5 c #5B7A81", 38 | "6 c #6A9097", 39 | "............................", 40 | ".+++++++++++++++++++++++++++", 41 | "@###########################", 42 | ".+++++++++++++++++++++++++++", 43 | ".+++++++++++++++++++++++++++", 44 | "@###########################", 45 | "$%%%%%%%%%%%%%%%%%%%%%%%%%%%", 46 | "&***************************", 47 | "=---------------------------", 48 | ";>>>>>>>>>>>>>>>>>>>>>>>>>>>", 49 | ",'''''''''''''''''''''''''''", 50 | ")!!!!!!!!!!!!!!!!!!!!!!!!!!!", 51 | "~{{{{{{{{{{{{{{{{{{{{{{{{{{{", 52 | "]^^^^^^^^^^^^^^^^^^^^^^^^^^^", 53 | "/(((((((((((((((((((((((((((", 54 | "_:::::::::::::::::::::::::::", 55 | "<[[[[[[[[[[[[[[[[[[[[[[[[[[[", 56 | "}|||||||||||||||||||||||||||", 57 | "1222222222222222222222222222", 58 | "1222222222222222222222222222", 59 | "3444444444444444444444444444", 60 | "5666666666666666666666666666"}; 61 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * bullet_xpm[] = { 3 | "16 16 2 1", 4 | " c None", 5 | ". c #000000", 6 | " ", 7 | " ", 8 | " ", 9 | " ", 10 | " . ", 11 | " .. ", 12 | " . .. ", 13 | " . . ", 14 | " . . ", 15 | " . . ", 16 | " . . ", 17 | " .. . ", 18 | " .. ", 19 | " . ", 20 | " ", 21 | " "}; 22 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_pressed_xpm[] = { 3 | "20 17 17 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E5E5E5", 8 | "# c #DCDCDC", 9 | "$ c #CACACA", 10 | "% c #E8E8E8", 11 | "& c #000000", 12 | "* c #B0B0B0", 13 | "= c #D9D9D9", 14 | "- c #E2E2E2", 15 | "; c #DBDBDB", 16 | "> c #ADADAD", 17 | ", c #C8C8C8", 18 | "' c #898989", 19 | ") c #E6E6E6", 20 | "! c #888888", 21 | "....................", 22 | "....................", 23 | "....................", 24 | ".....+@@+...+@@+....", 25 | "....+#$$#%.%#$$#+...", 26 | "....@$&&*=-;*&&$@...", 27 | "....@$&&&>,>&&&$@...", 28 | "....+#*&&&'&&&*#+...", 29 | ".....%;>&&&&&>=)....", 30 | "......-,'&&&!,-.....", 31 | ".....%;>&&&&&>=)....", 32 | "....+#*&&&'&&&*#+...", 33 | "....@$&&&>,>&&&$@...", 34 | "....@$&&*=-;*&&$@...", 35 | "....+#$$#%.%#$$#+...", 36 | ".....+@@+...+@@+....", 37 | "...................."}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close-unfocus.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_unfocus_xpm[] = { 3 | "20 17 27 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E8E8E8", 7 | "@ c #E0E0E0", 8 | "# c #FEFEFE", 9 | "$ c #B4B4B4", 10 | "% c #D4D4D4", 11 | "& c #E4E4E4", 12 | "* c #B6B6B6", 13 | "= c #D8D8D8", 14 | "- c #999999", 15 | "; c #C8C8C8", 16 | "> c #DCDCDC", 17 | ", c #858585", 18 | "' c #969696", 19 | ") c #606060", 20 | "! c #7C7C7C", 21 | "~ c #717171", 22 | "{ c #5A5A5A", 23 | "] c #6B6B6B", 24 | "^ c #E2E2E2", 25 | "/ c #747474", 26 | "( c #B3B3B3", 27 | "_ c #6E6E6E", 28 | ": c #757575", 29 | "< c #727272", 30 | "[ c #7D7D7D", 31 | "....................", 32 | "....................", 33 | ".....+@@+...+@@+....", 34 | "....+##$%&.&##*=+...", 35 | "....@###-;>###,*@...", 36 | "....@$###'###)!$@...", 37 | "....+%-#####)~-%+...", 38 | ".....&;'###{]';^....", 39 | "......>#####/(>.....", 40 | ".....&###{###';^....", 41 | "....+###)_:###-%+...", 42 | "....@##)~'('##<$@...", 43 | "....@*,!-;>;-<[*@...", 44 | "....+=*$%&.&%$*=+...", 45 | ".....+@@+...+@@+....", 46 | "....................", 47 | "...................."}; 48 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/close.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * close_xpm[] = { 3 | "20 17 27 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E5E5E5", 8 | "# c #000000", 9 | "$ c #CACACA", 10 | "% c #DCDCDC", 11 | "& c #E8E8E8", 12 | "* c #B0B0B0", 13 | "= c #D9D9D9", 14 | "- c #E2E2E2", 15 | "; c #A7A7A7", 16 | "> c #ADADAD", 17 | ", c #757575", 18 | "' c #9D9D9D", 19 | ") c #7B7B7B", 20 | "! c #919191", 21 | "~ c #DBDBDB", 22 | "{ c #747474", 23 | "] c #8C8C8C", 24 | "^ c #E6E6E6", 25 | "/ c #888888", 26 | "( c #C8C8C8", 27 | "_ c #898989", 28 | ": c #7E7E7E", 29 | "< c #868686", 30 | "[ c #929292", 31 | "....................", 32 | "....................", 33 | ".....+@@+...+@@+....", 34 | "....+##$%&.&##$%+...", 35 | "....@###*=-###;$@...", 36 | "....@$###>###,'$@...", 37 | "....+%*#####)!*%+...", 38 | ".....&~>###{]>=^....", 39 | "......-#####/(-.....", 40 | ".....&###{###>=^....", 41 | "....+###)]_###*%+...", 42 | "....@##:!>(>##<$@...", 43 | "....@$;'*=-~*<[$@...", 44 | "....+%$$%&.&%$$%+...", 45 | ".....+@@+...+@@+....", 46 | "....................", 47 | "...................."}; 48 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * icon_pressed_xpm[] = { 3 | "20 17 18 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E4E4E4", 10 | "% c #EEEEEE", 11 | "& c #DDDDDD", 12 | "* c #D3D3D3", 13 | "= c #D2D2D2", 14 | "- c #D0D0D0", 15 | "; c #D1D1D1", 16 | "> c #DEDEDE", 17 | ", c #000000", 18 | "' c #CFCFCF", 19 | ") c #D5D5D5", 20 | "! c #C8C8C8", 21 | "~ c #C5C5C5", 22 | "....................", 23 | "....................", 24 | "....................", 25 | "........+@#@+.......", 26 | "....................", 27 | "....................", 28 | "....................", 29 | "....................", 30 | ".....+@##$$$$#@+....", 31 | ".....+@##$$$$#@+....", 32 | "....+%&*=----*;>+...", 33 | "....@&,,,,,,,,,'#...", 34 | "....#),,,,,,,,,!$...", 35 | "....@;,,,,,,,,,'#...", 36 | "....+>;~~~~~~~;>+...", 37 | ".....+@##$$$$#@+....", 38 | "...................."}; 39 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon-unfocus.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * icon_unfocus_xpm[] = { 3 | "20 17 17 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E8E8E8", 7 | "@ c #E1E1E1", 8 | "# c #DFDFDF", 9 | "$ c #DEDEDE", 10 | "% c #FEFEFE", 11 | "& c #C4C4C4", 12 | "* c #DBDBDB", 13 | "= c #888888", 14 | "- c #727272", 15 | "; c #B8B8B8", 16 | "> c #717171", 17 | ", c #6B6B6B", 18 | "' c #6F6F6F", 19 | ") c #B6B6B6", 20 | "! c #B4B4B4", 21 | "....................", 22 | "....................", 23 | "....................", 24 | "....................", 25 | "....................", 26 | "....................", 27 | "....................", 28 | "....................", 29 | ".....+@##$$$$#@+....", 30 | "....+%%%%%%%%%&*+...", 31 | "....@%%%%%%%%%=&#...", 32 | "....#%%%%%%%%%-;$...", 33 | "....@&=>,,,,,'=&#...", 34 | "....+*&)!!!!!)&*+...", 35 | ".....+@##$$$$#@+....", 36 | "....................", 37 | "...................."}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/icon.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * icon_xpm[] = { 3 | "20 17 17 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E4E4E4", 10 | "% c #000000", 11 | "& c #D1D1D1", 12 | "* c #DEDEDE", 13 | "= c #A0A0A0", 14 | "- c #CFCFCF", 15 | "; c #898989", 16 | "> c #C8C8C8", 17 | ", c #858585", 18 | "' c #818181", 19 | ") c #7F7F7F", 20 | "! c #C5C5C5", 21 | "....................", 22 | "....................", 23 | "....................", 24 | "....................", 25 | "....................", 26 | "....................", 27 | "....................", 28 | "....................", 29 | ".....+@##$$$$#@+....", 30 | "....+%%%%%%%%%&*+...", 31 | "....@%%%%%%%%%=-#...", 32 | "....#%%%%%%%%%;>$...", 33 | "....@&=,')))),=-#...", 34 | "....+*&!!!!!!!&*+...", 35 | ".....+@##$$$$#@+....", 36 | "....................", 37 | "...................."}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * max_pressed_xpm[] = { 3 | "20 17 19 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E4E4E4", 10 | "% c #DEDEDE", 11 | "& c #CDCDCD", 12 | "* c #C1C1C1", 13 | "= c #C0C0C0", 14 | "- c #000000", 15 | "; c #CBCBCB", 16 | "> c #A0A0A0", 17 | ", c #BBBBBB", 18 | "' c #BDBDBD", 19 | ") c #E1E1E1", 20 | "! c #E8E8E8", 21 | "~ c #EDEDED", 22 | "{ c #9E9E9E", 23 | "....................", 24 | "....................", 25 | "....................", 26 | ".....+@##$$$$#@+....", 27 | "....+%&**====*&%+...", 28 | "....@&---------;#...", 29 | "....#*---------*$...", 30 | "....$=-->,='>--=$...", 31 | "....$=--')!)'--=$...", 32 | "....$=--=!~!=--=$...", 33 | "....$=--')!)'--=$...", 34 | "....$=-->,='{--=$...", 35 | "....#*---------*$...", 36 | "....@&---------;#...", 37 | "....+%&**====*&%+...", 38 | ".....+@##$$$$#@+....", 39 | "...................."}; 40 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max-unfocus.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * max_unfocus_xpm[] = { 3 | "20 17 25 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #FEFEFE", 13 | "= c #C4C4C4", 14 | "- c #898989", 15 | "; c #4C4C4C", 16 | "> c #5C5C5C", 17 | ", c #686868", 18 | "' c #6A6A6A", 19 | ") c #B9B9B9", 20 | "! c #E4E4E4", 21 | "~ c #929292", 22 | "{ c #B1B1B1", 23 | "] c #B7B7B7", 24 | "^ c #B2B2B2", 25 | "/ c #666666", 26 | "( c #E0E0E0", 27 | "_ c #E8E8E8", 28 | ": c #E1E1E1", 29 | "....................", 30 | "....................", 31 | ".....+@#$%&%$#@+....", 32 | "....+*********=&+...", 33 | "....@*********-=#...", 34 | "....#**;>,',**')!...", 35 | "....$**>~{]^**,]$...", 36 | "....%**/^&!&**']&...", 37 | "....&**']!.!**']&...", 38 | "....&**/^&!&**']&...", 39 | "....(*********/](...", 40 | "....(*********')&...", 41 | "....@=-',''','-=#...", 42 | "....+&=)]]]]])=&+...", 43 | "....._:%%&&&&%@+....", 44 | "....................", 45 | "...................."}; 46 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/max.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * max_xpm[] = { 3 | "20 17 27 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #000000", 13 | "= c #CDCDCD", 14 | "- c #989898", 15 | "; c #CBCBCB", 16 | "> c #616161", 17 | ", c #717171", 18 | "' c #7B7B7B", 19 | ") c #7D7D7D", 20 | "! c #C1C1C1", 21 | "~ c #E4E4E4", 22 | "{ c #A0A0A0", 23 | "] c #BBBBBB", 24 | "^ c #C0C0C0", 25 | "/ c #BDBDBD", 26 | "( c #E1E1E1", 27 | "_ c #E8E8E8", 28 | ": c #7C7C7C", 29 | "< c #EDEDED", 30 | "[ c #E0E0E0", 31 | "....................", 32 | "....................", 33 | ".....+@#$%&%$#@+....", 34 | "....+*********=&+...", 35 | "....@*********-;#...", 36 | "....#**>,')'**)!~...", 37 | "....$**,{]^/**'^$...", 38 | "....%**'/(_(**:^&...", 39 | "....&**)^_<_**)^&...", 40 | "....&**'/(_(**:^&...", 41 | "....[*********'^[...", 42 | "....[*********)!&...", 43 | "....@=-)')))')-;#...", 44 | "....+&=!!^^^^!=&+...", 45 | "....._(%%&&&&%@+....", 46 | "....................", 47 | "...................."}; 48 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/selected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * selected_xpm[] = { 3 | "16 16 2 1", 4 | " c None", 5 | ". c #000000", 6 | " ", 7 | " .. ", 8 | " . ", 9 | " ............. ", 10 | " . .. . ", 11 | " . . . ", 12 | " . .. . ", 13 | " . . . . ", 14 | " . .. .. . ", 15 | " . ... . . ", 16 | " . . .. . ", 17 | " . ... . ", 18 | " . ... . ", 19 | " . . ", 20 | " ............. ", 21 | " "}; 22 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stick_pressed_xpm[] = { 3 | "20 17 13 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E4E4E4", 10 | "% c #DEDEDE", 11 | "& c #CDCDCD", 12 | "* c #C1C1C1", 13 | "= c #C0C0C0", 14 | "- c #000000", 15 | "; c #CBCBCB", 16 | "> c #FEFEFE", 17 | "....................", 18 | "....................", 19 | "....................", 20 | ".....+@##$$$$#@+....", 21 | "....+%&**====*&%+...", 22 | "....@&---------;#...", 23 | "....#*---------*$...", 24 | "....$=-->>>>>--=$...", 25 | "....$=-->-->>--=$...", 26 | "....$=-->>>>>--=$...", 27 | "....$=-->--->--=$...", 28 | "....$=-->>>>>--=$...", 29 | "....#*---------*$...", 30 | "....@&---------;#...", 31 | "....+%&**====*&%+...", 32 | ".....+@##$$$$#@+....", 33 | "...................."}; 34 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick-unfocus.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stick_unfocus_xpm[] = { 3 | "20 17 20 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #FEFEFE", 13 | "= c #C4C4C4", 14 | "- c #898989", 15 | "; c #B7B7B7", 16 | "> c #6A6A6A", 17 | ", c #B9B9B9", 18 | "' c #E4E4E4", 19 | ") c #686868", 20 | "! c #E0E0E0", 21 | "~ c #666666", 22 | "{ c #E8E8E8", 23 | "] c #E1E1E1", 24 | "....................", 25 | "....................", 26 | ".....+@#$%&%$#@+....", 27 | "....+*********=&+...", 28 | "....@*********-=#...", 29 | "....#**;;;;;**>,'...", 30 | "....$**;**;;**);$...", 31 | "....%**;;;;;**>;&...", 32 | "....&**;***;**>;&...", 33 | "....&**;;;;;**>;&...", 34 | "....!*********~;!...", 35 | "....!*********>,&...", 36 | "....@=->)>>>)>-=#...", 37 | "....+&=,;;;;;,=&+...", 38 | ".....{]%%&&&&%@+....", 39 | "....................", 40 | "...................."}; 41 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stick.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stick_xpm[] = { 3 | "20 17 22 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #000000", 13 | "= c #CDCDCD", 14 | "- c #989898", 15 | "; c #CBCBCB", 16 | "> c #FEFEFE", 17 | ", c #7D7D7D", 18 | "' c #C1C1C1", 19 | ") c #E4E4E4", 20 | "! c #7B7B7B", 21 | "~ c #C0C0C0", 22 | "{ c #7C7C7C", 23 | "] c #E0E0E0", 24 | "^ c #E8E8E8", 25 | "/ c #E1E1E1", 26 | "....................", 27 | "....................", 28 | ".....+@#$%&%$#@+....", 29 | "....+*********=&+...", 30 | "....@*********-;#...", 31 | "....#**>>>>>**,')...", 32 | "....$**>**>>**!~$...", 33 | "....%**>>>>>**{~&...", 34 | "....&**>***>**,~&...", 35 | "....&**>>>>>**{~&...", 36 | "....]*********!~]...", 37 | "....]*********,'&...", 38 | "....@=-,!,,,!,-;#...", 39 | "....+&=''~~~~'=&+...", 40 | ".....^/%%&&&&%@+....", 41 | "....................", 42 | "...................."}; 43 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stuck_pressed_xpm[] = { 3 | "20 17 18 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E4E4E4", 10 | "% c #DEDEDE", 11 | "& c #CDCDCD", 12 | "* c #C1C1C1", 13 | "= c #C0C0C0", 14 | "- c #000000", 15 | "; c #CBCBCB", 16 | "> c #A0A0A0", 17 | ", c #BBBBBB", 18 | "' c #BDBDBD", 19 | ") c #E1E1E1", 20 | "! c #E8E8E8", 21 | "~ c #EDEDED", 22 | "....................", 23 | "....................", 24 | "....................", 25 | ".....+@##$$$$#@+....", 26 | "....+%&**====*&%+...", 27 | "....@&---------;#...", 28 | "....#*---------*$...", 29 | "....$=-->,='>--=$...", 30 | "....$=--')!)'--=$...", 31 | "....$=--=!-----=$...", 32 | "....$=--')-~!--=$...", 33 | "....$=-->,-!)--=$...", 34 | "....#*---------*$...", 35 | "....@&---------;#...", 36 | "....+%&**====*&%+...", 37 | ".....+@##$$$$#@+....", 38 | "...................."}; 39 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck-unfocus.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stuck_unfocus_xpm[] = { 3 | "20 17 25 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #FEFEFE", 13 | "= c #C4C4C4", 14 | "- c #898989", 15 | "; c #4C4C4C", 16 | "> c #5C5C5C", 17 | ", c #686868", 18 | "' c #6A6A6A", 19 | ") c #B9B9B9", 20 | "! c #E4E4E4", 21 | "~ c #929292", 22 | "{ c #B1B1B1", 23 | "] c #B7B7B7", 24 | "^ c #B2B2B2", 25 | "/ c #666666", 26 | "( c #E0E0E0", 27 | "_ c #E8E8E8", 28 | ": c #E1E1E1", 29 | "....................", 30 | "....................", 31 | ".....+@#$%&%$#@+....", 32 | "....+*********=&+...", 33 | "....@*********-=#...", 34 | "....#**;>,',**')!...", 35 | "....$**>~{]^**,]$...", 36 | "....%**/^*****']&...", 37 | "....&**']*.!**']&...", 38 | "....&**/^*!&**']&...", 39 | "....(*********/](...", 40 | "....(*********')&...", 41 | "....@=-',''','-=#...", 42 | "....+&=)]]]]])=&+...", 43 | "....._:%%&&&&%@+....", 44 | "....................", 45 | "...................."}; 46 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/stuck.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stuck_xpm[] = { 3 | "20 17 27 1", 4 | " c None", 5 | ". c #EBEBEB", 6 | "+ c #E9E9E9", 7 | "@ c #E6E6E6", 8 | "# c #E5E5E5", 9 | "$ c #E2E2E2", 10 | "% c #DFDFDF", 11 | "& c #DEDEDE", 12 | "* c #000000", 13 | "= c #CDCDCD", 14 | "- c #989898", 15 | "; c #CBCBCB", 16 | "> c #616161", 17 | ", c #717171", 18 | "' c #7B7B7B", 19 | ") c #7D7D7D", 20 | "! c #C1C1C1", 21 | "~ c #E4E4E4", 22 | "{ c #A0A0A0", 23 | "] c #BBBBBB", 24 | "^ c #C0C0C0", 25 | "/ c #BDBDBD", 26 | "( c #7C7C7C", 27 | "_ c #EDEDED", 28 | ": c #E8E8E8", 29 | "< c #E1E1E1", 30 | "[ c #E0E0E0", 31 | "....................", 32 | "....................", 33 | ".....+@#$%&%$#@+....", 34 | "....+*********=&+...", 35 | "....@*********-;#...", 36 | "....#**>,')'**)!~...", 37 | "....$**,{]^/**'^$...", 38 | "....%**'/*****(^&...", 39 | "....&**)^*_:**)^&...", 40 | "....&**'/*:<**(^&...", 41 | "....[*********'^[...", 42 | "....[*********)!&...", 43 | "....@=-)')))')-;#...", 44 | "....+&=!!^^^^!=&+...", 45 | ".....:<%%&&&&%@+....", 46 | "....................", 47 | "...................."}; 48 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/Emerge/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * unselected_xpm[] = { 3 | "16 16 2 1", 4 | " c None", 5 | ". c #000000", 6 | " ", 7 | " ", 8 | " ", 9 | " ............. ", 10 | " . . ", 11 | " . . ", 12 | " . . ", 13 | " . . ", 14 | " . . ", 15 | " . . ", 16 | " . . ", 17 | " . . ", 18 | " . . ", 19 | " . . ", 20 | " ............. ", 21 | " "}; 22 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bullet[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #A0A0A0", 7 | "X c #E7E7E7", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "oooooooooooooooo", 14 | "oooooooooooooooo", 15 | "oooooooooooooooo", 16 | "ooooooooXooooooo", 17 | "ooooooooXXoooooo", 18 | "oooooXXXXXXooooo", 19 | "oooooXXXXXXXoooo", 20 | "oooooXXXXXX.oooo", 21 | "ooooo...XX.ooooo", 22 | "ooooooooX.oooooo", 23 | "oooooooo.ooooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/frame.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *frame[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "21 21 1 1", 5 | " c #23155F", 6 | /* pixels */ 7 | " ", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ", 13 | " ", 14 | " ", 15 | " ", 16 | " ", 17 | " ", 18 | " ", 19 | " ", 20 | " ", 21 | " ", 22 | " ", 23 | " ", 24 | " ", 25 | " ", 26 | " ", 27 | " " 28 | }; 29 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/maxufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * maxufcs_xpm[] = { 3 | "19 19 83 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #D0D0D0", 8 | "# c #CDCDCD", 9 | "$ c #CACACA", 10 | "% c #CFCFCF", 11 | "& c #D2D2D2", 12 | "* c #DFDFDF", 13 | "= c #DADADA", 14 | "- c #C9C9C9", 15 | "; c #C2C2C2", 16 | "> c #C0C0C0", 17 | ", c #C3C3C3", 18 | "' c #CCCCCC", 19 | ") c #D6D6D6", 20 | "! c #D9D9D9", 21 | "~ c #E2E2E2", 22 | "{ c #BBBBBB", 23 | "] c #979797", 24 | "^ c #8F8F8F", 25 | "/ c #919191", 26 | "( c #9C9C9C", 27 | "_ c #A9A9A9", 28 | ": c #BABABA", 29 | "< c #CBCBCB", 30 | "[ c #DCDCDC", 31 | "} c #E3E3E3", 32 | "| c #DBDBDB", 33 | "1 c #C8C8C8", 34 | "2 c #ADADAD", 35 | "3 c #8A8A8A", 36 | "4 c #959595", 37 | "5 c #EAEAEA", 38 | "6 c #F9F9F9", 39 | "7 c #ECECEC", 40 | "8 c #B3B3B3", 41 | "9 c #AFAFAF", 42 | "0 c #C6C6C6", 43 | "a c #DDDDDD", 44 | "b c #E5E5E5", 45 | "c c #ACACAC", 46 | "d c #818181", 47 | "e c #FAFAFA", 48 | "f c #F5F5F5", 49 | "g c #F6F6F6", 50 | "h c #F7F7F7", 51 | "i c #D5D5D5", 52 | "j c #B2B2B2", 53 | "k c #E0E0E0", 54 | "l c #B6B6B6", 55 | "m c #868686", 56 | "n c #D1D1D1", 57 | "o c #F8F8F8", 58 | "p c #E7E7E7", 59 | "q c #BEBEBE", 60 | "r c #D3D3D6", 61 | "s c #939393", 62 | "t c #C5C5C5", 63 | "u c #AEAEAE", 64 | "v c #FBFBFB", 65 | "w c #D8D8D8", 66 | "x c #FDFDFD", 67 | "y c #F1F1F1", 68 | "z c #E1E1E1", 69 | "A c #ABABAB", 70 | "B c #F4F4F4", 71 | "C c #FEFEFE", 72 | "D c #FCFCFC", 73 | "E c #E8E8E8", 74 | "F c #C4C4C4", 75 | "G c #F2F2F2", 76 | "H c #FFFFFF", 77 | "I c #E9E9E9", 78 | "J c #B1B1B1", 79 | "K c #EBEBEB", 80 | "L c #B4B4B4", 81 | "M c #F0F0F0", 82 | "N c #EFF1F1", 83 | "O c #C1C1C1", 84 | "P c #F3F3F3", 85 | "Q c #C3C0C3", 86 | "R c #EFEFEF", 87 | " ", 88 | "...................", 89 | "++++++@#$$$#%&+++++", 90 | "****=&-;>>,'@)!****", 91 | "~~~='{ ]^/(_:<)[~~~", 92 | "}}|1234,567%890)a}}", 93 | "ba-cd>efffgheij#[kb", 94 | "~ilmnohhfgghoopqrkb", 95 | "[;stohhooooooeo~#a~", 96 | "nu_hh6o6veveee6o[w~", 97 | "0(|fho6vxxxxvee6y=z", 98 | "{ABfhovxCCCCxDD6oEz", 99 | "jFGBgexCHHHCCDvvoGp", 100 | "9=yBhexCCHHCCxDv6fI", 101 | "JyyBhvxCHHHCCxDve6K", 102 | "LMGBhDCCHHHHHCDve6N", 103 | "{MGg6DCCHHHHHCDv6ey", 104 | "OPfoDCCHHHHHCDve6eG", 105 | "QPg6DCCHHHHHCDv6e6R"}; 106 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * menuiconfcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #454545", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "=======-----=======", 29 | "*******************", 30 | "*******-----*******", 31 | "*******************", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconpr.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * menuiconpr_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #454545", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "=======-----=======", 29 | "*******************", 30 | "*******-----*******", 31 | "*******************", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/menuiconufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * menuiconufcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #454545", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "=======-----=======", 29 | "*******************", 30 | "*******-----*******", 31 | "*******************", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/selected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *selected[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #E7E7E7", 7 | "X c gray100", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "o.........oXoooo", 14 | "o.ooooooo.XXoooo", 15 | "o.oooooooXXXoooo", 16 | "o.ooooooXXXXoooo", 17 | "o.oXoooXXXXooooo", 18 | "o.oXXoXXXXoooooo", 19 | "o.oXXXXXX.oooooo", 20 | "o.oXXXXXo.oooooo", 21 | "o.ooXXXoo.oooooo", 22 | "o.oooXooo.oooooo", 23 | "o.........oooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadefcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * shadefcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "*********-*********", 31 | "********-*-********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadepr.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * shadepr_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "*********-*********", 31 | "********-*-********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/shadeufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * shadeufcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "*********-*********", 31 | "********-*-********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stickfcs_xpm[] = { 3 | "19 19 52 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E9EAEA", 13 | "= c #EAEAEB", 14 | "- c #EBEBEB", 15 | "; c #EAEAEA", 16 | "> c #E8E8E8", 17 | ", c #E6E6E6", 18 | "' c #EDEDED", 19 | ") c #EFEFEF", 20 | "! c #EEEEEE", 21 | "~ c #ECECEC", 22 | "{ c #EFEEEE", 23 | "] c #F1F1F1", 24 | "^ c #F3F3F3", 25 | "/ c #F2F2F2", 26 | "( c #F0F0F0", 27 | "_ c #E9E9E9", 28 | ": c #F4F5F4", 29 | "< c #F7F7F7", 30 | "[ c #F8F7F7", 31 | "} c #F6F6F6", 32 | "| c #FBFBFB", 33 | "1 c #FCFCFC", 34 | "2 c #F9F9F9", 35 | "3 c #F5F5F4", 36 | "4 c #9D9D9D", 37 | "5 c #A0A0A0", 38 | "6 c #A3A3A3", 39 | "7 c #A6A6A6", 40 | "8 c #A8A8A8", 41 | "9 c #AAAAAA", 42 | "0 c #A4A4A4", 43 | "a c #A2A2A2", 44 | "b c #9E9E9E", 45 | "c c #F1F2F2", 46 | "d c #F5F5F5", 47 | "e c #F8F8F8", 48 | "f c #EFF0EF", 49 | "g c #F4F4F4", 50 | "h c #F1F0F1", 51 | "i c #E4E4E4", 52 | "j c #EBEBEA", 53 | "k c #EAEAE9", 54 | "l c #E1E1E1", 55 | "m c #DCDCDC", 56 | " ", 57 | "...................", 58 | "+++++++++++++++++++", 59 | "@@@@@@@@@@@@@@@@@@@", 60 | "###################", 61 | "$$$$$#%&*=-;>,$$$$$", 62 | "%%%%%%>-'))!~;,%%%%", 63 | "&&&&&&-{]^^/('_&&&&", 64 | ">>>>>_']:<[}^)->>>>", 65 | "_____;{^<|123(~____", 66 | ">>>>>456789 0ab>>>>", 67 | ">>>>>*!cde2<^f->>>>", 68 | ">>>>>>~)/gg^h';>>>>", 69 | ",,,,,%_~!(()';&,,,,", 70 | "iiiii$,>j~~-k&iiiii", 71 | "lllllllllllllllllll", 72 | "lllllllllllllllllll", 73 | "lllllllllllllllllll", 74 | "mmmmmmmmmmmmmmmmmmm"}; 75 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickpr.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stickpr_xpm[] = { 3 | "19 19 58 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E9EAEA", 13 | "= c #EAEAEB", 14 | "- c #EBEBEB", 15 | "; c #EAEAEA", 16 | "> c #E8E8E8", 17 | ", c #E6E6E6", 18 | "' c #EDEDED", 19 | ") c #EFEFEF", 20 | "! c #EEEEEE", 21 | "~ c #ECECEC", 22 | "{ c #C8C8C8", 23 | "] c #CCCCCC", 24 | "^ c #E8E7E7", 25 | "/ c #F1F1F1", 26 | "( c #F3F3F3", 27 | "_ c #F2F2F2", 28 | ": c #F0F0F0", 29 | "< c #E9E9E9", 30 | "[ c #686868", 31 | "} c #636363", 32 | "| c #B5B5B5", 33 | "1 c #CCCDCC", 34 | "2 c #D5D5D5", 35 | "3 c #F1F0F0", 36 | "4 c #F6F6F6", 37 | "5 c #CBCBCB", 38 | "6 c #B4B3B3", 39 | "7 c #666666", 40 | "8 c #535353", 41 | "9 c #696969", 42 | "0 c #BEBEBE", 43 | "a c #D0D0D0", 44 | "b c #CFCFCF", 45 | "c c #BDBDBD", 46 | "d c #6A6A6A", 47 | "e c #545454", 48 | "f c #676767", 49 | "g c #F1F2F2", 50 | "h c #F5F5F5", 51 | "i c #D8D8D8", 52 | "j c #B7B7B7", 53 | "k c #646564", 54 | "l c #F4F4F4", 55 | "m c #EBEAEB", 56 | "n c #CDCDCD", 57 | "o c #E4E4E4", 58 | "p c #EBEBEA", 59 | "q c #EAEAE9", 60 | "r c #E1E1E1", 61 | "s c #DCDCDC", 62 | " ", 63 | "...................", 64 | "+++++++++++++++++++", 65 | "@@@@@@@@@@@@@@@@@@@", 66 | "###################", 67 | "$$$$$#%&*=-;>,$$$$$", 68 | "%%%%%%>-'))!~;,%%%%", 69 | "&&&&&{]^/((_:'<&&&&", 70 | ">>>>>[}|1234()->>>>", 71 | "<<<<<567890a+<~<<<<", 72 | ">>>>>;<+bcdef|]>>>>", 73 | ">>>>>*!gh_ibjk9>>>>", 74 | ">>>>>>~)_ll(mn5>>>>", 75 | ",,,,,%<~!::)';&,,,,", 76 | "ooooo$,>p~~-q&ooooo", 77 | "rrrrrrrrrrrrrrrrrrr", 78 | "rrrrrrrrrrrrrrrrrrr", 79 | "rrrrrrrrrrrrrrrrrrr", 80 | "sssssssssssssssssss"}; 81 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stickufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stickufcs_xpm[] = { 3 | "19 19 52 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E9EAEA", 13 | "= c #EAEAEB", 14 | "- c #EBEBEB", 15 | "; c #EAEAEA", 16 | "> c #E8E8E8", 17 | ", c #E6E6E6", 18 | "' c #EDEDED", 19 | ") c #EFEFEF", 20 | "! c #EEEEEE", 21 | "~ c #ECECEC", 22 | "{ c #EFEEEE", 23 | "] c #F1F1F1", 24 | "^ c #F3F3F3", 25 | "/ c #F2F2F2", 26 | "( c #F0F0F0", 27 | "_ c #E9E9E9", 28 | ": c #F4F5F4", 29 | "< c #F7F7F7", 30 | "[ c #F8F7F7", 31 | "} c #F6F6F6", 32 | "| c #FBFBFB", 33 | "1 c #FCFCFC", 34 | "2 c #F9F9F9", 35 | "3 c #F5F5F4", 36 | "4 c #9D9D9D", 37 | "5 c #A0A0A0", 38 | "6 c #A3A3A3", 39 | "7 c #A6A6A6", 40 | "8 c #A8A8A8", 41 | "9 c #AAAAAA", 42 | "0 c #A4A4A4", 43 | "a c #A2A2A2", 44 | "b c #9E9E9E", 45 | "c c #F1F2F2", 46 | "d c #F5F5F5", 47 | "e c #F8F8F8", 48 | "f c #EFF0EF", 49 | "g c #F4F4F4", 50 | "h c #F1F0F1", 51 | "i c #E4E4E4", 52 | "j c #EBEBEA", 53 | "k c #EAEAE9", 54 | "l c #E1E1E1", 55 | "m c #DCDCDC", 56 | " ", 57 | "...................", 58 | "+++++++++++++++++++", 59 | "@@@@@@@@@@@@@@@@@@@", 60 | "###################", 61 | "$$$$$#%&*=-;>,$$$$$", 62 | "%%%%%%>-'))!~;,%%%%", 63 | "&&&&&&-{]^^/('_&&&&", 64 | ">>>>>_']:<[}^)->>>>", 65 | "_____;{^<|123(~____", 66 | ">>>>>456789 0ab>>>>", 67 | ">>>>>*!cde2<^f->>>>", 68 | ">>>>>>~)/gg^h';>>>>", 69 | ",,,,,%_~!(()';&,,,,", 70 | "iiiii$,>j~~-k&iiiii", 71 | "lllllllllllllllllll", 72 | "lllllllllllllllllll", 73 | "lllllllllllllllllll", 74 | "mmmmmmmmmmmmmmmmmmm"}; 75 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stuckfcs_xpm[] = { 3 | "19 19 56 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #DDDDDD", 10 | "% c #E3E3E3", 11 | "& c #787878", 12 | "* c #B3B3B3", 13 | "= c #E1E1E1", 14 | "- c #E9EAEA", 15 | "; c #EAEAEB", 16 | "> c #EBEBEB", 17 | ", c #EAEAEA", 18 | "' c #E8E8E8", 19 | ") c #E6E6E6", 20 | "! c #E5E5E5", 21 | "~ c #E0E0E0", 22 | "{ c #747474", 23 | "] c #B7B7B7", 24 | "^ c #EFEFEF", 25 | "/ c #EEEEEE", 26 | "( c #ECECEC", 27 | "_ c #E7E7E7", 28 | ": c #787777", 29 | "< c #F3F3F3", 30 | "[ c #F2F2F2", 31 | "} c #F0F0F0", 32 | "| c #EDEDED", 33 | "1 c #E9E9E9", 34 | "2 c #7A7B7A", 35 | "3 c #C1C1C1", 36 | "4 c #F1F0F0", 37 | "5 c #F6F6F6", 38 | "6 c #EFEEEE", 39 | "7 c #7E7E7E", 40 | "8 c #C5C5C5", 41 | "9 c #F5F5F4", 42 | "0 c #F1F1F1", 43 | "a c #C4C4C4", 44 | "b c #7F7F7F", 45 | "c c #C2C2C2", 46 | "d c #F1F2F2", 47 | "e c #F5F5F5", 48 | "f c #7C7C7C", 49 | "g c #BEBEBE", 50 | "h c #E8E9E8", 51 | "i c #F4F4F4", 52 | "j c #797879", 53 | "k c #B9B9B9", 54 | "l c #E4E4E4", 55 | "m c #757575", 56 | "n c #B4B4B4", 57 | "o c #EBEBEA", 58 | "p c #797979", 59 | "q c #DCDCDC", 60 | " ", 61 | "...................", 62 | "+++++++++++++++++++", 63 | "@@@@@@@@@@@@@@@@@@@", 64 | "######$############", 65 | "%%%%%&*=-;>,')%%%%%", 66 | "!!!!~*{])^^/(,)!!!!", 67 | "_____#]:.(<[}|1____", 68 | "'''''1_.2345<^>''''", 69 | "11111,6|378[9}(1111", 70 | "''''',^<0abc/0(''''", 71 | "'''''-/de[cfgh>''''", 72 | "''''''(^[i/gjkl''''", 73 | ")))))!1(/}}1kmn))))", 74 | "lllll%)'o((>lnpllll", 75 | "===================", 76 | "===================", 77 | "===================", 78 | "qqqqqqqqqqqqqqqqqqq"}; 79 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/stuckufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * stuckufcs_xpm[] = { 3 | "19 19 56 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #DDDDDD", 10 | "% c #E3E3E3", 11 | "& c #787878", 12 | "* c #B3B3B3", 13 | "= c #E1E1E1", 14 | "- c #E9EAEA", 15 | "; c #EAEAEB", 16 | "> c #EBEBEB", 17 | ", c #EAEAEA", 18 | "' c #E8E8E8", 19 | ") c #E6E6E6", 20 | "! c #E5E5E5", 21 | "~ c #E0E0E0", 22 | "{ c #747474", 23 | "] c #B7B7B7", 24 | "^ c #EFEFEF", 25 | "/ c #EEEEEE", 26 | "( c #ECECEC", 27 | "_ c #E7E7E7", 28 | ": c #787777", 29 | "< c #F3F3F3", 30 | "[ c #F2F2F2", 31 | "} c #F0F0F0", 32 | "| c #EDEDED", 33 | "1 c #E9E9E9", 34 | "2 c #7A7B7A", 35 | "3 c #C1C1C1", 36 | "4 c #F1F0F0", 37 | "5 c #F6F6F6", 38 | "6 c #EFEEEE", 39 | "7 c #7E7E7E", 40 | "8 c #C5C5C5", 41 | "9 c #F5F5F4", 42 | "0 c #F1F1F1", 43 | "a c #C4C4C4", 44 | "b c #7F7F7F", 45 | "c c #C2C2C2", 46 | "d c #F1F2F2", 47 | "e c #F5F5F5", 48 | "f c #7C7C7C", 49 | "g c #BEBEBE", 50 | "h c #E8E9E8", 51 | "i c #F4F4F4", 52 | "j c #797879", 53 | "k c #B9B9B9", 54 | "l c #E4E4E4", 55 | "m c #757575", 56 | "n c #B4B4B4", 57 | "o c #EBEBEA", 58 | "p c #797979", 59 | "q c #DCDCDC", 60 | " ", 61 | "...................", 62 | "+++++++++++++++++++", 63 | "@@@@@@@@@@@@@@@@@@@", 64 | "######$############", 65 | "%%%%%&*=-;>,')%%%%%", 66 | "!!!!~*{])^^/(,)!!!!", 67 | "_____#]:.(<[}|1____", 68 | "'''''1_.2345<^>''''", 69 | "11111,6|378[9}(1111", 70 | "''''',^<0abc/0(''''", 71 | "'''''-/de[cfgh>''''", 72 | "''''''(^[i/gjkl''''", 73 | ")))))!1(/}}1kmn))))", 74 | "lllll%)'o((>lnpllll", 75 | "===================", 76 | "===================", 77 | "===================", 78 | "qqqqqqqqqqqqqqqqqqq"}; 79 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * tbarfcs_xpm[] = { 3 | "19 19 14 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #E6E6E6", 15 | "; c #E4E4E4", 16 | "> c #E1E1E1", 17 | ", c #DCDCDC", 18 | " ", 19 | "...................", 20 | "+++++++++++++++++++", 21 | "@@@@@@@@@@@@@@@@@@@", 22 | "###################", 23 | "$$$$$$$$$$$$$$$$$$$", 24 | "%%%%%%%%%%%%%%%%%%%", 25 | "&&&&&&&&&&&&&&&&&&&", 26 | "*******************", 27 | "===================", 28 | "*******************", 29 | "*******************", 30 | "*******************", 31 | "-------------------", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ">>>>>>>>>>>>>>>>>>>", 35 | ">>>>>>>>>>>>>>>>>>>", 36 | ",,,,,,,,,,,,,,,,,,,"}; 37 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/tbarufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * tbarufcs_xpm[] = { 3 | "19 19 18 1", 4 | " c #A7A7A7", 5 | ". c #A8A8A8", 6 | "+ c #BCBCBC", 7 | "@ c #BDBDBD", 8 | "# c #D3D3D3", 9 | "$ c #D2D2D2", 10 | "% c #DFDFDF", 11 | "& c #E0E0E0", 12 | "* c #E2E2E2", 13 | "= c #E3E3E3", 14 | "- c #E4E4E4", 15 | "; c #E5E5E5", 16 | "> c #E7E7E7", 17 | ", c #E6E6E6", 18 | "' c #E8E8E8", 19 | ") c #E9E9E9", 20 | "! c #E1E1E1", 21 | "~ c #DCDCDC", 22 | " . . . . . . . . . ", 23 | "+@+@+@+@+@+@+@+@+@+", 24 | "#$$##$#$#$$##$#$#$$", 25 | "%%&%&%%%%%&%&%%%%%&", 26 | "*==*=****==*=****==", 27 | "=-========-==--==-=", 28 | ";;----;---;;;;;;;;=", 29 | ">>,,,,;,,,>>>>,>>>;", 30 | "''>>>>>>>>''''''''>", 31 | "))''''''''))))))))'", 32 | "''''''''''''''''''>", 33 | "''>>>>>>>>''''''''>", 34 | "''>>>>>>>>''''''''>", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | "-------------------", 37 | "!!!!!!!!!!!!!!!!!!!", 38 | "!!!!!!!!!!!!!!!!!!!", 39 | "!!!!!!!!!!!!!!!!!!!", 40 | "~~~~~~~~~~~~~~~~~~~"}; 41 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *unselected[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #E7E7E7", 7 | "X c gray100", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "o.........oooooo", 14 | "o.ooooooo.oooooo", 15 | "o.ooooooo.oooooo", 16 | "o.ooooooo.oooooo", 17 | "o.ooooooo.oooooo", 18 | "o.ooooooo.oooooo", 19 | "o.ooooooo.oooooo", 20 | "o.ooooooo.oooooo", 21 | "o.ooooooo.oooooo", 22 | "o.ooooooo.oooooo", 23 | "o.........oooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadefcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * unshadefcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "********-*-********", 31 | "*********-*********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadepr.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * unshadepr_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "********-*-********", 31 | "*********-*********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/arch/pixmaps/unshadeufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * unshadeufcs_xpm[] = { 3 | "19 19 15 1", 4 | " c #A7A7A7", 5 | ". c #BCBCBC", 6 | "+ c #D3D3D3", 7 | "@ c #DFDFDF", 8 | "# c #E2E2E2", 9 | "$ c #E3E3E3", 10 | "% c #E5E5E5", 11 | "& c #E7E7E7", 12 | "* c #E8E8E8", 13 | "= c #E9E9E9", 14 | "- c #3A3A3A", 15 | "; c #E6E6E6", 16 | "> c #E4E4E4", 17 | ", c #E1E1E1", 18 | "' c #DCDCDC", 19 | " ", 20 | "...................", 21 | "+++++++++++++++++++", 22 | "@@@@@@@@@@@@@@@@@@@", 23 | "###################", 24 | "$$$$$$$$$$$$$$$$$$$", 25 | "%%%%%%%%%%%%%%%%%%%", 26 | "&&&&&&&&&&&&&&&&&&&", 27 | "*******************", 28 | "===================", 29 | "*******************", 30 | "********-*-********", 31 | "*********-*********", 32 | ";;;;;;;;;;;;;;;;;;;", 33 | ">>>>>>>>>>>>>>>>>>>", 34 | ",,,,,,,,,,,,,,,,,,,", 35 | ",,,,,,,,,,,,,,,,,,,", 36 | ",,,,,,,,,,,,,,,,,,,", 37 | "'''''''''''''''''''"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/bullet.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *bullet[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #A0A0A0", 7 | "X c #E7E7E7", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "oooooooooooooooo", 14 | "oooooooooooooooo", 15 | "oooooooooooooooo", 16 | "ooooooooXooooooo", 17 | "ooooooooXXoooooo", 18 | "oooooXXXXXXooooo", 19 | "oooooXXXXXXXoooo", 20 | "oooooXXXXXX.oooo", 21 | "ooooo...XX.ooooo", 22 | "ooooooooX.oooooo", 23 | "oooooooo.ooooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/frame.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *frame[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "21 21 1 1", 5 | " c #23155F", 6 | /* pixels */ 7 | " ", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ", 13 | " ", 14 | " ", 15 | " ", 16 | " ", 17 | " ", 18 | " ", 19 | " ", 20 | " ", 21 | " ", 22 | " ", 23 | " ", 24 | " ", 25 | " ", 26 | " ", 27 | " " 28 | }; 29 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/selected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *selected[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #E7E7E7", 7 | "X c gray100", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "o.........oXoooo", 14 | "o.ooooooo.XXoooo", 15 | "o.oooooooXXXoooo", 16 | "o.ooooooXXXXoooo", 17 | "o.oXoooXXXXooooo", 18 | "o.oXXoXXXXoooooo", 19 | "o.oXXXXXX.oooooo", 20 | "o.oXXXXXo.oooooo", 21 | "o.ooXXXoo.oooooo", 22 | "o.oooXooo.oooooo", 23 | "o.........oooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * tbarfcs_xpm[] = { 3 | "23 23 3 1", 4 | " c #D6D5E1", 5 | ". c #D2CFDA", 6 | "+ c #CCC7CF", 7 | " ", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ", 13 | " ", 14 | " ", 15 | " ", 16 | " ", 17 | " ", 18 | " ", 19 | ".......................", 20 | "+++++++++++++++++++++++", 21 | "+++++++++++++++++++++++", 22 | "+++++++++++++++++++++++", 23 | "+++++++++++++++++++++++", 24 | "+++++++++++++++++++++++", 25 | "+++++++++++++++++++++++", 26 | "+++++++++++++++++++++++", 27 | "+++++++++++++++++++++++", 28 | "+++++++++++++++++++++++", 29 | "+++++++++++++++++++++++"}; 30 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/tbarufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * tbarufcs_xpm[] = { 3 | "23 23 3 1", 4 | " c #FBFAF7", 5 | ". c #F7F4F0", 6 | "+ c #F1ECE5", 7 | " ", 8 | " ", 9 | " ", 10 | " ", 11 | " ", 12 | " ", 13 | " ", 14 | " ", 15 | " ", 16 | " ", 17 | " ", 18 | " ", 19 | ".......................", 20 | "+++++++++++++++++++++++", 21 | "+++++++++++++++++++++++", 22 | "+++++++++++++++++++++++", 23 | "+++++++++++++++++++++++", 24 | "+++++++++++++++++++++++", 25 | "+++++++++++++++++++++++", 26 | "+++++++++++++++++++++++", 27 | "+++++++++++++++++++++++", 28 | "+++++++++++++++++++++++", 29 | "+++++++++++++++++++++++"}; 30 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/unselected.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char *unselected[] = { 3 | /* columns rows colors chars-per-pixel */ 4 | "16 16 4 1", 5 | " c black", 6 | ". c #E7E7E7", 7 | "X c gray100", 8 | "o c None", 9 | /* pixels */ 10 | "oooooooooooooooo", 11 | "oooooooooooooooo", 12 | "oooooooooooooooo", 13 | "o.........oooooo", 14 | "o.ooooooo.oooooo", 15 | "o.ooooooo.oooooo", 16 | "o.ooooooo.oooooo", 17 | "o.ooooooo.oooooo", 18 | "o.ooooooo.oooooo", 19 | "o.ooooooo.oooooo", 20 | "o.ooooooo.oooooo", 21 | "o.ooooooo.oooooo", 22 | "o.ooooooo.oooooo", 23 | "o.........oooooo", 24 | "oooooooooooooooo", 25 | "oooooooooooooooo" 26 | }; 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelfcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * windowlabelfcs_xpm[] = { 3 | "23 23 11 1", 4 | " c #FBFAF7", 5 | ". c #CBCAC8", 6 | "+ c #7D7D7C", 7 | "@ c #D3D2DE", 8 | "# c #D6D5E1", 9 | "$ c #D2CFDA", 10 | "% c #CCC7CF", 11 | "& c #CAC5CD", 12 | "* c #767576", 13 | "= c #C4C0BC", 14 | "- c #F1ECE5", 15 | " ", 16 | ".......................", 17 | "+++++++++++++++++++++++", 18 | "@@@@@@@@@@@@@@@@@@@@@@@", 19 | "#######################", 20 | "#######################", 21 | "#######################", 22 | "#######################", 23 | "#######################", 24 | "#######################", 25 | "#######################", 26 | "#######################", 27 | "$$$$$$$$$$$$$$$$$$$$$$$", 28 | "%%%%%%%%%%%%%%%%%%%%%%%", 29 | "%%%%%%%%%%%%%%%%%%%%%%%", 30 | "%%%%%%%%%%%%%%%%%%%%%%%", 31 | "%%%%%%%%%%%%%%%%%%%%%%%", 32 | "%%%%%%%%%%%%%%%%%%%%%%%", 33 | "%%%%%%%%%%%%%%%%%%%%%%%", 34 | "&&&&&&&&&&&&&&&&&&&&&&&", 35 | "***********************", 36 | "=======================", 37 | "-----------------------"}; 38 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/styles/bloe/pixmaps/windowlabelufcs.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * windowlabelufcs_xpm[] = { 3 | "23 23 9 1", 4 | " c #FBFAF7", 5 | ". c #CBCAC8", 6 | "+ c #7D7D7C", 7 | "@ c #F7F7F4", 8 | "# c #F7F4F0", 9 | "$ c #F1ECE5", 10 | "% c #EEE9E2", 11 | "& c #7B7A79", 12 | "* c #C4C0BC", 13 | " ", 14 | ".......................", 15 | "+++++++++++++++++++++++", 16 | "@@@@@@@@@@@@@@@@@@@@@@@", 17 | " ", 18 | " ", 19 | " ", 20 | " ", 21 | " ", 22 | " ", 23 | " ", 24 | " ", 25 | "#######################", 26 | "$$$$$$$$$$$$$$$$$$$$$$$", 27 | "$$$$$$$$$$$$$$$$$$$$$$$", 28 | "$$$$$$$$$$$$$$$$$$$$$$$", 29 | "$$$$$$$$$$$$$$$$$$$$$$$", 30 | "$$$$$$$$$$$$$$$$$$$$$$$", 31 | "$$$$$$$$$$$$$$$$$$$$$$$", 32 | "%%%%%%%%%%%%%%%%%%%%%%%", 33 | "&&&&&&&&&&&&&&&&&&&&&&&", 34 | "***********************", 35 | "$$$$$$$$$$$$$$$$$$$$$$$"}; 36 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.fluxbox/windowmenu: -------------------------------------------------------------------------------- 1 | [begin] 2 | [shade] 3 | [stick] 4 | [maximize] 5 | [iconify] 6 | [raise] 7 | [lower] 8 | [settitledialog] 9 | [sendto] 10 | [layer] 11 | [alpha] 12 | [extramenus] 13 | [separator] 14 | [close] 15 | [end] 16 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/.i3status.conf: -------------------------------------------------------------------------------- 1 | # i3status configuration file. 2 | # see "man i3status" for documentation. 3 | 4 | # It is important that this file is edited as UTF-8. 5 | # The following line should contain a sharp s: 6 | # ß 7 | # If the above line is not correctly displayed, fix your editor first! 8 | 9 | general { 10 | colors = true 11 | interval = 2 12 | color_good = "#6298e0" 13 | color_bad = "#808080" 14 | color_degraded = "#faffff" 15 | output_format = i3bar 16 | } 17 | 18 | order += "ipv6" 19 | order += "disk /" 20 | order += "wireless _first_" 21 | order += "ethernet _first_" 22 | order += "battery all" 23 | order += "load" 24 | order += "tztime local" 25 | 26 | wireless _first_ { 27 | format_up = "W: (%quality at %essid) %ip" 28 | format_down = "W: down" 29 | } 30 | 31 | ethernet _first_ { 32 | # if you use %speed, i3status requires root privileges 33 | format_up = "E: %ip (%speed)" 34 | format_down = "E: down" 35 | } 36 | 37 | battery all { 38 | format = "%status %percentage %remaining" 39 | } 40 | 41 | tztime local { 42 | format = "%Y-%m-%d %H:%M:%S" 43 | } 44 | 45 | load { 46 | format = "%1min" 47 | } 48 | 49 | disk "/" { 50 | format = "%avail" 51 | } 52 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/README: -------------------------------------------------------------------------------- 1 | [ NETWORK ] 2 | 3 | - The dhcpcd is not configured by default because of security reasons. 4 | either use 'systemctl start dhcpcd' to start manually or 'systemctl enable 5 | dhcpcd' to enable and start during boot up. 6 | 7 | [ INSTALL ] 8 | 9 | - To install BlackArch Linux simply run 'blackarch-install' and follow the 10 | instructions. 11 | 12 | [ EXPLOITS ] 13 | 14 | - A collection of exploits can be found in /usr/share/exploits. To update the 15 | archive use 'sploitctl'. 16 | 17 | [ MISC ] 18 | 19 | - A ChangeLog file of the ISO can be found in /root. 20 | - Remember: HACK THE PLANET, D00R THE PLANET, RULE THE PLANET! 21 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- 1 | ../scripts/sysclean.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/bin/tuning.sh: -------------------------------------------------------------------------------- 1 | ../scripts/tuning.sh -------------------------------------------------------------------------------- /full-iso/airootfs/etc/skel/scripts/sysclean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | pacman -Rscn $(yay -Qtdq) 4 | updatedb 5 | pkgfile -u 6 | pacman -Fyy 7 | pacman-db-upgrade 8 | yes | pacman -Scc 9 | sync 10 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/spectrwm.conf: -------------------------------------------------------------------------------- 1 | dialog_ratio = 0.6 2 | border_width = 1 3 | color_focus = rgb:62/98/e0 4 | color_unfocus = rgb:31/6a/b7 5 | window_name_enabled = 1 6 | clock_enabled = 1 7 | clock_format = | %a %b %d %Y %T | 8 | bar_color = rgb:00/00/00 9 | bar_border = rgb:62/98/e0 10 | bar_border_width = 1 11 | bar_font_color = rgb:aa/aa/aa 12 | bar_font = xos4 Terminus:size=12:antialias=true 13 | bar_at_bottom = 0 14 | bar_delay = 1 15 | #bar_action = battery.sh 16 | stack_enabled = 1 17 | verbose_layout = 1 18 | workspace_limit = 10 19 | focus_mode = default 20 | focus_close = previous 21 | focus_close_wrap = 1 22 | focus_default = last 23 | tile_gap = 0 24 | region_padding = 0 25 | iconic_enabled = 1 26 | 27 | program[term] = /usr/bin/urxvt 28 | program[lock] = /bin/false 29 | program[menu] = dmenu_run -nb $bar_color -nf $bar_font_color -sb $bar_border \ 30 | -sf darkgray -fn "xos4 Terminus:size=12" 31 | 32 | bind[term] = Mod+x 33 | bind[wind_del] = Mod+d 34 | bind[float_toggle] = Mod+c 35 | bind[menu] = Mod+m 36 | 37 | bind = Mod+1 38 | bind = Mod+2 39 | bind = Mod+3 40 | bind = Mod+4 41 | bind = Mod+5 42 | bind = Mod+6 43 | bind = Mod+7 44 | bind = Mod+8 45 | bind = Mod+9 46 | bind = Mod+0 47 | 48 | bind[ws_1] = Mod+F1 49 | bind[ws_2] = Mod+F2 50 | bind[ws_3] = Mod+F3 51 | bind[ws_4] = Mod+F4 52 | bind[ws_5] = Mod+F5 53 | bind[ws_6] = Mod+F6 54 | bind[ws_7] = Mod+F7 55 | bind[ws_8] = Mod+F8 56 | bind[ws_9] = Mod+F9 57 | bind[ws_10] = Mod+F10 58 | 59 | #autorun = ws[1]: xterm 60 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/bootchart.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See bootchart.conf(5) for details. 13 | 14 | [Bootchart] 15 | #Samples=500 16 | #Frequency=25 17 | #Relative=no 18 | #Filter=yes 19 | #Output= 20 | #Init=/path/to/init-binary 21 | #PlotMemoryUsage=no 22 | #PlotEntropyGraph=no 23 | #ScaleX=100 24 | #ScaleY=20 25 | #ControlGroup=no 26 | #PerCPU=no 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/coredump.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the coredump.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # Use 'systemd-analyze cat-config systemd/coredump.conf' to display the full config. 14 | # 15 | # See coredump.conf(5) for details. 16 | 17 | [Coredump] 18 | #Storage=external 19 | #Compress=yes 20 | #ProcessSizeMax=2G 21 | #ExternalSizeMax=2G 22 | #JournalSizeMax=767M 23 | #MaxUse= 24 | #KeepFree= 25 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journal-remote.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the journal-remote.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # See journal-remote.conf(5) for details. 14 | 15 | [Remote] 16 | # Seal=false 17 | # SplitMode=host 18 | # ServerKeyFile=/etc/ssl/private/journal-remote.pem 19 | # ServerCertificateFile=/etc/ssl/certs/journal-remote.pem 20 | # TrustedCertificateFile=/etc/ssl/ca/trusted.pem 21 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journal-upload.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the journal-upload.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # See journal-upload.conf(5) for details. 14 | 15 | [Upload] 16 | # URL= 17 | # ServerKeyFile=/etc/ssl/private/journal-upload.pem 18 | # ServerCertificateFile=/etc/ssl/certs/journal-upload.pem 19 | # TrustedCertificateFile=/etc/ssl/ca/trusted.pem 20 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/journald.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the journald.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config. 14 | # 15 | # See journald.conf(5) for details. 16 | 17 | [Journal] 18 | #Storage=auto 19 | #Compress=yes 20 | #Seal=yes 21 | #SplitMode=uid 22 | #SyncIntervalSec=5m 23 | #RateLimitIntervalSec=30s 24 | #RateLimitBurst=10000 25 | #SystemMaxUse= 26 | #SystemKeepFree= 27 | #SystemMaxFileSize= 28 | #SystemMaxFiles=100 29 | #RuntimeMaxUse= 30 | #RuntimeKeepFree= 31 | #RuntimeMaxFileSize= 32 | #RuntimeMaxFiles=100 33 | #MaxRetentionSec= 34 | #MaxFileSec=1month 35 | #ForwardToSyslog=no 36 | #ForwardToKMsg=no 37 | #ForwardToConsole=no 38 | #ForwardToWall=yes 39 | #TTYPath=/dev/console 40 | #MaxLevelStore=debug 41 | #MaxLevelSyslog=debug 42 | #MaxLevelKMsg=notice 43 | #MaxLevelConsole=info 44 | #MaxLevelWall=emerg 45 | #LineMax=48K 46 | #ReadKMsg=yes 47 | #Audit=yes 48 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/resolved.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the resolved.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 14 | # 15 | # See resolved.conf(5) for details. 16 | 17 | [Resolve] 18 | # Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 19 | # Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 20 | # Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 21 | # Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 22 | #DNS= 23 | #FallbackDNS=1.1.1.1 9.9.9.10 8.8.8.8 2606:4700:4700::1111 2620:fe::10 2001:4860:4860::8888 24 | #Domains= 25 | #DNSSEC=no 26 | #DNSOverTLS=no 27 | #MulticastDNS=yes 28 | #LLMNR=yes 29 | #Cache=yes 30 | #CacheFromLocalhost=no 31 | #DNSStubListener=yes 32 | #DNSStubListenerExtra= 33 | #ReadEtcHosts=yes 34 | #ResolveUnicastSingleLabel=no 35 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | get_cmdline() { 4 | local param 5 | for param in $(< /proc/cmdline); do 6 | case "${param}" in 7 | $1=*) echo "${param##*=}"; 8 | return 0 9 | ;; 10 | esac 11 | done 12 | } 13 | 14 | mirror=$(get_cmdline mirror) 15 | [[ $mirror = auto ]] && mirror=$(get_cmdline archiso_http_srv) 16 | [[ $mirror ]] || exit 0 17 | 18 | mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.orig 19 | cat >/etc/pacman.d/mirrorlist << EOF 20 | # 21 | # Arch Linux repository mirrorlist 22 | # Generated by archiso 23 | # 24 | 25 | Server = ${mirror%%/}/\$repo/os/\$arch 26 | EOF 27 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the system.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # Use 'systemd-analyze cat-config systemd/system.conf' to display the full config. 14 | # 15 | # See systemd-system.conf(5) for details. 16 | 17 | [Manager] 18 | #LogLevel=info 19 | #LogTarget=journal-or-kmsg 20 | #LogColor=yes 21 | #LogLocation=no 22 | #LogTime=no 23 | #DumpCore=yes 24 | #ShowStatus=yes 25 | #CrashChangeVT=no 26 | #CrashShell=no 27 | #CrashReboot=no 28 | #CtrlAltDelBurstAction=reboot-force 29 | #CPUAffinity= 30 | #NUMAPolicy=default 31 | #NUMAMask= 32 | #RuntimeWatchdogSec=0 33 | #RebootWatchdogSec=10min 34 | #KExecWatchdogSec=0 35 | #WatchdogDevice= 36 | #CapabilityBoundingSet= 37 | #NoNewPrivileges=no 38 | #SystemCallArchitectures= 39 | #TimerSlackNSec= 40 | #StatusUnitFormat=description 41 | #DefaultTimerAccuracySec=1min 42 | #DefaultStandardOutput=journal 43 | #DefaultStandardError=inherit 44 | #DefaultTimeoutStartSec=90s 45 | #DefaultTimeoutStopSec=90s 46 | #DefaultTimeoutAbortSec= 47 | #DefaultRestartSec=100ms 48 | #DefaultStartLimitIntervalSec=10s 49 | #DefaultStartLimitBurst=5 50 | #DefaultEnvironment= 51 | #DefaultCPUAccounting=no 52 | #DefaultIOAccounting=no 53 | #DefaultIPAccounting=no 54 | #DefaultBlockIOAccounting=no 55 | #DefaultMemoryAccounting=yes 56 | #DefaultTasksAccounting=yes 57 | #DefaultTasksMax=15% 58 | #DefaultLimitCPU= 59 | #DefaultLimitFSIZE= 60 | #DefaultLimitDATA= 61 | #DefaultLimitSTACK= 62 | #DefaultLimitCORE= 63 | #DefaultLimitRSS= 64 | #DefaultLimitNOFILE=1024:524288 65 | #DefaultLimitAS= 66 | #DefaultLimitNPROC= 67 | #DefaultLimitMEMLOCK= 68 | #DefaultLimitLOCKS= 69 | #DefaultLimitSIGPENDING= 70 | #DefaultLimitMSGQUEUE= 71 | #DefaultLimitNICE= 72 | #DefaultLimitRTPRIO= 73 | #DefaultLimitRTTIME= 74 | #DefaultOOMPolicy=stop 75 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Choose mirror from the kernel command line 3 | ConditionKernelCommandLine=mirror 4 | 5 | [Service] 6 | Type=oneshot 7 | ExecStart=/etc/systemd/scripts/choose-mirror 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/display-manager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/lxdm.service -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Temporary /etc/pacman.d/gnupg directory 3 | 4 | [Mount] 5 | What=tmpfs 6 | Where=/etc/pacman.d/gnupg 7 | Type=tmpfs 8 | Options=mode=0755 9 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStart= 3 | ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux 4 | Type=Simple 5 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Initializes Pacman keyring 3 | Wants=haveged.service 4 | After=haveged.service 5 | Requires=etc-pacman.d-gnupg.mount 6 | After=etc-pacman.d-gnupg.mount 7 | 8 | [Service] 9 | Type=oneshot 10 | RemainAfterExit=yes 11 | ExecStart=/usr/bin/pacman-key --init 12 | ExecStart=/usr/bin/pacman-key --populate archlinux 13 | ExecStart=/usr/bin/pacman-key --populate blackarch 14 | 15 | [Install] 16 | WantedBy=multi-user.target 17 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/timesyncd.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the timesyncd.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # See timesyncd.conf(5) for details. 14 | 15 | [Time] 16 | #NTP= 17 | #FallbackNTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org 18 | #RootDistanceMaxSec=5 19 | #PollIntervalMinSec=32 20 | #PollIntervalMaxSec=2048 21 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/systemd/user.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it under the 4 | # terms of the GNU Lesser General Public License as published by the Free 5 | # Software Foundation; either version 2.1 of the License, or (at your option) 6 | # any later version. 7 | # 8 | # Entries in this file show the compile time defaults. Local configuration 9 | # should be created by either modifying this file, or by creating "drop-ins" in 10 | # the user.conf.d/ subdirectory. The latter is generally recommended. 11 | # Defaults can be restored by simply deleting this file and all drop-ins. 12 | # 13 | # See systemd-user.conf(5) for details. 14 | 15 | [Manager] 16 | #LogLevel=info 17 | #LogTarget=console 18 | #LogColor=yes 19 | #LogLocation=no 20 | #LogTime=no 21 | #SystemCallArchitectures= 22 | #TimerSlackNSec= 23 | #StatusUnitFormat=description 24 | #DefaultTimerAccuracySec=1min 25 | #DefaultStandardOutput=inherit 26 | #DefaultStandardError=inherit 27 | #DefaultTimeoutStartSec=90s 28 | #DefaultTimeoutStopSec=90s 29 | #DefaultTimeoutAbortSec= 30 | #DefaultRestartSec=100ms 31 | #DefaultStartLimitIntervalSec=10s 32 | #DefaultStartLimitBurst=5 33 | #DefaultEnvironment= 34 | #DefaultLimitCPU= 35 | #DefaultLimitFSIZE= 36 | #DefaultLimitDATA= 37 | #DefaultLimitSTACK= 38 | #DefaultLimitCORE= 39 | #DefaultLimitRSS= 40 | #DefaultLimitNOFILE= 41 | #DefaultLimitAS= 42 | #DefaultLimitNPROC= 43 | #DefaultLimitMEMLOCK= 44 | #DefaultLimitLOCKS= 45 | #DefaultLimitSIGPENDING= 46 | #DefaultLimitMSGQUEUE= 47 | #DefaultLimitNICE= 48 | #DefaultLimitRTPRIO= 49 | #DefaultLimitRTTIME= 50 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- 1 | ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service" 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/udev/udev.conf: -------------------------------------------------------------------------------- 1 | # see udev.conf(5) for details 2 | 3 | #udev_log="info" 4 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/autostart: -------------------------------------------------------------------------------- 1 | # 2 | # These things are run when an Openbox X Session is started. 3 | # You may place a similar script in $HOME/.config/openbox/autostart 4 | # to run user-specific things. 5 | # 6 | 7 | # If you want to use GNOME config tools... 8 | # 9 | #if test -x /usr/lib/openbox/gnome-settings-daemon >/dev/null; then 10 | # /usr/lib/openbox/gnome-settings-daemon & 11 | #elif which gnome-settings-daemon >/dev/null 2>&1; then 12 | # gnome-settings-daemon & 13 | #fi 14 | 15 | # If you want to use XFCE config tools... 16 | # 17 | #xfce-mcs-manager & 18 | 19 | 20 | ### blackarch related ### 21 | feh --bg-scale /usr/share/blackarch/wallpaper.jpg & 22 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xdg/openbox/environment: -------------------------------------------------------------------------------- 1 | # 2 | # Set system-wide environment variables here for Openbox 3 | # User-specific variables should be placed in $HOME/.config/openbox/environment 4 | # 5 | 6 | # To set your language for displaying messages and time/date formats, use the following: 7 | #LANG=en_CA.UTF8 8 | 9 | # To set your keyboard layout, you need to modify your X config: 10 | # http://www.google.com/search?q=how+to+set+keyboard+layout+xorg 11 | -------------------------------------------------------------------------------- /full-iso/airootfs/etc/xprofile: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # vbox foo 4 | vbox=$(dmesg |grep -io virtualbox) 5 | if [ ! -z "$vbox" ] 6 | then 7 | /usr/bin/VBoxClient --seamless 8 | /usr/bin/VBoxClient --clipboard 9 | /usr/bin/VBoxClient --vmsvga 10 | fi 11 | 12 | # wallpaper 13 | exec feh --bg-scale /usr/share/blackarch/wallpaper.jpg & 14 | 15 | -------------------------------------------------------------------------------- /full-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | script_cmdline () 4 | { 5 | local param 6 | for param in $(< /proc/cmdline); do 7 | case "${param}" in 8 | script=*) echo "${param##*=}" ; return 0 ;; 9 | esac 10 | done 11 | } 12 | 13 | automated_script () 14 | { 15 | local script rt 16 | script="$(script_cmdline)" 17 | if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then 18 | if [[ "${script}" =~ ^http:// || "${script}" =~ ^ftp:// ]]; then 19 | wget "${script}" --retry-connrefused -q -O /tmp/startup_script >/dev/null 20 | rt=$? 21 | else 22 | cp "${script}" /tmp/startup_script 23 | rt=$? 24 | fi 25 | if [[ ${rt} -eq 0 ]]; then 26 | chmod +x /tmp/startup_script 27 | /tmp/startup_script 28 | fi 29 | fi 30 | } 31 | 32 | if [[ $(tty) == "/dev/tty1" ]]; then 33 | automated_script 34 | fi 35 | -------------------------------------------------------------------------------- /full-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/README: -------------------------------------------------------------------------------- 1 | Background images: 2 | Mikael Eriksson 3 | Licensed under CC-BY-SA-3.0 4 | -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/background.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/background_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/background_white.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/blackarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/blackarch.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindle.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindlew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/dwindlew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairh.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairhw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairhw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairv.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairvw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fairvw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floating.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floatingw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/floatingw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreen.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreenw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/fullscreenw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifier.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifierw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/magnifierw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/max.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/max.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/maxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/maxw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiral.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiralw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/spiralw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tile.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottom.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottomw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilebottomw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleft.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleftw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tileleftw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletop.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletopw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tiletopw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/layouts/tilew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/submenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/submenu.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarefw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarefw.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/taglist/squarew.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_focus.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/close_normal.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/awesome/themes/blackarch/titlebar/sticky_normal_inactive.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/gtk-2.0/panel-black-1680x23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/gtk-2.0/panel-black-1680x23.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/_session.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/blackarch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/blackarch.jpg -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtk.css: -------------------------------------------------------------------------------- 1 | #lxdm { 2 | background-image: url("blackarch.jpg") 3 | } 4 | 5 | #bottom_pane { 6 | background-color: rgba(0,0,0,0.24); 7 | } 8 | 9 | #time { 10 | font: "Terminus (TTF)"; 11 | color: #0d3264; 12 | } 13 | 14 | #user_list, #login_entry { 15 | background-image: none; 16 | background-color: #000000; 17 | color: #6298e0; 18 | } 19 | 20 | #prompt, #bottom_pane GtkLabel { 21 | color: #6298e0; 22 | } 23 | -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/gtkrc: -------------------------------------------------------------------------------- 1 | style "back" 2 | { 3 | engine "pixmap" 4 | { 5 | image 6 | { 7 | function = FLAT_BOX 8 | shadow=NONE 9 | state = NORMAL 10 | file="blackarch.jpg" 11 | stretch=TRUE 12 | detail = "base" 13 | } 14 | } 15 | } 16 | 17 | style "time" 18 | { 19 | fg[NORMAL]="#0d3264" 20 | font_name="Terminus (TTF)" 21 | } 22 | 23 | style "prompt" 24 | { 25 | fg[NORMAL]="#6298e0" 26 | font_name="Terminus (TTF)" 27 | } 28 | 29 | # Normally this won't paint an invisible event box, but we did some hacks in greeter.c. 30 | style "bottom" 31 | { 32 | font_name="Terminus (TTF)" 33 | fg[NORMAL] = "#6298e0" 34 | bg[NORMAL] = "#000000" 35 | } 36 | 37 | widget "lxdm" style "back" 38 | widget "*.time" style "time" 39 | widget "*.prompt" style "prompt" 40 | widget "*.bottom_pane" style "bottom" 41 | widget_class "GtkWindow.*.GtkEventBox.*." style "bottom" 42 | -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/index.theme: -------------------------------------------------------------------------------- 1 | [LXDM Theme] 2 | Name=BlackArch 3 | Comment=BlackArch lxdm theme based on original Industrial theme 4 | -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/lang.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/login.png -------------------------------------------------------------------------------- /full-iso/airootfs/usr/share/lxdm/themes/BlackArch/shade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/airootfs/usr/share/lxdm/themes/BlackArch/shade.png -------------------------------------------------------------------------------- /full-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux full medium (x86_64, UEFI) 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 10 | -------------------------------------------------------------------------------- /full-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux full medium (x86_64, UEFI) with speech 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 10 | -------------------------------------------------------------------------------- /full-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /full-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | PATH /%INSTALL_DIR%/boot/syslinux/ 2 | DEFAULT loadconfig 3 | 4 | LABEL loadconfig 5 | CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg 6 | APPEND /%INSTALL_DIR%/ 7 | -------------------------------------------------------------------------------- /full-iso/profiledef.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # shellcheck disable=SC2034 3 | 4 | iso_name="blackarch-linux-full" 5 | iso_label="BLACKARCH_$(date +%Y%m)" 6 | iso_publisher="BlackArch Linux " 7 | iso_application="BlackArch Linux Full ISO" 8 | iso_version="$(date +%Y.%m.%d)" 9 | install_dir="blackarch" 10 | bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') 11 | arch="x86_64" 12 | pacman_conf="pacman.conf" 13 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | DEFAULT select 5 | 6 | LABEL select 7 | COM32 boot/syslinux/whichsys.c32 8 | APPEND -pxe- pxe -sys- sys -iso- sys 9 | 10 | LABEL pxe 11 | CONFIG boot/syslinux/archiso_pxe.cfg 12 | 13 | LABEL sys 14 | CONFIG boot/syslinux/archiso_sys.cfg 15 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- 1 | SERIAL 0 38400 2 | UI vesamenu.c32 3 | MENU TITLE BlackArch Linux (full) 4 | MENU BACKGROUND splash.png 5 | 6 | MENU WIDTH 78 7 | MENU MARGIN 4 8 | MENU ROWS 7 9 | MENU VSHIFT 10 10 | MENU TABMSGROW 14 11 | MENU CMDLINEROW 14 12 | MENU HELPMSGROW 16 13 | MENU HELPMSGENDROW 29 14 | 15 | # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu 16 | 17 | MENU COLOR border 30;44 #50fafbff #a0000000 std 18 | MENU COLOR title 1;31;44 #ff6298e0 #a0000000 std 19 | MENU COLOR sel 7;37;40 #e00d3264 #20ffffff all 20 | MENU COLOR unsel 37;44 #50fafbff #a0000000 std 21 | MENU COLOR help 37;40 #c0ffffff #a0000000 std 22 | MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std 23 | MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std 24 | MENU COLOR msg07 37;40 #90ffffff #a0000000 std 25 | MENU COLOR tabmsg 31;40 #30ffffff #00000000 std 26 | 27 | MENU CLEAR 28 | MENU IMMEDIATE 29 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64_nbd 5 | TEXT HELP 6 | Boot the BlackArch Linux Full ISO using NBD. 7 | It allows you to install BlackArch Linux or perform live usage. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux Full ISO (x86_64, NBD) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify 13 | SYSAPPEND 3 14 | 15 | LABEL arch64_nfs 16 | TEXT HELP 17 | Boot the BlackArch Linux Full ISO using NFS. 18 | It allows you to install BlackArch Linux or perform live usage. 19 | ENDTEXT 20 | MENU LABEL BlackArch Linux Full ISO (x86_64, NFS) 21 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 22 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 23 | APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify 24 | SYSAPPEND 3 25 | 26 | LABEL arch64_http 27 | TEXT HELP 28 | Boot the BlackArch Linux Full ISO using HTTP. 29 | It allows you to install BlackArch Linux or perform live usage. 30 | ENDTEXT 31 | MENU LABEL BlackArch Linux Full ISO (x86_64, HTTP) 32 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 33 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 34 | APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify 35 | SYSAPPEND 3 36 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | INCLUDE archiso_pxe-linux.cfg 7 | 8 | INCLUDE archiso_tail.cfg 9 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64 5 | TEXT HELP 6 | Boot the BlackArch Linux Full ISO on BIOS. 7 | It allows you to install BlackArch Linux or perform live usage. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux Full ISO (x86_64, BIOS) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 13 | 14 | LABEL arch64speech 15 | TEXT HELP 16 | Boot the BlackArch Linux Full ISO on BIOS with speakup screen reader. 17 | It allows you to install Arch Linux or perform system maintenance with speech feedback. 18 | ENDTEXT 19 | MENU LABEL BlackArch Linux Full ISO (x86_64, BIOS) with ^speech 20 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 21 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 22 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 23 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | DEFAULT arch64 7 | TIMEOUT 150 8 | 9 | INCLUDE archiso_sys-linux.cfg 10 | 11 | INCLUDE archiso_tail.cfg 12 | -------------------------------------------------------------------------------- /full-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL existing 5 | TEXT HELP 6 | Boot an existing operating system. 7 | Press TAB to edit the disk and partition number to boot. 8 | ENDTEXT 9 | MENU LABEL Boot existing OS 10 | COM32 chain.c32 11 | APPEND hd0 0 12 | 13 | # http://www.memtest.org/ 14 | LABEL memtest 15 | MENU LABEL Run Memtest86+ (RAM test) 16 | LINUX /%INSTALL_DIR%/boot/memtest 17 | 18 | # http://hdt-project.org/ 19 | LABEL hdt 20 | MENU LABEL Hardware Information (HDT) 21 | COM32 hdt.c32 22 | APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz 23 | 24 | LABEL reboot 25 | TEXT HELP 26 | Reboot computer. 27 | The computer's firmware must support APM. 28 | ENDTEXT 29 | MENU LABEL Reboot 30 | COM32 reboot.c32 31 | 32 | LABEL poweroff 33 | TEXT HELP 34 | Power off computer. 35 | The computer's firmware must support APM. 36 | ENDTEXT 37 | MENU LABEL Power Off 38 | COM32 poweroff.c32 39 | -------------------------------------------------------------------------------- /full-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/full-iso/syslinux/splash.png -------------------------------------------------------------------------------- /full-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- 1 | DEFAULT select 2 | 3 | LABEL select 4 | COM32 whichsys.c32 5 | APPEND -pxe- pxe -sys- sys -iso- sys 6 | 7 | LABEL pxe 8 | CONFIG archiso_pxe.cfg 9 | 10 | LABEL sys 11 | CONFIG archiso_sys.cfg 12 | 13 | -------------------------------------------------------------------------------- /misc/disabled-tools.txt: -------------------------------------------------------------------------------- 1 | appmon 2 | arduino 3 | argus 4 | argus-clients 5 | bloodhound 6 | bytecode-viewer 7 | casefile 8 | chameleonmini 9 | checkpwd 10 | cryptohazemultiforcer 11 | cuckoo 12 | cudahashcat 13 | dawnscanner 14 | dripcap 15 | eraser 16 | golismero 17 | harness 18 | hookanalyzer 19 | leo 20 | lorg 21 | malboxes 22 | maltego 23 | mara-framework 24 | massexpconsole 25 | nohidy 26 | oclhashcat 27 | pfff 28 | searchsploit 29 | sigploit 30 | snmp-fuzzer 31 | thezoo 32 | truecrack 33 | veil 34 | vmcloak 35 | wssip 36 | -------------------------------------------------------------------------------- /misc/packages.x86_64-minimal-for-testing: -------------------------------------------------------------------------------- 1 | ack 2 | acpi 3 | afpfs-ng 4 | alsa-utils 5 | amd-ucode 6 | arch-install-scripts 7 | archlinux-keyring 8 | awesome 9 | b43-fwcutter 10 | base-devel 11 | bash 12 | bash-completion 13 | bind-tools 14 | blackarch-installer 15 | blackarch-keyring 16 | bluez 17 | bluez-hid2hci 18 | bluez-utils 19 | bridge-utils 20 | brltty 21 | bsdiff 22 | btrfs-progs 23 | chntpw 24 | cmake 25 | corkscrew 26 | cryptsetup 27 | ctags 28 | dcfldd 29 | device-mapper 30 | dhclient 31 | dialog 32 | dmraid 33 | dnsmasq 34 | dnsutils 35 | dosfstools 36 | edk2-shell 37 | efibootmgr 38 | espeakup 39 | exiv2 40 | expac 41 | f2fs-tools 42 | feh 43 | firefox 44 | fluxbox 45 | foremost 46 | gdb 47 | geoip 48 | git 49 | gnu-netcat 50 | gpm 51 | gptfdisk 52 | grub 53 | haveged 54 | hdparm 55 | htop 56 | i3 57 | inotify-tools 58 | intel-ucode 59 | iodine 60 | iputils 61 | ipw2100-fw 62 | ipw2200-fw 63 | iw 64 | jhead 65 | libpst 66 | linux 67 | linux-atm 68 | linux-firmware 69 | linux-headers 70 | lsof 71 | lxdm 72 | mdk3 73 | mercurial 74 | mesa 75 | mkinitcpio 76 | mkinitcpio-archiso 77 | mkinitcpio-nfs-utils 78 | mlocate 79 | moreutils 80 | mtools 81 | nfs-utils 82 | nilfs-utils 83 | ntfs-3g 84 | ntp 85 | obconf 86 | openbox 87 | openconnect 88 | openssh 89 | open-vm-tools 90 | os-prober 91 | partclone 92 | parted 93 | partimage 94 | pkgfile 95 | ppp 96 | rsync 97 | rxvt-unicode 98 | scrot 99 | smali 100 | smartmontools 101 | spectrwm 102 | squashfs-tools 103 | sudo 104 | swaks 105 | syslinux 106 | tcpdump 107 | terminus-font 108 | terminus-font-ttf 109 | ttf-indic-otf 110 | tzdata 111 | unrar 112 | unzip 113 | usb_modeswitch 114 | vim 115 | virtualbox-guest-utils 116 | wavemon 117 | wifite 118 | wireless_tools 119 | wpa_supplicant 120 | xf86-input-synaptics 121 | xf86-input-vmmouse 122 | xf86-video-amdgpu 123 | xf86-video-ati 124 | xf86-video-dummy 125 | xf86-video-fbdev 126 | xf86-video-intel 127 | xf86-video-nouveau 128 | xf86-video-openchrome 129 | xf86-video-vesa 130 | xf86-video-vmware 131 | xf86-video-voodoo 132 | xl2tpd 133 | xorg-server 134 | xorg-xbacklight 135 | xorg-xdm 136 | xorg-xinit 137 | xterm 138 | zip 139 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/localtime: -------------------------------------------------------------------------------- 1 | /usr/share/zoneinfo/UTC -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | # mkinitcpio preset file for the 'linux' package on archiso 5 | 6 | PRESETS=('archiso') 7 | 8 | ALL_kver='/boot/vmlinuz-linux' 9 | ALL_config='/etc/mkinitcpio.conf' 10 | 11 | archiso_image="/boot/initramfs-linux.img" 12 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- 1 | NAME="BlackArch Linux" 2 | ID=blackarch 3 | PRETTY_NAME="BlackArch Linux" 4 | ANSI_COLOR="0;34" 5 | HOME_URL="https://www.blackarch.org/" 6 | SUPPORT_URL="https://www.blackarch.org/" 7 | BUG_REPORT_URL="https://www.blackarch.org/" 8 | 9 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver hkp://pool.sks-keyservers.net 5 | keyserver-options timeout=10 6 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg~ -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | nameserver 1.1.1.1 2 | nameserver 8.8.8.8 3 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/.bash_profile: -------------------------------------------------------------------------------- 1 | # colors 2 | darkgrey="$(tput bold ; tput setaf 0)" 3 | white="$(tput bold ; tput setaf 7)" 4 | blue="$(tput bold; tput setaf 4)" 5 | cyan="$(tput bold; tput setaf 6)" 6 | nc="$(tput sgr0)" 7 | 8 | # exports 9 | export PATH="${HOME}/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:" 10 | export PATH="${PATH}/usr/local/sbin:/opt/bin:/usr/bin/core_perl:/usr/games/bin:" 11 | export PS1="\[$blue\][ \[$cyan\]\H \[$darkgrey\]\w\[$darkgrey\] \[$blue\]]\\[$darkgrey# \[$nc\]" 12 | export LD_PRELOAD="" 13 | export EDITOR="vim" 14 | 15 | # alias 16 | alias ls="ls --color" 17 | alias vi="vim" 18 | alias shred="shred -zf" 19 | #alias python="python2" 20 | alias wget="wget -U 'noleak'" 21 | alias curl="curl --user-agent 'noleak'" 22 | 23 | # source files 24 | [ -r /usr/share/bash-completion/completions ] && 25 | . /usr/share/bash-completion/completions/* 26 | 27 | # tuning 28 | tuning.sh > /dev/null 2>&1 29 | 30 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/.bashrc: -------------------------------------------------------------------------------- 1 | # colors 2 | darkgrey="$(tput bold ; tput setaf 0)" 3 | white="$(tput bold ; tput setaf 7)" 4 | blue="$(tput bold; tput setaf 4)" 5 | cyan="$(tput bold; tput setaf 6)" 6 | nc="$(tput sgr0)" 7 | 8 | # exports 9 | export PATH="${HOME}/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:" 10 | export PATH="${PATH}/usr/local/sbin:/opt/bin:/usr/bin/core_perl:/usr/games/bin:" 11 | export PS1="\[$blue\][ \[$cyan\]\H \[$darkgrey\]\w\[$darkgrey\] \[$blue\]]\\[$darkgrey\]# \[$nc\]" 12 | export LD_PRELOAD="" 13 | export EDITOR="vim" 14 | 15 | # alias 16 | alias ls="ls --color" 17 | alias vi="vim" 18 | alias shred="shred -zf" 19 | #alias python="python2" 20 | alias wget="wget -U 'noleak'" 21 | alias curl="curl --user-agent 'noleak'" 22 | 23 | # source files 24 | [ -r /usr/share/bash-completion/completions ] && 25 | . /usr/share/bash-completion/completions/* 26 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- 1 | ../scripts/sysclean.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/bin/tuning.sh: -------------------------------------------------------------------------------- 1 | ../scripts/tuning.sh -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/skel/scripts/sysclean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | pacman -Rscn $(yay -Qtdq) 4 | updatedb 5 | pkgfile -u 6 | pacman -Fyy 7 | pacman-db-upgrade 8 | yes | pacman -Scc 9 | sync 10 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | get_cmdline() { 4 | local param 5 | for param in $(< /proc/cmdline); do 6 | case "${param}" in 7 | $1=*) echo "${param##*=}"; 8 | return 0 9 | ;; 10 | esac 11 | done 12 | } 13 | 14 | mirror=$(get_cmdline mirror) 15 | [[ $mirror = auto ]] && mirror=$(get_cmdline archiso_http_srv) 16 | [[ $mirror ]] || exit 0 17 | 18 | mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.orig 19 | cat >/etc/pacman.d/mirrorlist << EOF 20 | # 21 | # Arch Linux repository mirrorlist 22 | # Generated by archiso 23 | # 24 | 25 | Server = ${mirror%%/}/\$repo/os/\$arch 26 | EOF 27 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Choose mirror from the kernel command line 3 | ConditionKernelCommandLine=mirror 4 | 5 | [Service] 6 | Type=oneshot 7 | ExecStart=/etc/systemd/scripts/choose-mirror 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Temporary /etc/pacman.d/gnupg directory 3 | 4 | [Mount] 5 | What=tmpfs 6 | Where=/etc/pacman.d/gnupg 7 | Type=tmpfs 8 | Options=mode=0755 9 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStart= 3 | ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux 4 | Type=Simple 5 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Initializes Pacman keyring 3 | Wants=haveged.service 4 | After=haveged.service 5 | Requires=etc-pacman.d-gnupg.mount 6 | After=etc-pacman.d-gnupg.mount 7 | 8 | [Service] 9 | Type=oneshot 10 | RemainAfterExit=yes 11 | ExecStart=/usr/bin/pacman-key --init 12 | ExecStart=/usr/bin/pacman-key --populate archlinux 13 | ExecStart=/usr/bin/pacman-key --populate blackarch 14 | 15 | [Install] 16 | WantedBy=multi-user.target 17 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- 1 | ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service" 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | script_cmdline () 4 | { 5 | local param 6 | for param in $(< /proc/cmdline); do 7 | case "${param}" in 8 | script=*) echo "${param##*=}" ; return 0 ;; 9 | esac 10 | done 11 | } 12 | 13 | automated_script () 14 | { 15 | local script rt 16 | script="$(script_cmdline)" 17 | if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then 18 | if [[ "${script}" =~ ^http:// || "${script}" =~ ^ftp:// ]]; then 19 | wget "${script}" --retry-connrefused -q -O /tmp/startup_script >/dev/null 20 | rt=$? 21 | else 22 | cp "${script}" /tmp/startup_script 23 | rt=$? 24 | fi 25 | if [[ ${rt} -eq 0 ]]; then 26 | chmod +x /tmp/startup_script 27 | /tmp/startup_script 28 | fi 29 | fi 30 | } 31 | 32 | if [[ $(tty) == "/dev/tty1" ]]; then 33 | automated_script 34 | fi 35 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /netinstall-iso/airootfs/root/customize_airootfs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # exit on error and undefined variables 4 | set -eu 5 | 6 | # set locale 7 | sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen 8 | locale-gen 9 | 10 | # set timezone 11 | ln -sf /usr/share/zoneinfo/UTC /etc/localtime 12 | 13 | # enabling all mirrors 14 | #sed -i "s/#Server/Server/g" /etc/pacman.d/mirrorlist 15 | sed -i 's|#Server https://ftp.halifax|Server https://ftp.halifax|g' \ 16 | /etc/pacman.d/mirrorlist 17 | 18 | # storing the system journal in RAM 19 | sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf 20 | 21 | # default releng configuration 22 | sed -i 's/#\(HandleSuspendKey=\)suspend/\1ignore/' /etc/systemd/logind.conf 23 | sed -i 's/#\(HandleHibernateKey=\)hibernate/\1ignore/' /etc/systemd/logind.conf 24 | sed -i 's/#\(HandleLidSwitch=\)suspend/\1ignore/' /etc/systemd/logind.conf 25 | 26 | # enable useful services and display manager 27 | systemctl enable pacman-init.service choose-mirror.service 28 | 29 | # create the user directory for live session 30 | if [ ! -d /root ]; then 31 | mkdir /root 32 | chmod 700 root && chown -R root:root /root 33 | fi 34 | 35 | # setting root password 36 | echo "root:blackarch" | chpasswd 37 | 38 | # copy files over to home 39 | cp -r /etc/skel/. /root/. 40 | 41 | # setup repository, add pacman.conf entry and sync databse 42 | curl -s https://blackarch.org/strap.sh | sh 43 | #curl -s https://blackarch.org/strap.sh | sed "s|get_mirror$|#get_mirror|1" | sh 44 | 45 | # sys updates, cleanups, etc. 46 | pacman -Syyu --noconfirm 47 | pacman-key --init 48 | pacman-key --populate blackarch archlinux 49 | pacman -Fyy 50 | pacman-db-upgrade 51 | updatedb 52 | #pkgfile -u 53 | sync 54 | 55 | # default shell 56 | chsh -s /bin/bash 57 | 58 | # disable pc speaker beep 59 | echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf 60 | 61 | # remove special (not needed) scripts 62 | rm -f /etc/systemd/system/getty@tty1.service.d/autologin.conf 63 | rm -f /root/{.automated_script.sh,.zlogin} 64 | #rm /etc/mkinitcpio-archiso.conf 65 | rm -rf /etc/initcpio 66 | 67 | # add install.txt file 68 | echo "Type blackarch-install and follow the instructions." > /root/INSTALL 69 | rm -rf /root/install.txt 70 | 71 | # /etc 72 | echo 'BlackArch Linux' > /etc/arch-release 73 | 74 | -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux netinstall (x86_64, UEFI) 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 10 | -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux netinstall (x86_64, UEFI) with speech 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 10 | -------------------------------------------------------------------------------- /netinstall-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /netinstall-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | PATH /%INSTALL_DIR%/boot/syslinux/ 2 | DEFAULT loadconfig 3 | 4 | LABEL loadconfig 5 | CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg 6 | APPEND /%INSTALL_DIR%/ 7 | -------------------------------------------------------------------------------- /netinstall-iso/packages.x86_64: -------------------------------------------------------------------------------- 1 | amd-ucode 2 | arch-install-scripts 3 | archlinux-keyring 4 | b43-fwcutter 5 | base 6 | bind-tools 7 | blackarch-installer 8 | blackarch-keyring 9 | bridge-utils 10 | brltty 11 | broadcom-wl 12 | btrfs-progs 13 | crda 14 | ctags 15 | dhclient 16 | dhcpcd 17 | dialog 18 | dosfstools 19 | edk2-shell 20 | efitools 21 | ethtool 22 | expac 23 | git 24 | grub 25 | haveged 26 | intel-ucode 27 | iw 28 | iwd 29 | linux 30 | linux-atm 31 | linux-firmware 32 | lsof 33 | lvm2 34 | memtest86+ 35 | mkinitcpio 36 | mkinitcpio-archiso 37 | mkinitcpio-nfs-utils 38 | mlocate 39 | nbd 40 | netctl 41 | ntp 42 | openssh 43 | parted 44 | pkgfile 45 | ppp 46 | pptpclient 47 | refind 48 | rfkill 49 | rp-pppoe 50 | sed 51 | squashfs-tools 52 | syslinux 53 | systemd-resolvconf 54 | terminus-font 55 | tzdata 56 | usb_modeswitch 57 | vim 58 | wget 59 | wireless-regdb 60 | wireless_tools 61 | wpa_supplicant 62 | wvdial 63 | -------------------------------------------------------------------------------- /netinstall-iso/profiledef.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # shellcheck disable=SC2034 3 | 4 | iso_name="blackarch-linux-netinst" 5 | iso_label="BLACKARCH_$(date +%Y%m)" 6 | iso_publisher="BlackArch Linux " 7 | iso_application="BlackArch Linux NetInstall ISO" 8 | iso_version="$(date +%Y.%m.%d)" 9 | install_dir="blackarch" 10 | bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') 11 | arch="x86_64" 12 | pacman_conf="pacman.conf" 13 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | DEFAULT select 5 | 6 | LABEL select 7 | COM32 boot/syslinux/whichsys.c32 8 | APPEND -pxe- pxe -sys- sys -iso- sys 9 | 10 | LABEL pxe 11 | CONFIG boot/syslinux/archiso_pxe.cfg 12 | 13 | LABEL sys 14 | CONFIG boot/syslinux/archiso_sys.cfg 15 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | SERIAL 0 38400 5 | UI vesamenu.c32 6 | MENU TITLE BlackArch Linux (netinstall) 7 | MENU BACKGROUND splash.png 8 | 9 | MENU WIDTH 78 10 | MENU MARGIN 4 11 | MENU ROWS 7 12 | MENU VSHIFT 10 13 | MENU TABMSGROW 14 14 | MENU CMDLINEROW 14 15 | MENU HELPMSGROW 16 16 | MENU HELPMSGENDROW 29 17 | 18 | # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu 19 | 20 | MENU COLOR border 30;44 #50fafbff #a0000000 std 21 | MENU COLOR title 1;31;44 #ff6298e0 #a0000000 std 22 | MENU COLOR sel 7;37;40 #e00d3264 #20ffffff all 23 | MENU COLOR unsel 37;44 #50fafbff #a0000000 std 24 | MENU COLOR help 37;40 #c0ffffff #a0000000 std 25 | MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std 26 | MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std 27 | MENU COLOR msg07 37;40 #90ffffff #a0000000 std 28 | MENU COLOR tabmsg 31;40 #30ffffff #00000000 std 29 | 30 | MENU CLEAR 31 | MENU IMMEDIATE 32 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64_nbd 5 | TEXT HELP 6 | Boot the BlackArch Linux NetInstall ISO using NBD. 7 | It allows you to install BlackArch Linux or perform system maintenance. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux NetInstall ISO (x86_64, NBD) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify 13 | SYSAPPEND 3 14 | 15 | LABEL arch64_nfs 16 | TEXT HELP 17 | Boot the BlackArch Linux NetInstall ISO using NFS. 18 | It allows you to install BlackArch Linux or perform system maintenance. 19 | ENDTEXT 20 | MENU LABEL BlackArch Linux NetInstall ISO (x86_64, NFS) 21 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 22 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 23 | APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify 24 | SYSAPPEND 3 25 | 26 | LABEL arch64_http 27 | TEXT HELP 28 | Boot the BlackArch Linux NetInstall ISO using HTTP. 29 | It allows you to install BlackArch Linux or perform system maintenance. 30 | ENDTEXT 31 | MENU LABEL BlackArch Linux NetInstall ISO (x86_64, HTTP) 32 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 33 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 34 | APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify 35 | SYSAPPEND 3 36 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | INCLUDE archiso_pxe-linux.cfg 7 | 8 | INCLUDE archiso_tail.cfg 9 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64 5 | TEXT HELP 6 | Boot the BlackArch Linux NetInstall ISO on BIOS. 7 | It allows you to install BlackArch Linux or perform system maintenance. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux NetInstall ISO (x86_64, BIOS) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 13 | 14 | # Accessibility boot option 15 | LABEL arch64speech 16 | TEXT HELP 17 | Boot the BlackArch Linux NetInstall ISO on BIOS with speakup screen reader. 18 | It allows you to install Arch Linux or perform system maintenance with speech feedback. 19 | ENDTEXT 20 | MENU LABEL BlackArch Linux NetInstall ISO (x86_64, BIOS) with ^speech 21 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 22 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 23 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 24 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | DEFAULT arch64 7 | TIMEOUT 150 8 | 9 | INCLUDE archiso_sys-linux.cfg 10 | 11 | INCLUDE archiso_tail.cfg 12 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL existing 5 | TEXT HELP 6 | Boot an existing operating system. 7 | Press TAB to edit the disk and partition number to boot. 8 | ENDTEXT 9 | MENU LABEL Boot existing OS 10 | COM32 chain.c32 11 | APPEND hd0 0 12 | 13 | # http://www.memtest.org/ 14 | LABEL memtest 15 | MENU LABEL Run Memtest86+ (RAM test) 16 | LINUX /%INSTALL_DIR%/boot/memtest 17 | 18 | # http://hdt-project.org/ 19 | LABEL hdt 20 | MENU LABEL Hardware Information (HDT) 21 | COM32 hdt.c32 22 | APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz 23 | 24 | LABEL reboot 25 | TEXT HELP 26 | Reboot computer. 27 | The computer's firmware must support APM. 28 | ENDTEXT 29 | MENU LABEL Reboot 30 | COM32 reboot.c32 31 | 32 | LABEL poweroff 33 | TEXT HELP 34 | Power off computer. 35 | The computer's firmware must support APM. 36 | ENDTEXT 37 | MENU LABEL Power Off 38 | COM32 poweroff.c32 39 | -------------------------------------------------------------------------------- /netinstall-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/netinstall-iso/syslinux/splash.png -------------------------------------------------------------------------------- /netinstall-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- 1 | DEFAULT select 2 | 3 | LABEL select 4 | COM32 whichsys.c32 5 | APPEND -pxe- pxe -sys- sys -iso- sys 6 | 7 | LABEL pxe 8 | CONFIG archiso_pxe.cfg 9 | 10 | LABEL sys 11 | CONFIG archiso_sys.cfg 12 | 13 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/default/grub: -------------------------------------------------------------------------------- 1 | # GRUB boot loader configuration 2 | 3 | GRUB_DEFAULT=0 4 | GRUB_TIMEOUT=5 5 | GRUB_DISTRIBUTOR="BlackArch" 6 | GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" 7 | GRUB_CMDLINE_LINUX="" 8 | 9 | # Preload both GPT and MBR modules so that they are not missed 10 | GRUB_PRELOAD_MODULES="part_gpt part_msdos" 11 | 12 | # Uncomment to enable booting from LUKS encrypted devices 13 | #GRUB_ENABLE_CRYPTODISK=y 14 | 15 | # Set to 'countdown' or 'hidden' to change timeout behavior, 16 | # press ESC key to display menu. 17 | GRUB_TIMEOUT_STYLE=menu 18 | 19 | # Uncomment to use basic console 20 | GRUB_TERMINAL_INPUT=console 21 | 22 | # Uncomment to disable graphical terminal 23 | #GRUB_TERMINAL_OUTPUT=console 24 | 25 | # The resolution used on graphical terminal 26 | # note that you can use only modes which your graphic card supports via VBE 27 | # you can see them in real GRUB with the command `vbeinfo' 28 | GRUB_GFXMODE=auto 29 | 30 | # Uncomment to allow the kernel use the same resolution used by grub 31 | GRUB_GFXPAYLOAD_LINUX=keep 32 | 33 | # Uncomment if you want GRUB to pass to the Linux kernel the old parameter 34 | # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" 35 | #GRUB_DISABLE_LINUX_UUID=true 36 | 37 | # Uncomment to disable generation of recovery mode menu entries 38 | GRUB_DISABLE_RECOVERY=true 39 | 40 | # Uncomment and set to the desired menu colors. Used by normal and wallpaper 41 | # modes only. Entries specified as foreground/background. 42 | GRUB_COLOR_NORMAL="light-blue/black" 43 | GRUB_COLOR_HIGHLIGHT="light-cyan/blue" 44 | 45 | # Uncomment one of them for the gfx desired, a image background or a gfxtheme 46 | GRUB_BACKGROUND="/usr/share/backgrounds/hoodie.png" 47 | #GRUB_THEME="/path/to/gfxtheme" 48 | 49 | # Uncomment to get a beep at GRUB start 50 | #GRUB_INIT_TUNE="480 440 1" 51 | 52 | # Uncomment to make GRUB remember the last selection. This requires 53 | # setting 'GRUB_DEFAULT=saved' above. 54 | #GRUB_SAVEDEFAULT="true" 55 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/fonts/local.conf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | true 8 | 9 | 10 | 11 | 12 | 13 | true 14 | 15 | 16 | 17 | 18 | 19 | hintslight 20 | 21 | 22 | 23 | 24 | 25 | rgb 26 | 27 | 28 | 29 | 30 | 31 | lcddefault 32 | 33 | 34 | 35 | 41 | 42 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/hostname: -------------------------------------------------------------------------------- 1 | blackarch 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/hosts: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/hosts: static lookup table for host names 3 | # 4 | 5 | # 6 | 127.0.0.1 localhost.localdomain localhost 7 | ::1 localhost.localdomain localhost 8 | 127.0.1.1 blackarch.localdomain blackarch 9 | 10 | # End of file 11 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/iptables/ip6tables.rules: -------------------------------------------------------------------------------- 1 | *filter 2 | :INPUT DROP [0:0] 3 | :FORWARD ACCEPT [0:0] 4 | :OUTPUT ACCEPT [0:0] 5 | -A INPUT -i lo -j ACCEPT 6 | -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT 7 | COMMIT 8 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/iptables/iptables.rules: -------------------------------------------------------------------------------- 1 | *filter 2 | :INPUT DROP [0:0] 3 | :FORWARD ACCEPT [0:0] 4 | :OUTPUT ACCEPT [0:0] 5 | -A INPUT -i lo -j ACCEPT 6 | -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT 7 | COMMIT 8 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/issue: -------------------------------------------------------------------------------- 1 | --==[ BlackArch Linux \r on \l ]==-- 2 | 3 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/lightdm/lightdm-gtk-greeter.conf: -------------------------------------------------------------------------------- 1 | [greeter] 2 | theme-name = blackarch-xfce 3 | icon-theme-name = blackarch-icons 4 | font-name = Noto Sans 10 5 | indicators = ~separator;~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power 6 | background = /usr/share/backgrounds/hacktheplanet.png 7 | default-user-image = #distributor-logo-blackarch 8 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | LC_COLLATE=C 3 | LANGUAGE=en_US -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/mkinitcpio.d/linux.preset: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | # mkinitcpio preset file for the 'linux' package on archiso 5 | 6 | PRESETS=('archiso') 7 | 8 | ALL_kver='/boot/vmlinuz-linux' 9 | ALL_config='/etc/mkinitcpio.conf' 10 | 11 | archiso_image="/boot/initramfs-linux.img" 12 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/modules-load.d/vbox.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/etc/modules-load.d/vbox.conf -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/motd: -------------------------------------------------------------------------------- 1 | Welcome to BlackArch Linux! 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/os-release: -------------------------------------------------------------------------------- 1 | NAME="BlackArch Linux" 2 | ID=blackarch 3 | PRETTY_NAME="BlackArch Linux" 4 | ANSI_COLOR="0;34" 5 | HOME_URL="https://www.blackarch.org/" 6 | SUPPORT_URL="https://www.blackarch.org/" 7 | BUG_REPORT_URL="https://www.blackarch.org/" 8 | 9 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver hkp://pool.sks-keyservers.net 5 | keyserver-options timeout=10 6 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/random_seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/etc/pacman.d/gnupg/random_seed -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/etc/pacman.d/gnupg/secring.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | nameserver 1.1.1.1 2 | nameserver 8.8.8.8 3 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-pkcs11.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-secrets.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gnome-keyring-ssh.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/gsettings-data-convert.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/user-dirs-update-gtk.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | X-XFCE-Autostart-Override=true 3 | 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/.config/autostart/vboxclient.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=vboxclient 3 | Comment=VirtualBox User Session Services 4 | Exec=/usr/bin/VBoxClient-all 5 | 6 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/skel/bin/sysclean.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | pacman -Rscn $(yay -Qtdq) 4 | updatedb 5 | pkgfile -u 6 | pacman -Fyy 7 | pacman-db-upgrade 8 | yes | pacman -Scc 9 | sync 10 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/sudoers.d/wheel: -------------------------------------------------------------------------------- 1 | %wheel ALL=(ALL) ALL -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/bootchart.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See bootchart.conf(5) for details. 13 | 14 | [Bootchart] 15 | #Samples=500 16 | #Frequency=25 17 | #Relative=no 18 | #Filter=yes 19 | #Output= 20 | #Init=/path/to/init-binary 21 | #PlotMemoryUsage=no 22 | #PlotEntropyGraph=no 23 | #ScaleX=100 24 | #ScaleY=20 25 | #ControlGroup=no 26 | #PerCPU=no 27 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/coredump.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See coredump.conf(5) for details. 13 | 14 | [Coredump] 15 | #Storage=external 16 | #Compress=yes 17 | #ProcessSizeMax=2G 18 | #ExternalSizeMax=2G 19 | #JournalSizeMax=767M 20 | #MaxUse= 21 | #KeepFree= 22 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journal-remote.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See journal-remote.conf(5) for details 13 | 14 | [Remote] 15 | # Seal=false 16 | # SplitMode=host 17 | # ServerKeyFile=/etc/ssl/private/journal-remote.pem 18 | # ServerCertificateFile=/etc/ssl/certs/journal-remote.pem 19 | # TrustedCertificateFile=/etc/ssl/ca/trusted.pem 20 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journal-upload.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See journal-upload.conf(5) for details 13 | 14 | [Upload] 15 | # URL= 16 | # ServerKeyFile=/etc/ssl/private/journal-upload.pem 17 | # ServerCertificateFile=/etc/ssl/certs/journal-upload.pem 18 | # TrustedCertificateFile=/etc/ssl/ca/trusted.pem 19 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/journald.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See journald.conf(5) for details. 13 | 14 | [Journal] 15 | #Storage=auto 16 | #Compress=yes 17 | #Seal=yes 18 | #SplitMode=uid 19 | #SyncIntervalSec=5m 20 | #RateLimitIntervalSec=30s 21 | #RateLimitBurst=10000 22 | #SystemMaxUse= 23 | #SystemKeepFree= 24 | #SystemMaxFileSize= 25 | #SystemMaxFiles=100 26 | #RuntimeMaxUse= 27 | #RuntimeKeepFree= 28 | #RuntimeMaxFileSize= 29 | #RuntimeMaxFiles=100 30 | #MaxRetentionSec= 31 | #MaxFileSec=1month 32 | #ForwardToSyslog=no 33 | #ForwardToKMsg=no 34 | #ForwardToConsole=no 35 | #ForwardToWall=yes 36 | #TTYPath=/dev/console 37 | #MaxLevelStore=debug 38 | #MaxLevelSyslog=debug 39 | #MaxLevelKMsg=notice 40 | #MaxLevelConsole=info 41 | #MaxLevelWall=emerg 42 | #LineMax=48K 43 | #ReadKMsg=yes 44 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/resolved.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See resolved.conf(5) for details 13 | 14 | [Resolve] 15 | #DNS= 16 | #FallbackDNS=8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844 17 | #LLMNR=yes 18 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/scripts/choose-mirror: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | get_cmdline() { 4 | local param 5 | for param in $(< /proc/cmdline); do 6 | case "${param}" in 7 | $1=*) echo "${param##*=}"; 8 | return 0 9 | ;; 10 | esac 11 | done 12 | } 13 | 14 | mirror=$(get_cmdline mirror) 15 | [[ $mirror = auto ]] && mirror=$(get_cmdline archiso_http_srv) 16 | [[ $mirror ]] || exit 0 17 | 18 | mv /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.orig 19 | cat >/etc/pacman.d/mirrorlist << EOF 20 | # 21 | # Arch Linux repository mirrorlist 22 | # Generated by archiso 23 | # 24 | 25 | Server = ${mirror%%/}/\$repo/os/\$arch 26 | EOF 27 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See systemd-system.conf(5) for details. 13 | 14 | [Manager] 15 | #LogLevel=info 16 | #LogTarget=journal-or-kmsg 17 | #LogColor=yes 18 | #LogLocation=no 19 | #DumpCore=yes 20 | #ShowStatus=yes 21 | #CrashChangeVT=no 22 | #CrashShell=no 23 | #CrashReboot=no 24 | #CtrlAltDelBurstAction=reboot-force 25 | #CPUAffinity=1 2 26 | #RuntimeWatchdogSec=0 27 | #ShutdownWatchdogSec=10min 28 | #WatchdogDevice= 29 | #CapabilityBoundingSet= 30 | #NoNewPrivileges=no 31 | #SystemCallArchitectures= 32 | #TimerSlackNSec= 33 | #DefaultTimerAccuracySec=1min 34 | #DefaultStandardOutput=journal 35 | #DefaultStandardError=inherit 36 | #DefaultTimeoutStartSec=90s 37 | #DefaultTimeoutStopSec=90s 38 | #DefaultRestartSec=100ms 39 | #DefaultStartLimitIntervalSec=10s 40 | #DefaultStartLimitBurst=5 41 | #DefaultEnvironment= 42 | #DefaultCPUAccounting=no 43 | #DefaultIOAccounting=no 44 | #DefaultIPAccounting=no 45 | #DefaultBlockIOAccounting=no 46 | #DefaultMemoryAccounting=yes 47 | #DefaultTasksAccounting=yes 48 | #DefaultTasksMax=15% 49 | #DefaultLimitCPU= 50 | #DefaultLimitFSIZE= 51 | #DefaultLimitDATA= 52 | #DefaultLimitSTACK= 53 | #DefaultLimitCORE= 54 | #DefaultLimitRSS= 55 | #DefaultLimitNOFILE=1024:524288 56 | #DefaultLimitAS= 57 | #DefaultLimitNPROC= 58 | #DefaultLimitMEMLOCK= 59 | #DefaultLimitLOCKS= 60 | #DefaultLimitSIGPENDING= 61 | #DefaultLimitMSGQUEUE= 62 | #DefaultLimitNICE= 63 | #DefaultLimitRTPRIO= 64 | #DefaultLimitRTTIME= 65 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/choose-mirror.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Choose mirror from the kernel command line 3 | ConditionKernelCommandLine=mirror 4 | 5 | [Service] 6 | Type=oneshot 7 | ExecStart=/etc/systemd/scripts/choose-mirror 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/display-manager.service: -------------------------------------------------------------------------------- 1 | /usr/lib/systemd/system/lightdm.service -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Temporary /etc/pacman.d/gnupg directory 3 | 4 | [Mount] 5 | What=tmpfs 6 | Where=/etc/pacman.d/gnupg 7 | Type=tmpfs 8 | Options=mode=0755 9 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/getty@tty1.service.d/autologin.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStart= 3 | ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux 4 | Type=Simple 5 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Initializes Pacman keyring 3 | Wants=haveged.service 4 | After=haveged.service 5 | Requires=etc-pacman.d-gnupg.mount 6 | After=etc-pacman.d-gnupg.mount 7 | 8 | [Service] 9 | Type=oneshot 10 | RemainAfterExit=yes 11 | ExecStart=/usr/bin/pacman-key --init 12 | ExecStart=/usr/bin/pacman-key --populate archlinux 13 | ExecStart=/usr/bin/pacman-key --populate blackarch 14 | 15 | [Install] 16 | WantedBy=multi-user.target 17 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/timesyncd.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # Entries in this file show the compile time defaults. 9 | # You can change settings by editing this file. 10 | # Defaults can be restored by simply deleting this file. 11 | # 12 | # See timesyncd.conf(5) for details. 13 | 14 | [Time] 15 | #NTP= 16 | #FallbackNTP=0.arch.pool.ntp.org 1.arch.pool.ntp.org 2.arch.pool.ntp.org 3.arch.pool.ntp.org 17 | #RootDistanceMaxSec=5 18 | #PollIntervalMinSec=32 19 | #PollIntervalMaxSec=2048 20 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/systemd/user.conf: -------------------------------------------------------------------------------- 1 | # This file is part of systemd. 2 | # 3 | # systemd is free software; you can redistribute it and/or modify it 4 | # under the terms of the GNU Lesser General Public License as published by 5 | # the Free Software Foundation; either version 2.1 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # You can override the directives in this file by creating files in 9 | # /etc/systemd/user.conf.d/*.conf. 10 | # 11 | # See systemd-user.conf(5) for details 12 | 13 | [Manager] 14 | #LogLevel=info 15 | #LogTarget=console 16 | #LogColor=yes 17 | #LogLocation=no 18 | #SystemCallArchitectures= 19 | #TimerSlackNSec= 20 | #DefaultTimerAccuracySec=1min 21 | #DefaultStandardOutput=inherit 22 | #DefaultStandardError=inherit 23 | #DefaultTimeoutStartSec=90s 24 | #DefaultTimeoutStopSec=90s 25 | #DefaultRestartSec=100ms 26 | #DefaultStartLimitIntervalSec=10s 27 | #DefaultStartLimitBurst=5 28 | #DefaultEnvironment= 29 | #DefaultLimitCPU= 30 | #DefaultLimitFSIZE= 31 | #DefaultLimitDATA= 32 | #DefaultLimitSTACK= 33 | #DefaultLimitCORE= 34 | #DefaultLimitRSS= 35 | #DefaultLimitNOFILE= 36 | #DefaultLimitAS= 37 | #DefaultLimitNPROC= 38 | #DefaultLimitMEMLOCK= 39 | #DefaultLimitLOCKS= 40 | #DefaultLimitSIGPENDING= 41 | #DefaultLimitMSGQUEUE= 42 | #DefaultLimitNICE= 43 | #DefaultLimitRTPRIO= 44 | #DefaultLimitRTTIME= 45 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/udev/rules.d/81-dhcpcd.rules: -------------------------------------------------------------------------------- 1 | ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="en*|eth*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service" 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/udev/udev.conf: -------------------------------------------------------------------------------- 1 | # see udev.conf(5) for details 2 | 3 | #udev_log="info" 4 | -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/vconsole.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | FONT=ter-114n 3 | KEYMAP=us -------------------------------------------------------------------------------- /slim-iso/airootfs/etc/xprofile: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # vbox foo 4 | vbox=$(dmesg |grep -io virtualbox) 5 | if [ ! -z "$vbox" ] 6 | then 7 | /usr/bin/VBoxClient --seamless 8 | /usr/bin/VBoxClient --clipboard 9 | /usr/bin/VBoxClient --draganddrop 10 | /usr/bin/VBoxClient --vmsvga 11 | fi 12 | 13 | -------------------------------------------------------------------------------- /slim-iso/airootfs/root/.automated_script.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | script_cmdline () 4 | { 5 | local param 6 | for param in $(< /proc/cmdline); do 7 | case "${param}" in 8 | script=*) echo "${param##*=}" ; return 0 ;; 9 | esac 10 | done 11 | } 12 | 13 | automated_script () 14 | { 15 | local script rt 16 | script="$(script_cmdline)" 17 | if [[ -n "${script}" && ! -x /tmp/startup_script ]]; then 18 | if [[ "${script}" =~ ^http:// || "${script}" =~ ^ftp:// ]]; then 19 | wget "${script}" --retry-connrefused -q -O /tmp/startup_script >/dev/null 20 | rt=$? 21 | else 22 | cp "${script}" /tmp/startup_script 23 | rt=$? 24 | fi 25 | if [[ ${rt} -eq 0 ]]; then 26 | chmod +x /tmp/startup_script 27 | /tmp/startup_script 28 | fi 29 | fi 30 | } 31 | 32 | if [[ $(tty) == "/dev/tty1" ]]; then 33 | automated_script 34 | fi 35 | -------------------------------------------------------------------------------- /slim-iso/airootfs/root/.zlogin: -------------------------------------------------------------------------------- 1 | ~/.automated_script.sh 2 | -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/blackarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/usr/share/backgrounds/blackarch.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/hacktheplanet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/usr/share/backgrounds/hacktheplanet.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/backgrounds/hoodie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/airootfs/usr/share/backgrounds/hoodie.png -------------------------------------------------------------------------------- /slim-iso/airootfs/usr/share/icons/default/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=blackarch-cursor -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/entries/archiso-x86_64-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux slim medium (x86_64, UEFI) 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 10 | -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/entries/archiso-x86_64-speech-linux.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | title BlackArch Linux slim medium (x86_64, UEFI) with speech 5 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 6 | initrd /%INSTALL_DIR%/boot/intel-ucode.img 7 | initrd /%INSTALL_DIR%/boot/amd-ucode.img 8 | initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 9 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 10 | -------------------------------------------------------------------------------- /slim-iso/efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | timeout 15 5 | default archiso-x86_64-linux.conf 6 | -------------------------------------------------------------------------------- /slim-iso/isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | PATH /%INSTALL_DIR%/boot/syslinux/ 2 | DEFAULT loadconfig 3 | 4 | LABEL loadconfig 5 | CONFIG /%INSTALL_DIR%/boot/syslinux/archiso.cfg 6 | APPEND /%INSTALL_DIR%/ 7 | -------------------------------------------------------------------------------- /slim-iso/profiledef.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | # shellcheck disable=SC2034 3 | 4 | iso_name="blackarch-linux-slim" 5 | iso_label="BLACKARCH_$(date +%Y%m)" 6 | iso_publisher="BlackArch Linux " 7 | iso_application="BlackArch Linux Slim ISO" 8 | iso_version="$(date +%Y.%m.%d)" 9 | install_dir="blackarch" 10 | bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito') 11 | arch="x86_64" 12 | pacman_conf="pacman.conf" 13 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | DEFAULT select 5 | 6 | LABEL select 7 | COM32 boot/syslinux/whichsys.c32 8 | APPEND -pxe- pxe -sys- sys -iso- sys 9 | 10 | LABEL pxe 11 | CONFIG boot/syslinux/archiso_pxe.cfg 12 | 13 | LABEL sys 14 | CONFIG boot/syslinux/archiso_sys.cfg 15 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_head.cfg: -------------------------------------------------------------------------------- 1 | SERIAL 0 38400 2 | UI vesamenu.c32 3 | MENU TITLE BlackArch Linux (slim) 4 | MENU BACKGROUND splash.png 5 | 6 | MENU WIDTH 78 7 | MENU MARGIN 4 8 | MENU ROWS 7 9 | MENU VSHIFT 10 10 | MENU TABMSGROW 14 11 | MENU CMDLINEROW 14 12 | MENU HELPMSGROW 16 13 | MENU HELPMSGENDROW 29 14 | 15 | # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu 16 | 17 | MENU COLOR border 30;44 #50fafbff #a0000000 std 18 | MENU COLOR title 1;31;44 #ff6298e0 #a0000000 std 19 | MENU COLOR sel 7;37;40 #e00d3264 #20ffffff all 20 | MENU COLOR unsel 37;44 #50fafbff #a0000000 std 21 | MENU COLOR help 37;40 #c0ffffff #a0000000 std 22 | MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std 23 | MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std 24 | MENU COLOR msg07 37;40 #90ffffff #a0000000 std 25 | MENU COLOR tabmsg 31;40 #30ffffff #00000000 std 26 | 27 | MENU CLEAR 28 | MENU IMMEDIATE 29 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_pxe-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64_nbd 5 | TEXT HELP 6 | Boot the BlackArch Linux Slim ISO using NBD. 7 | It allows you to install BlackArch Linux or perform live usage. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux Slim ISO (x86_64, NBD) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify 13 | SYSAPPEND 3 14 | 15 | LABEL arch64_nfs 16 | TEXT HELP 17 | Boot the BlackArch Linux Slim ISO using NFS. 18 | It allows you to install BlackArch Linux or perform live usage. 19 | ENDTEXT 20 | MENU LABEL BlackArch Linux Slim ISO (x86_64, NFS) 21 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 22 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 23 | APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify 24 | SYSAPPEND 3 25 | 26 | LABEL arch64_http 27 | TEXT HELP 28 | Boot the BlackArch Linux Slim ISO using HTTP. 29 | It allows you to install BlackArch Linux or perform live usage. 30 | ENDTEXT 31 | MENU LABEL BlackArch Linux Slim ISO (x86_64, HTTP) 32 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 33 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 34 | APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify 35 | SYSAPPEND 3 36 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_pxe.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | INCLUDE archiso_pxe-linux.cfg 7 | 8 | INCLUDE archiso_tail.cfg 9 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_sys-linux.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL arch64 5 | TEXT HELP 6 | Boot the BlackArch Linux Slim ISO on BIOS. 7 | It allows you to install BlackArch Linux or perform live usage. 8 | ENDTEXT 9 | MENU LABEL BlackArch Linux Slim ISO (x86_64, BIOS) 10 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 11 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 12 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 13 | 14 | # Accessibility boot option 15 | LABEL arch64speech 16 | TEXT HELP 17 | Boot the BlackArch Linux Slim ISO on BIOS with speakup screen reader. 18 | It allows you to install BlackArch Linux or perform system maintenance with speech feedback. 19 | ENDTEXT 20 | MENU LABEL BlackArch Linux Slim ISO (x86_64, BIOS) with ^speech 21 | LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux 22 | INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img 23 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on 24 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_sys.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | INCLUDE archiso_head.cfg 5 | 6 | DEFAULT arch64 7 | TIMEOUT 150 8 | 9 | INCLUDE archiso_sys-linux.cfg 10 | 11 | INCLUDE archiso_tail.cfg 12 | -------------------------------------------------------------------------------- /slim-iso/syslinux/archiso_tail.cfg: -------------------------------------------------------------------------------- 1 | # 2 | # SPDX-License-Identifier: GPL-3.0-or-later 3 | 4 | LABEL existing 5 | TEXT HELP 6 | Boot an existing operating system. 7 | Press TAB to edit the disk and partition number to boot. 8 | ENDTEXT 9 | MENU LABEL Boot existing OS 10 | COM32 chain.c32 11 | APPEND hd0 0 12 | 13 | # http://www.memtest.org/ 14 | LABEL memtest 15 | MENU LABEL Run Memtest86+ (RAM test) 16 | LINUX /%INSTALL_DIR%/boot/memtest 17 | 18 | # http://hdt-project.org/ 19 | LABEL hdt 20 | MENU LABEL Hardware Information (HDT) 21 | COM32 hdt.c32 22 | APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz 23 | 24 | LABEL reboot 25 | TEXT HELP 26 | Reboot computer. 27 | The computer's firmware must support APM. 28 | ENDTEXT 29 | MENU LABEL Reboot 30 | COM32 reboot.c32 31 | 32 | LABEL poweroff 33 | TEXT HELP 34 | Power off computer. 35 | The computer's firmware must support APM. 36 | ENDTEXT 37 | MENU LABEL Power Off 38 | COM32 poweroff.c32 39 | -------------------------------------------------------------------------------- /slim-iso/syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlackArch/blackarch-iso/5c562b144932153770976ba5e639298268c6e370/slim-iso/syslinux/splash.png -------------------------------------------------------------------------------- /slim-iso/syslinux/syslinux.cfg: -------------------------------------------------------------------------------- 1 | DEFAULT select 2 | 3 | LABEL select 4 | COM32 whichsys.c32 5 | APPEND -pxe- pxe -sys- sys -iso- sys 6 | 7 | LABEL pxe 8 | CONFIG archiso_pxe.cfg 9 | 10 | LABEL sys 11 | CONFIG archiso_sys.cfg 12 | -------------------------------------------------------------------------------- /tools/auto-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # auto builds blackarch ISO of given architecture 4 | # 5 | 6 | if [ "`pwd | awk -F'/' '{print $(NF-1)"-"$(NF)}'`" != "blackarch-iso-tools" ] 7 | then 8 | echo "please run from blackarch-iso/tools/ directory" 9 | exit 1337 10 | fi 11 | 12 | if [ ${#} -ne 2 ] 13 | then 14 | echo "usage: ./auto-build.sh " 15 | echo "arch: i686 x86_64" 16 | 17 | exit 1337 18 | else 19 | pkgpath="${1}" 20 | arch="${2}" 21 | 22 | if [ ! -d "${pkgpath}/ripdc" ] 23 | then 24 | echo "wrong packages directory!" 25 | exit 1337 26 | fi 27 | 28 | if [ "${arch}" != "i686" -a "${arch}" != "x86_64" ] 29 | then 30 | echo "[ERROR] unknown arch!" 31 | exit 1337 32 | fi 33 | fi 34 | 35 | if [ `whoami` != "root" ] 36 | then 37 | echo "[ERROR] you need to be r00t" 38 | exit 1337 39 | fi 40 | 41 | if [ -d "../live-iso-${arch}" ] 42 | then 43 | echo "[WARNING] live-iso-${arch} exists..." 44 | else 45 | cp -r "../live-iso" "../live-iso-${arch}" 46 | fi 47 | 48 | sh menu-maker/menu-maker.sh "${pkgpath}" 49 | 50 | mv menu-maker/fluxbox-menu \ 51 | "../live-iso-${arch}/root-image/usr/share/fluxbox/menu" 52 | mv menu-maker/openbox-menu \ 53 | "../live-iso-${arch}/root-image/etc/xdg/openbox/menu.xml" 54 | mv menu-maker/awesome-menu \ 55 | "../live-iso-${arch}/root-image/etc/xdg/awesome/rc.lua" 56 | 57 | #sh package-list/package-list.sh "${pkgpath}" 58 | #mv package-list/packages.x86_64 package-list/packages.i686 \ 59 | # "../live-iso-${arch}/" 60 | 61 | cp "abuild.sh" "../live-iso-${arch}" 62 | 63 | cd "../live-iso-${arch}" && chown -R root:root * && sh abuild.sh -a ${arch} 64 | -------------------------------------------------------------------------------- /tools/menu-maker/fluxbox-footer.tmpl: -------------------------------------------------------------------------------- 1 | [end] 2 | 3 | [separator] 4 | 5 | [submenu] (fluxbox menu) 6 | [config] (Configure) 7 | [submenu] (System Styles) {Choose a style...} 8 | [stylesdir] (/usr/share/fluxbox/styles) 9 | [end] 10 | [submenu] (User Styles) {Choose a style...} 11 | [stylesdir] (~/.fluxbox/styles) 12 | [end] 13 | [workspaces] (Workspace List) 14 | [submenu] (Tools) 15 | [exec] (Window name) {xprop WM_CLASS|cut -d \" -f 2|xmessage -file - -center} 16 | [end] 17 | [commanddialog] (Fluxbox Command) 18 | [reconfig] (Reload config) 19 | [restart] (Restart) 20 | [exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) \ 21 | 2> /dev/null | xmessage -file - -center} 22 | [separator] 23 | [exit] (Exit) 24 | [end] 25 | 26 | [end] 27 | -------------------------------------------------------------------------------- /tools/menu-maker/fluxbox-header.tmpl: -------------------------------------------------------------------------------- 1 | [begin] (blackarch menu) 2 | 3 | [submenu] (terminals) 4 | [exec] (term (grey\)) {urxvt -bg black -fg grey} 5 | [exec] (term (red\)) {urxvt -bg black -fg red} 6 | [exec] (term (green\)) {urxvt -bg black -fg green} 7 | [exec] (term (yellow\)) {urxvt -bg black -fg yellow} 8 | [exec] (term (white\)) {urxvt -bg black -fg white} 9 | [end] 10 | 11 | [submenu] (browsers) 12 | [exec] (firefox) {firefox} 13 | [exec] (chromium) {chromium --no-sandbox} 14 | [end] 15 | 16 | [submenu] (network) 17 | [exec] (wifi-radar) {wifi-radar} 18 | [exec] (wifi-radar-polkit) {wifi-radar-polkit} 19 | [end] 20 | 21 | [submenu] (blackarch) 22 | -------------------------------------------------------------------------------- /tools/menu-maker/openbox-footer.tmpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | obconf 6 | 7 | yes 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /tools/menu-maker/openbox-header.tmpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | urxvt -bg black -fg grey 9 | 10 | 11 | 12 | 13 | urxvt -bg black -fg red 14 | 15 | 16 | 17 | 18 | urxvt -bg black -fg green 19 | 20 | 21 | 22 | 23 | urxvt -bg black -fg yellow 24 | 25 | 26 | 27 | 28 | urxvt -bg black -fg white 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | firefox 37 | 38 | yes 39 | firefox 40 | 41 | 42 | 43 | 44 | 45 | chromium --no-sandbox 46 | 47 | yes 48 | chromium 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | wifi-radar 58 | 59 | yes 60 | wifi-radar 61 | 62 | 63 | 64 | 65 | 66 | wifi-radar-polkit 67 | 68 | yes 69 | wifi-radar-polkit 70 | 71 | 72 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /tools/package-list/package-list.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # generates list of packages for packages.${ARCHS} 4 | # 5 | 6 | WORKDIR="`pwd`/`dirname ${0}`" 7 | ARCHS="x86_64" 8 | _GROUPS="`pacman -Sg | grep blackarch- | sort -u | tr -s '\n' ' '`" 9 | 10 | if [ ${#} -ne 1 ] 11 | then 12 | echo "${0} " 13 | exit 1337 14 | else 15 | pkgpath="${1}" 16 | fi 17 | 18 | cd "`dirname ${pkgpath}`/`basename ${pkgpath}`" 19 | 20 | for arch in ${ARCHS} 21 | do 22 | cat "${WORKDIR}/packages.${arch}.tmpl" > "packages.${arch}" 23 | 24 | for group in ${_GROUPS} 25 | do 26 | tools=`grep -r "${group}" | cut -d '/' -f 1 | sort -u | 27 | grep -v "packages.${arch}"` 28 | echo "# ${group}" >> "packages.${arch}" 29 | for tool in ${tools} 30 | do 31 | grep -rE "'${arch}'|'any'" ${tool} | cut -d '/' -f 1 | 32 | sort -u >> "packages.${arch}" 33 | done 34 | echo "" >> "packages.${arch}" 35 | done 36 | mv "packages.${arch}" ${WORKDIR} 37 | done 38 | -------------------------------------------------------------------------------- /tools/package-list/packages.x86_64.tmpl: -------------------------------------------------------------------------------- 1 | # arch linux 2 | refind-efi 3 | --------------------------------------------------------------------------------