Like a year of changes, lazy, sorry
This commit is contained in:
parent
4bc0cdf4f0
commit
5937bc493f
0
Dockerfile
Normal file → Executable file
0
Dockerfile
Normal file → Executable file
3
base-x64.packages
Normal file → Executable file
3
base-x64.packages
Normal file → Executable file
@ -11,6 +11,9 @@ mdadm
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
NetworkManager
|
NetworkManager
|
||||||
nano
|
nano
|
||||||
vim
|
vim
|
||||||
|
29
base-x64.sh
29
base-x64.sh
@ -2,46 +2,57 @@
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| BASE VOID x86_64 |"
|
echo "| BASE VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
#NONFREE=https://repo.voidlinux.eu/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
|
|
||||||
FILENAME="void-live-unofficial"
|
FILENAME="void-live-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
# Run mklive command with set architechure, repos and package list
|
||||||
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
((retry++))
|
||||||
|
if [[ $retry -eq 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-p "$(grep '^[^#].' base-x64.packages)" \
|
-p "$(grep '^[^#].' base-x64.packages)" \
|
||||||
-T "Void Linux Unofficial" \
|
-T "${DESKTOP}" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
# Make sure resulting ISO exists and sent error to webpage if not
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add iso file to checksum list
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Check if checksum file exists, send error to webpage if not
|
||||||
if [ ! -f sha256sums.txt ];then
|
if [ ! -f sha256sums.txt ];then
|
||||||
echo "Missing checksum file, aborting!"
|
echo "Missing checksum file, aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# make sure build directory exists and create it if not
|
||||||
if [ ! -d "${BUILDDIR}" ];then
|
if [ ! -d "${BUILDDIR}" ];then
|
||||||
mkdir ${BUILDDIR}
|
mkdir ${BUILDDIR}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Move the iso file to the build directory
|
||||||
mv ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso build
|
mv ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso build
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
clear
|
||||||
HTMLDIR="/var/www/voidbuilds.xyz/public"
|
HTMLDIR="/var/www/voidbuilds.xyz/public"
|
||||||
FILENAME="status.html"
|
FILENAME="status.html"
|
||||||
ISODIR="download"
|
ISODIR="download"
|
||||||
@ -39,10 +39,10 @@ mvImages(){
|
|||||||
cp cinnamon-x64.packages ${PKGLISTDIR}/cinnamon-x64.packages.txt
|
cp cinnamon-x64.packages ${PKGLISTDIR}/cinnamon-x64.packages.txt
|
||||||
cp e17-x64.packages ${PKGLISTDIR}/e17-x64.packages.txt
|
cp e17-x64.packages ${PKGLISTDIR}/e17-x64.packages.txt
|
||||||
cp mate-x64.packages ${PKGLISTDIR}/mate-x64.packages.txt
|
cp mate-x64.packages ${PKGLISTDIR}/mate-x64.packages.txt
|
||||||
cp lxde-x64.packages ${PKGLISTDIR}/lxde-x64.packages.txt
|
# cp lxde-x64.packages ${PKGLISTDIR}/lxde-x64.packages.txt
|
||||||
cp lxqt-x64.packages ${PKGLISTDIR}/lxqt-x64.packages.txt
|
cp lxqt-x64.packages ${PKGLISTDIR}/lxqt-x64.packages.txt
|
||||||
cp i3-x64.packages ${PKGLISTDIR}/i3-x64.packages.txt
|
cp i3-x64.packages ${PKGLISTDIR}/i3-x64.packages.txt
|
||||||
#cp kde-x64.packages ${PKGLISTDIR}/kde-x64.packages.txt
|
cp kde-x64.packages ${PKGLISTDIR}/kde-x64.packages.txt
|
||||||
#cp gnome-x64.packages ${PKGLISTDIR}/gnome-x64.packages.txt
|
#cp gnome-x64.packages ${PKGLISTDIR}/gnome-x64.packages.txt
|
||||||
cp xfce-x64.packages ${PKGLISTDIR}/xfce-x64.packages.txt
|
cp xfce-x64.packages ${PKGLISTDIR}/xfce-x64.packages.txt
|
||||||
|
|
||||||
@ -240,6 +240,7 @@ genSpecs(){
|
|||||||
echo "AMDGPU Version: $(xbps-query -R xf86-video-amdgpu| grep pkgver | sed 's/pkgver://')</br></br>" >> ${HTMLDIR}/${FILENAME}
|
echo "AMDGPU Version: $(xbps-query -R xf86-video-amdgpu| grep pkgver | sed 's/pkgver://')</br></br>" >> ${HTMLDIR}/${FILENAME}
|
||||||
echo "</html>" >> ${HTMLDIR}/${FILENAME}
|
echo "</html>" >> ${HTMLDIR}/${FILENAME}
|
||||||
}
|
}
|
||||||
|
|
||||||
genHtml(){
|
genHtml(){
|
||||||
FILENAME="status.html"
|
FILENAME="status.html"
|
||||||
|
|
||||||
@ -333,6 +334,9 @@ case ${1} in
|
|||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
-c|-clean)
|
||||||
|
cleanUp
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo -e "\nusage: ${0} [-bn, -bl]\n"
|
echo -e "\nusage: ${0} [-bn, -bl]\n"
|
||||||
|
0
build-x86-images.sh.in
Normal file → Executable file
0
build-x86-images.sh.in
Normal file → Executable file
10
cinnamon-x64.packages
Normal file → Executable file
10
cinnamon-x64.packages
Normal file → Executable file
@ -12,7 +12,7 @@ mdadm
|
|||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
#intel-ucode
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -22,8 +22,11 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
@ -44,7 +47,7 @@ vim
|
|||||||
dtrx
|
dtrx
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
#unrar
|
||||||
bash-completion
|
bash-completion
|
||||||
cinnamon
|
cinnamon
|
||||||
xrandr
|
xrandr
|
||||||
@ -68,3 +71,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
|
papirus-icon-theme
|
||||||
|
@ -3,32 +3,46 @@ DESKTOP="cinnamon"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
NONFREE=https://alpha.de.repo.voidlinux.org/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-r ${NONFREE} \
|
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
0
data/issue
Normal file → Executable file
0
data/issue
Normal file → Executable file
BIN
data/splash.png
Normal file → Executable file
BIN
data/splash.png
Normal file → Executable file
Binary file not shown.
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 25 KiB |
0
data/void-vpkgs.conf
Normal file → Executable file
0
data/void-vpkgs.conf
Normal file → Executable file
0
dracut/autoinstaller/autoinstall.cfg
Normal file → Executable file
0
dracut/autoinstaller/autoinstall.cfg
Normal file → Executable file
0
dracut/autoinstaller/module-setup.sh
Normal file → Executable file
0
dracut/autoinstaller/module-setup.sh
Normal file → Executable file
0
dracut/netmenu/module-setup.sh
Normal file → Executable file
0
dracut/netmenu/module-setup.sh
Normal file → Executable file
0
dracut/vmklive/59-mtd.rules
Normal file → Executable file
0
dracut/vmklive/59-mtd.rules
Normal file → Executable file
0
dracut/vmklive/61-mtd.rules
Normal file → Executable file
0
dracut/vmklive/61-mtd.rules
Normal file → Executable file
0
dracut/vmklive/adduser.sh
Normal file → Executable file
0
dracut/vmklive/adduser.sh
Normal file → Executable file
0
dracut/vmklive/display-manager-autologin.sh
Normal file → Executable file
0
dracut/vmklive/display-manager-autologin.sh
Normal file → Executable file
0
dracut/vmklive/locale.sh
Normal file → Executable file
0
dracut/vmklive/locale.sh
Normal file → Executable file
0
dracut/vmklive/module-setup.sh
Normal file → Executable file
0
dracut/vmklive/module-setup.sh
Normal file → Executable file
0
dracut/vmklive/services.sh
Normal file → Executable file
0
dracut/vmklive/services.sh
Normal file → Executable file
9
e17-x64.packages
Normal file → Executable file
9
e17-x64.packages
Normal file → Executable file
@ -13,7 +13,6 @@ xorg-minimal
|
|||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -23,6 +22,10 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
enlightenment
|
enlightenment
|
||||||
terminology
|
terminology
|
||||||
@ -44,7 +47,6 @@ upower
|
|||||||
flatpak
|
flatpak
|
||||||
zenity
|
zenity
|
||||||
bash-completion
|
bash-completion
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
vim
|
vim
|
||||||
@ -56,6 +58,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
void-repo-multilib
|
void-repo-multilib
|
||||||
@ -70,6 +74,5 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
Adapta
|
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
gnome-themes-standard
|
gnome-themes-standard
|
||||||
|
5
gnome-x64.packages
Normal file → Executable file
5
gnome-x64.packages
Normal file → Executable file
@ -27,8 +27,11 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
gdm
|
gdm
|
||||||
pm-utils
|
|
||||||
bash-completion
|
bash-completion
|
||||||
nano
|
nano
|
||||||
git
|
git
|
||||||
|
30
gnome-x64.sh
30
gnome-x64.sh
@ -3,31 +3,43 @@ DESKTOP="gnome"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
#NONFREE=https://repo.voidlinux.eu/current/nonfree
|
#NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
#: ${ARCH:=$(uname -m)}
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
0
grub/grub.cfg
Normal file → Executable file
0
grub/grub.cfg
Normal file → Executable file
0
grub/grub_void.cfg.in
Normal file → Executable file
0
grub/grub_void.cfg.in
Normal file → Executable file
0
hooks/README.md
Normal file → Executable file
0
hooks/README.md
Normal file → Executable file
8
i3-x64.packages
Normal file → Executable file
8
i3-x64.packages
Normal file → Executable file
@ -9,10 +9,12 @@ lvm2
|
|||||||
mdadm
|
mdadm
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
xrandr
|
xrandr
|
||||||
@ -23,8 +25,8 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
@ -54,6 +56,8 @@ xterm
|
|||||||
mc
|
mc
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
dmenu
|
dmenu
|
||||||
|
29
i3-x64.sh
29
i3-x64.sh
@ -3,32 +3,45 @@ DESKTOP="i3"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
NONFREE=https://alpha.de.repo.voidlinux.org/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-r ${NONFREE} \
|
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
0
image_contents/base-x64.packages.txt
Normal file → Executable file
0
image_contents/base-x64.packages.txt
Normal file → Executable file
0
image_contents/cinnamon-x64.packages.txt
Normal file → Executable file
0
image_contents/cinnamon-x64.packages.txt
Normal file → Executable file
0
image_contents/i3-x64.packages.txt
Normal file → Executable file
0
image_contents/i3-x64.packages.txt
Normal file → Executable file
0
image_contents/lxde-x64.packages.txt
Normal file → Executable file
0
image_contents/lxde-x64.packages.txt
Normal file → Executable file
0
image_contents/lxqt-x64.packages.txt
Normal file → Executable file
0
image_contents/lxqt-x64.packages.txt
Normal file → Executable file
0
image_contents/mate-x64.packages.txt
Normal file → Executable file
0
image_contents/mate-x64.packages.txt
Normal file → Executable file
0
image_contents/xfce-x64.packages.txt
Normal file → Executable file
0
image_contents/xfce-x64.packages.txt
Normal file → Executable file
0
installer.sh.in
Normal file → Executable file
0
installer.sh.in
Normal file → Executable file
0
isolinux/isolinux.cfg.in
Normal file → Executable file
0
isolinux/isolinux.cfg.in
Normal file → Executable file
9
kde-x64.packages
Normal file → Executable file
9
kde-x64.packages
Normal file → Executable file
@ -22,10 +22,12 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
sddm
|
sddm
|
||||||
konsole
|
konsole
|
||||||
bash-completion
|
bash-completion
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
@ -52,11 +54,12 @@ inetutils
|
|||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
topgrade
|
topgrade
|
||||||
keepassxc
|
|
||||||
octoxbps
|
octoxbps
|
||||||
ntp
|
ntp
|
||||||
void-repo-multilib
|
void-repo-multilib
|
||||||
@ -78,4 +81,4 @@ kaccounts-integration
|
|||||||
kaccounts-providers
|
kaccounts-providers
|
||||||
dolphin
|
dolphin
|
||||||
adapta-kde
|
adapta-kde
|
||||||
papirus-icon-theme
|
adwaita-icon-theme
|
||||||
|
28
kde-x64.sh
28
kde-x64.sh
@ -3,9 +3,9 @@ DESKTOP="kde"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
#NONFREE=https://repo.voidlinux.eu/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
@ -15,19 +15,37 @@ BUILDDIR="$(pwd)/build"
|
|||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
#: ${ARCH:=$(uname -m)}
|
||||||
|
|
||||||
|
retry=0
|
||||||
|
|
||||||
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
0
keys/3d:b9:c0:50:41:a7:68:4c:2e:2c:a9:a2:5a:04:b7:3f.plist
Normal file → Executable file
0
keys/3d:b9:c0:50:41:a7:68:4c:2e:2c:a9:a2:5a:04:b7:3f.plist
Normal file → Executable file
0
keys/60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d.plist
Normal file → Executable file
0
keys/60:ae:0c:d6:f0:95:17:80:bc:93:46:7a:89:af:a3:2d.plist
Normal file → Executable file
4
lxde-x64.packages
Normal file → Executable file
4
lxde-x64.packages
Normal file → Executable file
@ -24,6 +24,10 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
pm-utils
|
pm-utils
|
||||||
bash-completion
|
bash-completion
|
||||||
|
11
lxde-x64.sh
11
lxde-x64.sh
@ -18,17 +18,26 @@ BUILDDIR="$(pwd)/build"
|
|||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r ${CURRENT} \
|
||||||
-r ${MUTILIB} \
|
# -r ${MUTILIB} \
|
||||||
-r ${NONFREE} \
|
-r ${NONFREE} \
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
10
lxqt-x64.packages
Normal file → Executable file
10
lxqt-x64.packages
Normal file → Executable file
@ -7,14 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -24,8 +22,11 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
qt5-plugin-sqlite
|
qt5-plugin-sqlite
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
bash-completion
|
bash-completion
|
||||||
git
|
git
|
||||||
@ -52,6 +53,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
octoxbps
|
octoxbps
|
||||||
@ -65,3 +68,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
falkon
|
falkon
|
||||||
|
papirus-icon-theme
|
||||||
|
30
lxqt-x64.sh
30
lxqt-x64.sh
@ -3,33 +3,45 @@ DESKTOP="lxqt"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
NONFREE=https://alpha.de.repo.voidlinux.org/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry - gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-r ${NONFREE} \
|
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
9
mate-x64.packages
Normal file → Executable file
9
mate-x64.packages
Normal file → Executable file
@ -7,13 +7,11 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
xrandr
|
xrandr
|
||||||
@ -24,6 +22,10 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
mate
|
mate
|
||||||
mate-extra
|
mate-extra
|
||||||
@ -49,6 +51,8 @@ alsa-plugins-pulseaudio
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
octoxbps
|
octoxbps
|
||||||
@ -62,3 +66,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
|
papirus-icon-theme
|
||||||
|
26
mate-x64.sh
26
mate-x64.sh
@ -11,25 +11,37 @@ DATE=$(date +%Y%m%d)
|
|||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-r ${NONFREE} \
|
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
0
mkimage.sh.in
Normal file → Executable file
0
mkimage.sh.in
Normal file → Executable file
0
mklive.sh.in
Normal file → Executable file
0
mklive.sh.in
Normal file → Executable file
0
mknet.sh.in
Normal file → Executable file
0
mknet.sh.in
Normal file → Executable file
0
mkplatformfs.sh.in
Normal file → Executable file
0
mkplatformfs.sh.in
Normal file → Executable file
0
mkrootfs.sh.in
Normal file → Executable file
0
mkrootfs.sh.in
Normal file → Executable file
4
package_lists/base-x64.packages.txt
Normal file → Executable file
4
package_lists/base-x64.packages.txt
Normal file → Executable file
@ -7,11 +7,13 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
NetworkManager
|
NetworkManager
|
||||||
nano
|
nano
|
||||||
vim
|
vim
|
||||||
|
24
package_lists/cinnamon-x64.packages.txt
Normal file → Executable file
24
package_lists/cinnamon-x64.packages.txt
Normal file → Executable file
@ -7,13 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
#intel-ucode
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -23,16 +22,32 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
dtrx
|
dtrx
|
||||||
unzip
|
unzip
|
||||||
p7zip
|
p7zip
|
||||||
unrar
|
#unrar
|
||||||
bash-completion
|
bash-completion
|
||||||
cinnamon
|
cinnamon
|
||||||
xrandr
|
xrandr
|
||||||
@ -56,3 +71,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
|
papirus-icon-theme
|
||||||
|
24
package_lists/e17-x64.packages.txt
Normal file → Executable file
24
package_lists/e17-x64.packages.txt
Normal file → Executable file
@ -7,14 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -24,14 +22,31 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
enlightenment
|
enlightenment
|
||||||
terminology
|
terminology
|
||||||
econnman
|
econnman
|
||||||
|
upower
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
zenity
|
zenity
|
||||||
bash-completion
|
bash-completion
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
vim
|
vim
|
||||||
@ -43,6 +58,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
void-repo-multilib
|
void-repo-multilib
|
||||||
@ -57,6 +74,5 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
Adapta
|
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
gnome-themes-standard
|
gnome-themes-standard
|
||||||
|
23
package_lists/i3-x64.packages.txt
Normal file → Executable file
23
package_lists/i3-x64.packages.txt
Normal file → Executable file
@ -7,13 +7,14 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
xrandr
|
xrandr
|
||||||
@ -24,12 +25,26 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
|
upower
|
||||||
bash-completion
|
bash-completion
|
||||||
i3-gaps
|
i3-gaps
|
||||||
i3blocks
|
i3blocks
|
||||||
@ -41,6 +56,8 @@ xterm
|
|||||||
mc
|
mc
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
dmenu
|
dmenu
|
||||||
|
84
package_lists/kde-x64.packages.txt
Executable file
84
package_lists/kde-x64.packages.txt
Executable file
@ -0,0 +1,84 @@
|
|||||||
|
#GRUB
|
||||||
|
grub-i386-efi
|
||||||
|
grub-x86_64-efi
|
||||||
|
|
||||||
|
#BASE PKGS
|
||||||
|
dialog
|
||||||
|
cryptsetup
|
||||||
|
lvm2
|
||||||
|
mdadm
|
||||||
|
|
||||||
|
# X PACKAGES
|
||||||
|
xorg
|
||||||
|
xorg-input-drivers
|
||||||
|
xorg-video-drivers
|
||||||
|
setxkbmap
|
||||||
|
xauth
|
||||||
|
xrandr
|
||||||
|
font-misc-misc
|
||||||
|
terminus-font
|
||||||
|
dejavu-fonts-ttf
|
||||||
|
alsa-plugins-pulseaudio
|
||||||
|
|
||||||
|
|
||||||
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
sddm
|
||||||
|
konsole
|
||||||
|
bash-completion
|
||||||
|
nano
|
||||||
|
git
|
||||||
|
vim
|
||||||
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
|
alsa-utils
|
||||||
|
alsa-plugins-pulseaudio
|
||||||
|
plasma-pa
|
||||||
|
paprefs
|
||||||
|
pavucontrol
|
||||||
|
inetutils
|
||||||
|
usbutils
|
||||||
|
wget
|
||||||
|
curl
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
|
xterm
|
||||||
|
htop
|
||||||
|
tuxc
|
||||||
|
topgrade
|
||||||
|
octoxbps
|
||||||
|
ntp
|
||||||
|
void-repo-multilib
|
||||||
|
void-repo-nonfree
|
||||||
|
octoxbps
|
||||||
|
kdesu
|
||||||
|
gvfs-afc
|
||||||
|
gvfs-mtp
|
||||||
|
gvfs-smb
|
||||||
|
udisks2
|
||||||
|
ntfs-3g
|
||||||
|
gnome-keyring
|
||||||
|
NetworkManager
|
||||||
|
plasma-nm
|
||||||
|
firefox
|
||||||
|
kde5
|
||||||
|
kde5-baseapps
|
||||||
|
kaccounts-integration
|
||||||
|
kaccounts-providers
|
||||||
|
dolphin
|
||||||
|
adapta-kde
|
||||||
|
adwaita-icon-theme
|
@ -1,53 +0,0 @@
|
|||||||
#GRUB
|
|
||||||
grub-i386-efi
|
|
||||||
grub-x86_64-efi
|
|
||||||
|
|
||||||
#BASE PKGS
|
|
||||||
dialog
|
|
||||||
cryptsetup
|
|
||||||
lvm2
|
|
||||||
mdadm
|
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
|
||||||
xorg-minimal
|
|
||||||
xorg-input-drivers
|
|
||||||
xorg-video-drivers
|
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
|
||||||
xrandr
|
|
||||||
xauth
|
|
||||||
font-misc-misc
|
|
||||||
terminus-font
|
|
||||||
dejavu-fonts-ttf
|
|
||||||
alsa-plugins-pulseaudio
|
|
||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
|
||||||
lxdm
|
|
||||||
pm-utils
|
|
||||||
bash-completion
|
|
||||||
nano
|
|
||||||
git
|
|
||||||
vim
|
|
||||||
lxde
|
|
||||||
xdg-utils
|
|
||||||
gnome-terminal
|
|
||||||
alsa-utils
|
|
||||||
pavucontrol
|
|
||||||
xterm
|
|
||||||
htop
|
|
||||||
tuxc
|
|
||||||
topgrade
|
|
||||||
ntp
|
|
||||||
octoxbps
|
|
||||||
gksu
|
|
||||||
void-repo-multilib
|
|
||||||
gvfs-afc
|
|
||||||
gvfs-mtp
|
|
||||||
gvfs-smb
|
|
||||||
udisks2
|
|
||||||
ntfs-3g
|
|
||||||
gnome-keyring
|
|
||||||
network-manager-applet
|
|
||||||
falkon
|
|
23
package_lists/lxqt-x64.packages.txt
Normal file → Executable file
23
package_lists/lxqt-x64.packages.txt
Normal file → Executable file
@ -7,14 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -24,12 +22,28 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
qt5-plugin-sqlite
|
qt5-plugin-sqlite
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
bash-completion
|
bash-completion
|
||||||
git
|
git
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
vim
|
vim
|
||||||
lxdm
|
lxdm
|
||||||
lxqt
|
lxqt
|
||||||
@ -39,6 +53,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
octoxbps
|
octoxbps
|
||||||
@ -52,3 +68,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
falkon
|
falkon
|
||||||
|
papirus-icon-theme
|
||||||
|
22
package_lists/mate-x64.packages.txt
Normal file → Executable file
22
package_lists/mate-x64.packages.txt
Normal file → Executable file
@ -7,13 +7,11 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
xrandr
|
xrandr
|
||||||
@ -24,6 +22,10 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
elogind
|
||||||
|
exfat-utils
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
mate
|
mate
|
||||||
mate-extra
|
mate-extra
|
||||||
@ -31,11 +33,26 @@ bash-completion
|
|||||||
caja-extensions
|
caja-extensions
|
||||||
alsa-utils
|
alsa-utils
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
pavucontrol
|
pavucontrol
|
||||||
alsa-plugins-pulseaudio
|
alsa-plugins-pulseaudio
|
||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
octoxbps
|
octoxbps
|
||||||
@ -49,3 +66,4 @@ ntfs-3g
|
|||||||
gnome-keyring
|
gnome-keyring
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
firefox
|
firefox
|
||||||
|
papirus-icon-theme
|
||||||
|
22
package_lists/xfce-x64.packages.txt
Normal file → Executable file
22
package_lists/xfce-x64.packages.txt
Normal file → Executable file
@ -7,14 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -24,11 +22,27 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
exfat-utils
|
||||||
|
elogind
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-kde
|
||||||
|
xdg-user-dirs
|
||||||
|
xdg-user-dirs-gtk
|
||||||
|
libappindicator
|
||||||
|
AppStream
|
||||||
|
libvdpau-va-gl
|
||||||
|
vdpauinfo
|
||||||
|
pipewire
|
||||||
|
gstreamer1-pipewire
|
||||||
|
upower
|
||||||
|
flatpak
|
||||||
zenity
|
zenity
|
||||||
bash-completion
|
bash-completion
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
vim
|
vim
|
||||||
@ -40,6 +54,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
void-repo-multilib
|
void-repo-multilib
|
||||||
|
0
packer/http/autoinstall.cfg
Normal file → Executable file
0
packer/http/autoinstall.cfg
Normal file → Executable file
0
packer/scripts/vagrant.sh
Normal file → Executable file
0
packer/scripts/vagrant.sh
Normal file → Executable file
0
packer/templates/vagrant-glibc64.json
Normal file → Executable file
0
packer/templates/vagrant-glibc64.json
Normal file → Executable file
0
pxelinux.cfg/pxelinux.cfg.in
Normal file → Executable file
0
pxelinux.cfg/pxelinux.cfg.in
Normal file → Executable file
0
release.sh.in
Normal file → Executable file
0
release.sh.in
Normal file → Executable file
0
silvernode.asc
Normal file → Executable file
0
silvernode.asc
Normal file → Executable file
0
templates/logen/logen.packages
Normal file → Executable file
0
templates/logen/logen.packages
Normal file → Executable file
0
templates/plasma/plasma.packages
Normal file → Executable file
0
templates/plasma/plasma.packages
Normal file → Executable file
0
templates/plasma/splash.png
Normal file → Executable file
0
templates/plasma/splash.png
Normal file → Executable file
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 345 KiB |
0
tom-x64.packages
Normal file → Executable file
0
tom-x64.packages
Normal file → Executable file
0
voidbuilds-logo.png
Normal file → Executable file
0
voidbuilds-logo.png
Normal file → Executable file
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
9
xfce-x64.packages
Normal file → Executable file
9
xfce-x64.packages
Normal file → Executable file
@ -7,14 +7,12 @@ dialog
|
|||||||
cryptsetup
|
cryptsetup
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
ConsoleKit2
|
|
||||||
|
|
||||||
# X PACKAGES
|
# X PACKAGES
|
||||||
xorg-minimal
|
xorg-minimal
|
||||||
xorg-input-drivers
|
xorg-input-drivers
|
||||||
xorg-video-drivers
|
xorg-video-drivers
|
||||||
xrandr
|
xrandr
|
||||||
intel-ucode
|
|
||||||
setxkbmap
|
setxkbmap
|
||||||
xauth
|
xauth
|
||||||
font-misc-misc
|
font-misc-misc
|
||||||
@ -24,6 +22,10 @@ alsa-plugins-pulseaudio
|
|||||||
|
|
||||||
|
|
||||||
#USERLAND PACKAGES
|
#USERLAND PACKAGES
|
||||||
|
exfat-utils
|
||||||
|
elogind
|
||||||
|
fuse-exfat
|
||||||
|
wget
|
||||||
lxdm
|
lxdm
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
@ -41,7 +43,6 @@ upower
|
|||||||
flatpak
|
flatpak
|
||||||
zenity
|
zenity
|
||||||
bash-completion
|
bash-completion
|
||||||
pm-utils
|
|
||||||
nano
|
nano
|
||||||
xdg-utils
|
xdg-utils
|
||||||
vim
|
vim
|
||||||
@ -53,6 +54,8 @@ pavucontrol
|
|||||||
xterm
|
xterm
|
||||||
htop
|
htop
|
||||||
tuxc
|
tuxc
|
||||||
|
dtrx
|
||||||
|
p7zip
|
||||||
topgrade
|
topgrade
|
||||||
ntp
|
ntp
|
||||||
void-repo-multilib
|
void-repo-multilib
|
||||||
|
29
xfce-x64.sh
29
xfce-x64.sh
@ -3,32 +3,45 @@ DESKTOP="xfce"
|
|||||||
echo "========================="
|
echo "========================="
|
||||||
echo "| ${DESKTOP} VOID x86_64 |"
|
echo "| ${DESKTOP} VOID x86_64 |"
|
||||||
echo " ------------------------"
|
echo " ------------------------"
|
||||||
CURRENT=https://alpha.de.repo.voidlinux.org/current
|
CURRENT=https://mirrors.servercentral.com/voidlinux/current
|
||||||
MUTILIB=https://alpha.de.repo.voidlinux.org/current/multilib
|
MUTILIB=https://mirrors.servercentral.com/voidlinux/current/multilib
|
||||||
NONFREE=https://alpha.de.repo.voidlinux.org/current/nonfree
|
NONFREE=https://mirrors.servercentral.com/voidlinux/current/nonfree
|
||||||
FILENAME="void-live-${DESKTOP}-unofficial"
|
FILENAME="void-live-${DESKTOP}-unofficial"
|
||||||
DATE=$(date +%Y%m%d)
|
DATE=$(date +%Y%m%d)
|
||||||
KERNEL=$(uname -r)
|
KERNEL=$(uname -r)
|
||||||
BUILDDIR="$(pwd)/build"
|
BUILDDIR="$(pwd)/build"
|
||||||
|
|
||||||
#shift $((OPTIND - 1))
|
retry=0
|
||||||
|
|
||||||
#: ${ARCH:=$(uname -m)}
|
until [ -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];do
|
||||||
|
((retry++))
|
||||||
|
if [[ $retry -gt 2 ]];then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
|
||||||
sudo ./mklive.sh \
|
sudo ./mklive.sh \
|
||||||
-a x86_64 \
|
-a x86_64 \
|
||||||
-r ${CURRENT} \
|
-r "${CURRENT}" \
|
||||||
-r ${MUTILIB} \
|
-r "${MULTILIB}" \
|
||||||
-r ${NONFREE} \
|
|
||||||
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
-p "$(grep '^[^#].' ${DESKTOP}-x64.packages)" \
|
||||||
-T "Void Linux ${DESKTOP} Unofficial" \
|
-T "Void Linux ${DESKTOP} Unofficial" \
|
||||||
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
-o ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso
|
||||||
|
done
|
||||||
|
|
||||||
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
if [ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ];then
|
||||||
|
retries=${1}
|
||||||
|
until [[ $retries -gt 2 ]];do
|
||||||
|
echo "Retrying build ${retries}"
|
||||||
|
((retries++))
|
||||||
|
bash ${0} ${retries}
|
||||||
|
|
||||||
|
done
|
||||||
|
if [[ ! -f ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso ]];then
|
||||||
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
echo "Error: ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso : does not exist! Aborting!"
|
||||||
echo "ERR=1" > error-status.txt
|
echo "ERR=1" > error-status.txt
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
sha256sum ${FILENAME}-x86_64-${KERNEL}-${DATE}.iso >> sha256sums.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user