From b237224dc892a09950b013b1d78ef6b8debeec0c Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Mon, 2 Jan 2012 08:01:04 +0100 Subject: [PATCH] Use sda1 instead of hda1 as example in /etc/fstab --- scripts/grml-udev-rebuildfstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grml-udev-rebuildfstab b/scripts/grml-udev-rebuildfstab index 71e7f36..6ceeb34 100755 --- a/scripts/grml-udev-rebuildfstab +++ b/scripts/grml-udev-rebuildfstab @@ -90,7 +90,7 @@ devpts /dev/pts devpts noauto,mode=0622 0 /dev/cdrom /mnt/cdrom auto user,noauto,exec,ro 0 0 /dev/dvd /mnt/dvd auto user,noauto,exec,ro 0 0 # some other examples: -# /dev/hda1 /Grml ext3 dev,suid,user,noauto 0 2 +# /dev/sda1 /Grml ext3 dev,suid,user,noauto 0 2 # //1.2.3.4/pub /smb/pub smbfs defaults,user,noauto,uid=grml,gid=grml 0 0 # linux:/pub /beer nfs defaults 0 0 # tmpfs /tmp tmpfs size=300M 0 0 -- 2.1.4