1
0
forked from brl/citadel

2 Commits

Author SHA1 Message Date
isa
2a3c63e044 Remove unnecessary file 2025-08-08 16:47:27 -04:00
isa
4f016177b9 Rework citadel installer UI 2025-08-08 16:39:06 -04:00
4 changed files with 2 additions and 16 deletions

View File

@@ -387,7 +387,7 @@ LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng
# This restriction can be disabled by specifying a list of allowed ports or 0
# for any port.
#
AllowUserPorts: 80 443
# AllowUserPorts: 80
# Normally the HTTP redirection responses are forwarded to the original caller
# (i.e. APT) which starts a new download attempt from the new URL. This

View File

@@ -1,12 +1,3 @@
// For launching terminal from realmsd
polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.machine1.shell" ||
action.id == "org.freedesktop.machine1.host-open-pty") &&
subject.isInGroup("users")) {
return polkit.Result.YES;
}
});
polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.NetworkManager.settings.modify.system" ||
action.id == "org.freedesktop.machine1.shell" ||
@@ -15,4 +6,3 @@ polkit.addRule(function(action, subject) {
return polkit.Result.YES;
}
});

View File

@@ -47,10 +47,6 @@ setup_var() {
# do_rootfs() will fail otherwise
ln -sf ../usr/share/factory/var/lib ${IMAGE_ROOTFS}/var/lib
# Create the symbolic link inside the root filesystem before it's packaged
install -d ${IMAGE_ROOTFS}/storage/citadel-state
ln -sf /usr/share/zoneinfo/America/Montreal ${IMAGE_ROOTFS}/storage/citadel-state/localtime
}
append_os_release() {

View File

@@ -14,7 +14,7 @@ require citadel-tools-crates.inc
#
# Update this when changes are pushed to github
#
SRCREV = "39ac0948ef4695f4f3de815d2920c372d00028b4"
SRCREV = "729c197dcc3fc35d36267aa7bdbeb037a50ea74e"
# get git repo owner from citadel to find the correct citadel-tools repo path
python () {