Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 25, 2024
1 parent 98afc08 commit 3c7c2af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions provision/centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export JAIL_START_EXTRA="allow.mount
"
export JAIL_CONF_EXTRA='
allow.raw_sockets;'
export JAIL_FSTAB='
export JAIL_FSTAB="
devfs $ZFS_JAIL_MNT/centos/compat/linux/dev devfs rw 0 0
tmpfs $ZFS_JAIL_MNT/centos/compat/linux/dev/shm tmpfs rw,size=1g,mode=1777 0 0
fdescfs $ZFS_JAIL_MNT/centos/compat/linux/dev/fd fdescfs rw,linrdlnk 0 0
linprocfs $ZFS_JAIL_MNT/centos/compat/linux/proc linprocfs rw 0 0
linsysfs $ZFS_JAIL_MNT/centos/compat/linux/sys linsysfs rw 0 0
#/tmp $ZFS_JAIL_MNT/centos/compat/linux/tmp nullfs rw 0 0
#/home $ZFS_JAIL_MNT/centos/compat/linux/home nullfs rw 0 0'
#/home $ZFS_JAIL_MNT/centos/compat/linux/home nullfs rw 0 0"

install_centos()
{
Expand Down
4 changes: 2 additions & 2 deletions provision/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export JAIL_START_EXTRA="allow.mount
"
export JAIL_CONF_EXTRA='
allow.raw_sockets;'
export JAIL_FSTAB='
export JAIL_FSTAB="
devfs $ZFS_JAIL_MNT/ubuntu/compat/linux/dev devfs rw 0 0
tmpfs $ZFS_JAIL_MNT/ubuntu/compat/linux/dev/shm tmpfs rw,size=1g,mode=1777 0 0
fdescfs $ZFS_JAIL_MNT/ubuntu/compat/linux/dev/fd fdescfs rw,linrdlnk 0 0
linprocfs $ZFS_JAIL_MNT/ubuntu/compat/linux/proc linprocfs rw 0 0
linsysfs $ZFS_JAIL_MNT/ubuntu/compat/linux/sys linsysfs rw 0 0
#/tmp $ZFS_JAIL_MNT/ubuntu/compat/linux/tmp nullfs rw 0 0
#/home $ZFS_JAIL_MNT/ubuntu/compat/linux/home nullfs rw 0 0'
#/home $ZFS_JAIL_MNT/ubuntu/compat/linux/home nullfs rw 0 0"

install_ubuntu()
{
Expand Down

0 comments on commit 3c7c2af

Please sign in to comment.