mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ log_begin_msg "$DESCRIPTION"
|
||||||
|
|
||||||
cat > $FSTAB <<EOF
|
cat > $FSTAB <<EOF
|
||||||
${UNIONFS} / ${UNIONFS} rw 0 0
|
${UNIONFS} / ${UNIONFS} rw 0 0
|
||||||
tmpfs /tmp tmpfs nosuid,nodev 0 0
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
log_end_msg
|
log_end_msg
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-casper'
|
# Template file for 'xbps-casper'
|
||||||
pkgname=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
|
_distver=1.236 # This should match the upstream (Ubuntu) version
|
||||||
version=${_localver}.${_distver}
|
version=${_localver}.${_distver}
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
|
|
Loading…
Add table
Reference in a new issue