Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ root@FreeBSD:/ # curl -L "https://github.com/probonopd/furybsd-livecd/releases/d
## System Requirements for live media

* 2 GHz dual core processor
* 4 GiB RAM (system memory for physical and viritualized installs)
* 4 GiB RAM (system memory for physical and virtualized installs)
* VGA capable of 1024x768 screen resolution
* Either a CD/DVD drive or a USB port for booting the installer media

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
VER=$(uname -r | cut -d "-" -f 1) # "12.2" or "13.0"
MAJOR=$(uname -r | cut -d "." -f 1) # "12" or "13"

# Dwnload from either https://download.freebsd.org/ftp/releases/
# Download from either https://download.freebsd.org/ftp/releases/
# or https://download.freebsd.org/ftp/snapshots/
VERSIONSUFFIX=$(uname -r | cut -d "-" -f 2) # "RELEASE" or "CURRENT"
FTPDIRECTORY="releases" # "releases" or "snapshots"
Expand Down
2 changes: 1 addition & 1 deletion overlays/ramdisk/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$(kenv use_unionfs)" = "YES" ] ; then
## Could we snapshot /usr/local/furybsd/uzip here?
## zfs snapshot furybsd@now
## results in:
## cannot create shapshots : pool is read-only
## cannot create snapshots : pool is read-only

## FIXME: The following does NOT seem to work
## mkdir /tmp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if [ -n "${INSTALLER_DEVICE}" ] ; then
echo "Not setting time for now; let's handle this by ntpd and dhcp"
else
echo "Environment variable INSTALLER_DEVICE not set, running bsdinstall time"
# FIXME: Do we still want this given that we will use ntpd and dhcp timzeones?
# FIXME: Do we still want this given that we will use ntpd and dhcp timezones?
bsdinstall time
fi

Expand Down
4 changes: 2 additions & 2 deletions overlays/uzip/hello/files/usr/local/bin/app
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ sudo chroot -u "${USER}" "${CHROOT}" "%EXEC%" "$@"
# TODO: Handle MIME types and file associations more adequately.
# Again, it is refreshing to see how straightforward things are in GNUstep compared to XDG,
# e.g., how easy an application can set the file types it understands, define what those files
# are called, and which icons to use to represent them. What is imlemented below is the bare minimum
# are called, and which icons to use to represent them. What is implemented below is the bare minimum
# to get things going. Feel free to implement more.
nstypes = []
if mime != None:
Expand Down Expand Up @@ -307,7 +307,7 @@ if __name__ == "__main__":
if desktop_file_candidate == pkg_name + ".desktop":
desktop_file = desktop_file_candidate

# Second, look for desktop files with the nae of the requested packge in reverse-DNS format
# Second, look for desktop files with the nae of the requested package in reverse-DNS format
for desktop_file_candidate in desktop_file_candidates:
if desktop_file == None:
parts = desktop_file_candidate.split(".")
Expand Down
2 changes: 1 addition & 1 deletion overlays/uzip/hello/files/usr/local/bin/desktop2app
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def d2a(desktopfile, destination, use_generic_name=False, name=None):
# TODO: Handle MIME types and file associations more adequately.
# Again, it is refreshing to see how straightforward things are in GNUstep compared to XDG,
# e.g., how easy an application can set the file types it understands, define what those files
# are called, and which icons to use to represent them. What is imlemented below is the bare minimum
# are called, and which icons to use to represent them. What is implemented below is the bare minimum
# to get things going. Feel free to implement more.
nstypes = []
if mime != None:
Expand Down
6 changes: 3 additions & 3 deletions overlays/uzip/hello/files/usr/local/bin/start-hello
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export XDG_DATA_HOME=~/.local/share
export XDG_SESSION_CLASS=user
export XDG_SESSION_TYPE=x11

# When 'sudo -A -E <command>' is executed, use this helper appliction to get the password
# When 'sudo -A -E <command>' is executed, use this helper application to get the password
export SUDO_ASKPASS=/usr/local/bin/askpass
# Using sudo.conf resulted in a password dialog when X starts

Expand Down Expand Up @@ -246,9 +246,9 @@ dunst &
# dsbmc

# Variable color temperature
# without getlalo it would use network locatization from geoclue2,
# without getlalo it would use network localization from geoclue2,
# with getlalo it gets the location from /var/db/zoneinfo
# which we posssibly should set in the Welcome Wizard,
# which we possibly should set in the Welcome Wizard,
# but then the color would be wrong for the Welcome Wizard
# Do not run this if we are running inside a virtual machine
if [ -z "$VIRTUAL_MACHINE" ] ; then
Expand Down
4 changes: 2 additions & 2 deletions overlays/uzip/hello/files/usr/local/etc/slim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ authfile /var/run/slim.auth
# Valid values: true|false
# hidecursor false

# This command is executed after a succesful login.
# This command is executed after a successful login.
# you can place the %session and %theme variables
# to handle launching of specific commands in .xinitrc
# depending of chosen session and slim theme
Expand All @@ -54,7 +54,7 @@ login_cmd exec start-hello
# sessionstop_cmd some command

# Start in daemon mode. Valid values: yes | no
# Note that this can be overriden by the command line
# Note that this can be overridden by the command line
# options "-d" and "-nodaemon"
# daemon yes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ArchiveMounter(object):

self.p = QtCore.QProcess()
self.p.setProgram("archivemount")
# TODO: perhaps we need something along the lines of modules=iconv,from_code=ISO-8859-2,to_code=utf-8 for Windows compatiblity?
# TODO: perhaps we need something along the lines of modules=iconv,from_code=ISO-8859-2,to_code=utf-8 for Windows compatibility?
args = ['-o', 'readonly,nonempty,allow_root', filename, self.mountpoint]
print(self.p.program() + " " + " ".join(args))
self.p.setArguments(args)
Expand Down
2 changes: 1 addition & 1 deletion settings/packages.hello
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ lang/py-qt5-qml
gstreamer1-plugins-ogg
gstreamer1-plugins-vorbis
gstreamer1-plugins-good
# Required for http streming media, e.g., podcasts
# Required for http streaming media, e.g., podcasts
gstreamer1-plugins-soup
# Required for screencast tool
screenkey
Expand Down
2 changes: 1 addition & 1 deletion settings/script.hello
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ chroot ${uzip} sh -c 'for FILE in $(pkg list font-bh-ttf) ; do rm $FILE ; done'
chroot ${uzip} sh -c 'for FILE in $(pkg list font-misc-ethiopic) ; do rm $FILE ; done'
chroot ${uzip} sh -c 'for FILE in $(pkg list font-misc-meltho) ; do rm $FILE ; done'
# Liberation was released in 2007 by Red Hat, who had commissioned the designs from the
# commercial foundry Ascender Corporationn Serif, and Liberation Mono.
# commercial foundry Ascender Corporation Serif, and Liberation Mono.
# Designed to have the same metrics as the proprietary Monotype fonts
# Arial, Times New Roman, and Courier New. Ever since, every Linux desktops looks ugly
chroot ${uzip} sh -c 'for FILE in $(pkg list liberation-fonts-ttf) ; do rm $FILE ; done'
Expand Down