-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ethan Dye <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b81b58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo ./install.bash
fatal: destination path 'overlayfs-tools' already exists and is not an empty directory.
make: Nothing to be done for 'all'.
install: cannot stat 'uninstall.sh': No such file or directory
Created symlink /etc/systemd/system/basic.target.wants/zram-config.service → /etc/systemd/system/zram-config.service.
Reboot to activate zram-config
edit /etc/ztab to configure options
some seem happen.
5b81b58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try removing the overlafyff-tools directory and running it again, also please use the issues to report things like this.
5b81b58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo ./install.bash
Cloning into 'overlayfs-tools'...
remote: Enumerating objects: 48, done.
remote: Counting objects: 100% (48/48), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 149 (delta 25), reused 41 (delta 23), pack-reused 101
Receiving objects: 100% (149/149), 51.08 KiB | 292.00 KiB/s, done.
Resolving deltas: 100% (85/85), done.
gcc -Wall -std=c99 -c main.c
gcc -Wall -std=c99 -c logic.c
gcc -Wall -std=c99 -c sh.c
gcc -lm main.o logic.o sh.o -o overlay
install: cannot stat 'uninstall.sh': No such file or directory
Reboot to activate zram-config
edit /etc/ztab to configure options
well fine except uninstall.sh.
Thanks.