diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:28 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:51:24 +0200 |
commit | 230cb5e46f180d0e0b0f6aec01398ad840cd5b23 (patch) | |
tree | 644084d207fddb338df03b961c21d194ec152633 /scripts/mkinstall2 | |
parent | [RELEASE] flxutils-0.1.14 (diff) | |
download | flxutils-230cb5e46f180d0e0b0f6aec01398ad840cd5b23.tar.xz |
[RELEASE] flxutils-0.1.15v0.1.15
Diffstat (limited to 'scripts/mkinstall2')
-rwxr-xr-x | scripts/mkinstall2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mkinstall2 b/scripts/mkinstall2 index a2c5da0..94bda3d 100755 --- a/scripts/mkinstall2 +++ b/scripts/mkinstall2 @@ -497,7 +497,6 @@ function mount_new_fs { echo "/proc /proc proc defaults 0 0" >> /tmp/fstab echo "#/dev /dev tmpfs size=0,nr_inodes=4096,remount 0 0" >> /tmp/fstab - echo "#/var/empty /var/empty tmpfs size=0,nr_inodes=1,ro,remount 0 0" >> /tmp/fstab echo "/dev/pts /dev/pts devpts defaults 0 0" >> /tmp/fstab echo "/dev/cdrom /mnt/cdrom iso9660 defaults,noauto,ro,users,exec 0 0" >> /tmp/fstab @@ -521,7 +520,7 @@ function mount_new_fs { echo "$fs $mp $type defaults 1 2" >> /tmp/fstab fi done - + echo "/var/empty /var/empty tmpfs size=0,nr_inodes=1,ro,mode=0500 0 0" >> /tmp/fstab } # unmounts all the new file-systems |