Compare commits
No commits in common. "2b1c6136efe5ad376a679f6d96c537f3a1f60b08" and "a067e9e73ca872b25a4e94acb44f109fc28e4984" have entirely different histories.
2b1c6136ef
...
a067e9e73c
3 changed files with 0 additions and 29 deletions
|
@ -1,25 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
if [[ "$1" == "-h" || "$1" == "--help" || "$1" == "" ]]; then
|
||||
cat <<EOF
|
||||
Usage: $0 SIZE
|
||||
Resizes the root of the live filesystem.
|
||||
|
||||
SIZE is an integer with optional unit.
|
||||
Valid units are K,M,G,T,P, and E, denoting powers of 1024.
|
||||
EOF
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ "$EUID" != 0 ]]; then
|
||||
echo "Please run this script as root."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
set -x
|
||||
|
||||
mount -o remount,size="$1" /run/archiso/cowspace
|
|
@ -134,7 +134,6 @@ qt6ct
|
|||
pipewire
|
||||
pipewire-jack
|
||||
pipewire-pulse
|
||||
wireplumber
|
||||
pavucontrol-qt
|
||||
mpv
|
||||
yt-dlp
|
||||
|
@ -272,5 +271,3 @@ gvfs-mtp
|
|||
gvfs-nfs
|
||||
gvfs-smb
|
||||
foot-terminfo
|
||||
zfs-utils-git
|
||||
zfs-dkms-git
|
||||
|
|
|
@ -26,6 +26,5 @@ file_permissions=(
|
|||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
["/usr/local/bin/import-gsettings"]="0:0:755"
|
||||
["/usr/local/bin/cowspace-set"]="0:0:755"
|
||||
["/etc/profile.d/99-greeting.sh"]="0:0:755"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue