Skip to content
Snippets Groups Projects
Commit 96602877 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

pass minimal templates to 66

parent c82ed423
Branches
Tags
No related merge requests found
#!/usr/bin/bash
#!@BINDIR@/bash
# Copyright (c) 2015-2019Eric Vidal <eric@obarun.org>
# All rights reserved.
#
......
######One application per line, you can use # to comment a line, blank line are ignored
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
# special case for applysys
# need to be here to apply sysuser file at first installation
## Special case for applysys.
## Need to be here to apply sysuser file,
## at first installation.
#--------------
## system base
#--------------
applysys
bash
......
####One application per line, you can use # to comment a line, blank line are ignored
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
## base-devel
#-------------
## base-devel
#-------------
autoconf
autogen
......
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
#---------
## obarun
#---------
66
applysys
eudev
......@@ -23,7 +32,9 @@ vi
zsh
zsh-completions
# service
#-----------
## services
#-----------
boot-66serv
root-66tree
......
######One application per line, you can use # to comment a line, blank line are ignored
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
#--------------
## boot loader
#--------------
## boot loader
syslinux
gptfdisk
## console browser
#------------------
## console browser
#------------------
lynx
## utilities
#------------
## utilities
#------------
btrfs-progs
crda
......@@ -28,11 +39,17 @@ wget
wireless_tools
wpa_supplicant
#-------------------
## obarun utilities
#-------------------
obarun-install
obarun-install-themes
pacopts
## fonts
#-------------------
## fonts
#-------------------
fontconfig
gsfonts
......@@ -22,7 +22,8 @@ HoldPkg = pacman glibc
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg = systemd libsystemd
IgnorePkg = systemd
IgnorePkg = libsystemd
#IgnoreGroup =
#NoUpgrade =
......
[Default Applications]
inode/directory=spacefm-folder-handler.desktop;
application/xml=geany.desktop;
image/svg+xml=geeqie.desktop;
text/plain=geany-usercreated-0.desktop;
application/octet-stream=geany.desktop;
image/vnd.microsoft.icon=geeqie-usercreated-0.desktop;
application/x-php=geany.desktop;
image/jpeg=gimp.desktop;
text/html=geany-usercreated-1.desktop;
text/x-log=geany-usercreated-2.desktop;
application/x-compressed-tar=xarchiver.desktop;
application/x-xz-compressed-tar=xarchiver-usercreated-0.desktop;
text/x-csrc=geany-usercreated-3.desktop;
[Added Associations]
inode/directory=spacefm-folder-handler.desktop;
application/xml=geany.desktop;
image/svg+xml=geeqie.desktop;
text/plain=geany-usercreated-0.desktop;
application/octet-stream=geany.desktop;
image/vnd.microsoft.icon=geeqie-usercreated-0.desktop;
application/x-php=bluefish.desktop;
image/jpeg=gimp.desktop;
text/html=geany-usercreated-1.desktop;
text/x-log=geany-usercreated-2.desktop;
application/x-compressed-tar=xarchiver.desktop;
application/x-xz-compressed-tar=xarchiver-usercreated-0.desktop;
text/x-csrc=geany-usercreated-3.desktop;
[Removed Associations]
text/plain=sudo-usercreated-0.desktop;
......@@ -9,3 +9,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
done
unset f
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment