UberPopTart
UberPopTart
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
If there isn’t an existing mechanism would we be willing to add something like this to akshara? Maybe as a /persist directory that gets moved into the new root early in the build
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
There's gotta be a less sketchy way to share some files between builds (that the build also has access to)
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
during build:
bash: line 1: /etc/secureboot/sbctl: No such file or directory
bash: line 1: /etc/secureboot/sbctl: No such file or directory
Before/After build:
sudo ls -la /etc/secureboot
total 9172
drwxr-xr-x 4 root root 4096 Jun 19 20:33 .
drwxr-xr-x 97 root root 4096 Jun 19 20:31 ..
-rw-r--r-- 1 root root 1427 Jun 19 20:32 files.db
-rw-r--r-- 1 root root 36 Jun 19 20:32 GUID
drwxr-xr-x 5 root root 4096 Jun 19 20:32 keys
-rwxr-xr-x 1 root root 9365220 Jun 19 20:32 sbctl
drwxr-xr-x 2 root root 4096 Jun 19 20:33 .secureboot
sudo ls -la /etc/secureboot
total 9172
drwxr-xr-x 4 root root 4096 Jun 19 20:33 .
drwxr-xr-x 97 root root 4096 Jun 19 20:31 ..
-rw-r--r-- 1 root root 1427 Jun 19 20:32 files.db
-rw-r--r-- 1 root root 36 Jun 19 20:32 GUID
drwxr-xr-x 5 root root 4096 Jun 19 20:32 keys
-rwxr-xr-x 1 root root 9365220 Jun 19 20:32 sbctl
drwxr-xr-x 2 root root 4096 Jun 19 20:33 .secureboot
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
build does not seem to see the same /etc as I do
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
ooooh
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
oh just to get it into /usr/share the one time?
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
that I have to keep plugged in forever?
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
oh
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
Hence my question in the original post - store them where - that is both writable at run time and readable at build time?
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
but I need to move files from /home, which build does not seem to have access to
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
Also I tried remounting as rw, did not work. Not sure if I am doing it wrong:
[uberpoptart@blend ~]$ sudo mount -o remount,rw /usr
[sudo] password for romanp:
mount: /usr: fsconfig system call failed: overlay: No changes allowed in reconfigure.
dmesg(1) may have more information after failed mount system call.
[uberpoptart@blend ~]$ sudo mount -o remount,rw /usr
[sudo] password for romanp:
mount: /usr: fsconfig system call failed: overlay: No changes allowed in reconfigure.
dmesg(1) may have more information after failed mount system call.
47 replies
BblendOS
Created by UberPopTart on 6/20/2024 in #🆘┃support
/usr/share mutability
you mean a commands entry to remount it?
47 replies