diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:25 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 11:51:23 +0200 |
commit | 9491bae1505bea78a0e4902ca4b6b4a7709561b6 (patch) | |
tree | f1d98dcb86f1afa8aea4c34581e7cd1fd3cd216c | |
parent | [RELEASE] flxutils-0.1.12 (diff) | |
download | flxutils-9491bae1505bea78a0e4902ca4b6b4a7709561b6.tar.xz |
[RELEASE] flxutils-0.1.12.1v0.1.12.1
-rwxr-xr-x | scripts/mkinstall2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkinstall2 b/scripts/mkinstall2 index e23e446..6e389a1 100755 --- a/scripts/mkinstall2 +++ b/scripts/mkinstall2 @@ -503,7 +503,7 @@ function mount_new_fs { 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 0 0" >> /tmp/fstab + echo "/dev/cdrom /mnt/cdrom iso9660 defaults,noauto,ro,users,exec 0 0" >> /tmp/fstab for mp in "${mplist[@]}"; do fs=$(grep " $mp\$" /tmp/fsmnt 2>/dev/null|cut -f1 -d' ') |