uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
..
/
usr
/
share
/
javascript
/
..
/
e2fsprogs
/
initrd.ext3-add-journal
/
/
#!/bin/sh # # /usr/share/e2fsprogs/initrd.ext3-add-journal # cd / mount -nt proc proc proc rootdev=$(cat proc/sys/kernel/real-root-dev) cmdline=$(cat /proc/cmdline) umount -n proc if [ $rootdev != 256 -a $rootdev != 255 ]; then mount -nt tmpfs tmpfs /dev2 get_device roottype=`/bin/e2initrd_helper -r /dev2/root2` if test -n "$roottype" ; then mount -nt tmpfs tmpfs /etc echo >> /etc/fstab echo >> /etc/mtab if test "$roottype" = "ext3" ; then /sbin/tune2fs -O has_journal /dev2/root2 > /dev/null 2>&1 else /sbin/tune2fs -O ^has_journal /dev2/root2 > /dev/null 2>&1 fi umount -n /etc fi umount -n /dev2 umount -n /proc > /dev/null 2>&1 fi
/var/../usr/share/javascript/../e2fsprogs/initrd.ext3-add-journal