ls -l /dev/disk/by-uuidor just
blkid
# If the bootable medium is where it should be, copy across
if (test -e /home/boot/bzImage); then
echo "Moving rootfs.gz to media. Remember to unmount for delayed writes!"
# Move the old filesystem with the unix timestamp for reference
if (test -e /home/boot/previous.gz); then
mv /home/boot/previous.gz /home/boot/rootfs.gz.$(date +%s)
fi
mv /home/boot/rootfs.gz /home/boot/previous.gz
mv /rootfs.gz /home/boot/.
else
echo "rootfs.gz is located in /"
fi
title SliTaz 3.0
root (hd0,0)
kernel /boot/bzImage rw root=/dev/null vga=791 lang=ru_RU kmap=ru home=/dev/hda1
initrd /boot/rootfs.gz
title SliTaz 3.0
rootnoverify (hd0,1)
kernel (hd0,1)/boot/bzImage rw root=/dev/null home=/dev/sda2 vga=789 lang=ru_RU kmap=ru laptop
initrd (hd0,1)/boot/Rootfs.gz
ls -ashows all hidden files
chown tux:tux /home/tux/.xsession
chown -R tux:tux /home/tux/.[a-zA-Z0-9]*
It looks like you're new here. If you want to get involved, click one of these buttons!