xbps-casper: do not mount /tmp as tmpfs, it's a symlink to /run/tmp now.
This commit is contained in:
parent
6b4cb03a83
commit
9ac7356a92
|
@ -23,7 +23,6 @@ log_begin_msg "$DESCRIPTION"
|
|||
|
||||
cat > $FSTAB <<EOF
|
||||
${UNIONFS} / ${UNIONFS} rw 0 0
|
||||
tmpfs /tmp tmpfs nosuid,nodev 0 0
|
||||
EOF
|
||||
|
||||
log_end_msg
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-casper'
|
||||
pkgname=xbps-casper
|
||||
_localver=0.15 # XBPS package version
|
||||
_localver=0.16 # XBPS package version
|
||||
_distver=1.236 # This should match the upstream (Ubuntu) version
|
||||
version=${_localver}.${_distver}
|
||||
build_style=custom-install
|
||||
|
|
Loading…
Reference in New Issue