remove leftover files from my IR-Bootstrap project
authoreostre <eostre.danne@protonmail.com>
Fri, 31 Jul 2020 19:47:15 +0000 (15:47 -0400)
committereostre <eostre.danne@protonmail.com>
Fri, 31 Jul 2020 19:47:15 +0000 (15:47 -0400)
dbd-autobuild/files/.build [deleted file]
dbd-autobuild/files/.patches/fix-panic-on-readonly-root.patch [deleted file]
dbd-autobuild/files/.pkgs [deleted file]
dbd-autobuild/files/.svcs [deleted file]

diff --git a/dbd-autobuild/files/.build b/dbd-autobuild/files/.build
deleted file mode 100644 (file)
index 7e21273..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/env bash -xe
-
-# This build script is meant to be run from the vroot.x(32|64) directory, as part of the build process
-# It more-or-less automates the Abigail build process
-# Make sure appropriate directories have been bind-mounted (sudo sh ../bm.sh)
-
-# Update the build chroot, last release published was 20191111
-sudo chroot . /bin/bash -c '(xbps-install -Syu && xbps-install -Syu && exit)'
-
-# Copy in our RELEASE, etc, files
-for F in RELEASE .pkgs .svcs .patches .build; do sudo cp -r ../files/"${F}" ./; done
-
-# Enter the updated build environment
-# Install packages, remake the mandoc db, enable services, patch the boot process, and finally remove orphan packages
-sudo chroot . /bin/bash -xe -c '\
-( \
-       cd / &&\
-       for PKG in $(cat .pkgs); do xbps-install -Suy $PKG; done &&\
-       makewhatis /usr/share/man &&\
-       for SVC in $(cat .svcs); do ln -s /etc/sv/$SVC /etc/runit/runsvdir/default/$SVC; done &&\
-       patch -R -p1 /etc/runit/core-services/03-filesystems.sh < /.patches/fix-panic-on-readonly-root.patch &&\
-       xbps-install -Syu &&\
-       mkdir -m 755 /rw &&\
-       cd / &&\
-       mv etc rw/etc &&\
-       mv var rw/var &&\
-       ln -s rw/etc etc &&\
-       ln -s rw/var var &&\
-       mkdir -m 0400 /initrd &&\
-       xbps-remove --remove-orphans &&\
-       rmdir /opt /media ||: &&\
-: )'
-
-sudo touch ./initrd/init3.btrfs
-sudo mkfs.btrfs --shrink --rootdir=../../initrd2 initrd/init3.btrfs
-sudo chown root:root initrd/init3.btrfs
-sudo chmod 0400 initrd/init3.btrfs
diff --git a/dbd-autobuild/files/.patches/fix-panic-on-readonly-root.patch b/dbd-autobuild/files/.patches/fix-panic-on-readonly-root.patch
deleted file mode 100644 (file)
index ce1fa35..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Fixes runit base scripts to continue with the boot process, even if root is read-only
-*** /etc/runit/core-services/03-filesystems.sh 2020-02-05 16:28:31.065027149 +0000
---- /etc/runit/core-services/03-filesystems.sh.orig    2020-02-05 16:27:27.696130689 +0000
-***************
-*** 64,70 ****
-  fi
-  
-  msg "Mounting rootfs read-write..."
-! mount -o remount,rw / || msg "Mounting root read-write failed, continuing with boot"
-  
-  msg "Mounting all non-network filesystems..."
-  mount -a -t "nosysfs,nonfs,nonfs4,nosmbfs,nocifs" -O no_netdev || emergency_shell
---- 64,70 ----
-  fi
-  
-  msg "Mounting rootfs read-write..."
-! mount -o remount,rw / || emergency_shell
-  
-  msg "Mounting all non-network filesystems..."
-  mount -a -t "nosysfs,nonfs,nonfs4,nosmbfs,nocifs" -O no_netdev || emergency_shell
diff --git a/dbd-autobuild/files/.pkgs b/dbd-autobuild/files/.pkgs
deleted file mode 100644 (file)
index 147abab..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-void-repo-multilib
-NetworkManager
-NetworkManager-openconnect
-NetworkManager-openvpn
-NetworkManager-pptp
-NetworkManager-strongswan
-acpi
-acpid
-alsa-plugins-pulseaudio
-alsa-utils
-apulse
-base-devel
-blueman
-btrfs-progs
-busybox
-cgmanager
-cryptsetup
-e2fsprogs
-ecryptfs-utils
-elogind
-encfs
-flatpak
-gnome-ssh-askpass
-gpm
-hfsprogs
-ldm
-libglvnd-32bit
-libglapi-32bit
-libgbm-32bit
-libOSMesa-32bit
-lightdm
-lightdm-gtk3-greeter
-linux
-lm_sensors
-lvm2
-mesa-32bit
-mesa-dri-32bit
-openntpd
-pax-utils
-podman
-pulseaudio
-reiser4-progs
-reiserfs-progs
-sakura
-squashfs-tools
-vsv
-wget
-wine
-wine-32bit
-wine-gecko
-wine-mono
-wine-tools
-xdg-desktop-portal-gtk
-xdg-utils
-xfce4
-xfce4-plugins
-xfs-progs
-xorg
-xtools
-xz
diff --git a/dbd-autobuild/files/.svcs b/dbd-autobuild/files/.svcs
deleted file mode 100644 (file)
index 1cc466a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-NetworkManager
-dbus
-gpm
-ldm
-openntpd
-sshd
-uuidd
-lightdm
-polkitd
-cgmanager