Stable base?
This commit is contained in:
@@ -67,3 +67,11 @@ esac
|
||||
cp "${SQUASHFS_FILE}" "${DEPLOY_DIR}/${ARCHIVE_FILENAME}${IMG_SUFFIX}.rootfs.squashfs"
|
||||
[ -n "${VMLINUZ}" ] && cp "${VMLINUZ}" "${DEPLOY_DIR}/${ARCHIVE_FILENAME}${IMG_SUFFIX}.rootfs.vmlinuz"
|
||||
[ -n "${INITRD}" ] && cp "${INITRD}" "${DEPLOY_DIR}/${ARCHIVE_FILENAME}${IMG_SUFFIX}.rootfs.initrd.img"
|
||||
|
||||
# Cleanup
|
||||
#rm -f "${SQUASHFS_FILE}"
|
||||
#[ -n "${VMLINUZ_FILE}" ] && rm -f "${VMLINUZ_FILE}"
|
||||
#[ -n "${INITRD_FILE}" ] && rm -f "${INITRD_FILE}"
|
||||
|
||||
# cleanup stage work dir
|
||||
#rm -rf "${STAGE_WORK_DIR}"
|
||||
@@ -17,10 +17,10 @@ fi
|
||||
install -m 644 files/debian.sources "${ROOTFS_DIR}/etc/apt/sources.list.d/"
|
||||
sed -i "s/RELEASE/${RELEASE}/g" "${ROOTFS_DIR}/etc/apt/sources.list.d/debian.sources"
|
||||
|
||||
# Configure oxmc apt sources
|
||||
install -m 644 files/oxmc.sources "${ROOTFS_DIR}/etc/apt/sources.list.d/"
|
||||
sed -i "s/RELEASE/${RELEASE}/g" "${ROOTFS_DIR}/etc/apt/sources.list.d/oxmc.sources"
|
||||
install -m 644 files/oxmc.gpg "${ROOTFS_DIR}/usr/share/keyrings/"
|
||||
# Configure vesperos apt sources
|
||||
install -m 644 files/vesperos.sources "${ROOTFS_DIR}/etc/apt/sources.list.d/"
|
||||
sed -i "s/RELEASE/${RELEASE}/g" "${ROOTFS_DIR}/etc/apt/sources.list.d/vesperos.sources"
|
||||
install -m 644 files/vesperos.gpg "${ROOTFS_DIR}/usr/share/keyrings/"
|
||||
|
||||
# Configure apt proxy
|
||||
if [ -n "$APT_PROXY" ]; then
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ Types: deb
|
||||
URIs: https://apt.oxmc.me/vesperos
|
||||
Suites: RELEASE
|
||||
Components: main
|
||||
Signed-By: /usr/share/keyrings/oxmc.gpg
|
||||
Signed-By: /usr/share/keyrings/vesperos.gpg
|
||||
@@ -1,2 +1,2 @@
|
||||
gnome-session gnome-shell libpam-gnome-keyring gnome-control-center gnome-software network-manager-gnome pulseaudio gnome-terminal gnome-online-accounts gnome-initial-setup gnome-tweaks gnome-shell-extension-manager gnome-shell-extension-user-theme gnome-shell-extension-zorin-taskbar gnome-shell-extension-no-annoyance gnome-shell-extension-gsconnect gnome-shell-extension-dash-to-panel gnome-shell-extension-appindicator
|
||||
gnome-session gnome-shell libpam-gnome-keyring gnome-control-center gnome-software network-manager-gnome pulseaudio gnome-terminal gnome-online-accounts gnome-initial-setup gnome-tweaks gnome-shell-extension-manager gnome-shell-extension-user-theme vesperos-taskbar gnome-shell-extension-no-annoyance gnome-shell-extension-gsconnect gnome-shell-extension-dash-to-panel gnome-shell-extension-appindicator
|
||||
#gnome-shell-extension-desktop-icons-ng
|
||||
|
||||
@@ -1 +1 @@
|
||||
#vesperos-theme
|
||||
vesperos-theme
|
||||
@@ -32,7 +32,7 @@ install -m 644 files/gnome-default-extensions "${ROOTFS_DIR}/etc/dconf/db/local.
|
||||
|
||||
# Install wallpapers
|
||||
#mkdir -p "${ROOTFS_DIR}/usr/local/share/backgrounds"
|
||||
#install -m 644 files/loveimage.png "${ROOTFS_DIR}/usr/local/share/backgrounds/loveimage.png"
|
||||
#install -m 644 files/first-time-setup.png "${ROOTFS_DIR}/usr/local/share/backgrounds/first-time-setup.png"
|
||||
#install -m 644 files/neon-forest.png "${ROOTFS_DIR}/usr/local/share/backgrounds/neon-forest.png"
|
||||
|
||||
# Set default settings (gnome-initial-setup)
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
[org/gnome/shell]
|
||||
enabled-extensions=['zorin-taskbar@zorinos.com', 'ding@rastersoft.com', 'noannoyance@daase.net', 'ubuntu-appindicators@ubuntu.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'no-overview@fthx']
|
||||
# old ext" ding@rastersoft.com
|
||||
enabled-extensions=['vesperos-taskbar@oxmc.me', 'noannoyance@daase.net', 'ubuntu-appindicators@ubuntu.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'no-overview@fthx']
|
||||
favorite-apps=['org.gnome.Settings.desktop', 'firefox-esr.desktop', 'org.gnome.Nautilus.desktop']
|
||||
|
||||
[org/gnome/shell/extensions/zorin-taskbar]
|
||||
[org/gnome/shell/extensions/vesperos-taskbar]
|
||||
panel-sizes='{"0":48}'
|
||||
panel-positions='{"0":"BOTTOM"}'
|
||||
panel-lengths='{"0":100}'
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# This changes/sets the defaults for gnome-initial-setup's session
|
||||
|
||||
#[org/gnome/desktop/background]
|
||||
#picture-uri='file:///usr/local/share/backgrounds/loveimage.png'
|
||||
#picture-uri='file:///usr/local/share/backgrounds/first-time-setup.png'
|
||||
#picture-options='zoom'
|
||||
|
||||
#[org/gnome/desktop/screensaver]
|
||||
#picture-uri='file:///usr/local/share/backgrounds/loveimage.png'
|
||||
#picture-uri='file:///usr/local/share/backgrounds/first-time-setup.png'
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 MiB |
Reference in New Issue
Block a user